aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-16From Dirk:Anders Broman1-3/+0
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus1-0/+1
2013-04-24Now that the test suite is done and most of the common functions areEvan Huus1-1/+0
2013-03-07From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+2
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser1-1/+1
2012-11-16From Dirk:Anders Broman1-3/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-24From Adam Langley:Anders Broman1-3/+3
2012-04-30From Martin Kaiser:pascal1-1/+1
2012-03-28From Robin Seggelmann:Michael Tüxen1-0/+2
2012-03-22From Yaniv Kaul:Anders Broman1-1/+4
2012-03-08From Robin Seggelmann: Add support for the New Session TicketMichael Tüxen1-0/+1
2012-02-26From Robin Seggelmann: Add support for RFC 6520.Michael Tüxen1-0/+4
2012-01-28From Michael:Anders Broman1-0/+4
2011-12-22From Naoyoshi Ueda:Anders Broman1-1/+3
2011-12-16Note why we need <stdio.h>.Guy Harris1-1/+1
2011-12-16Oops: #include <stdio.h> is really needed.Bill Meier1-0/+2
2011-12-16Fix tvb memory leak; Add missing call to add_new_data_source();Bill Meier1-30/+27
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-09-21Explicit #include <epan/value_string.h> not required.Bill Meier1-1/+0
2011-05-29- Added new SignatureIdentity values.Anders Broman1-0/+1
2011-04-26From Adam Langley via bug 4349:Gerald Combs1-0/+11
2011-04-26From Ivan Sy via bug 3343:Gerald Combs1-3/+31
2011-01-26From Kaspar Brand:Anders Broman1-0/+4
2010-12-18Add support for the TLSv1.2 format of the CertificateRequest handshake message.Sake Blok1-0/+2
2010-10-29Use value_string_ext fcns to access two value-string arrays;Bill Meier1-2/+2
2010-08-26Fix a number of doxygen directives.Anders Broman1-4/+5
2010-06-24From "wiresharkbugzilla@jdkbx.cjb.net":Anders Broman1-0/+4
2010-04-04Needs #include <stdio.h>.Bill Meier1-1/+2
2010-02-19Ditch the last direct indexed character array.Jaap Keuter1-6/+5
2010-01-31From Jens Weibler:Jaap Keuter1-0/+5
2010-01-25Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTFStig Bjørlykke1-3/+2
2010-01-22Fix a spelling error : entrypted -> encryptedSake Blok1-2/+2
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-8/+5
2009-09-14Fix for bug 4008:Jaap Keuter1-0/+1
2009-08-13Fix SSL decryption failure if client and server have the same TCP portTomas Kukosa1-1/+13
2009-03-06From Petr Sumbera (bug 3309):Stig Bjørlykke1-1/+0
2009-02-11- detect TLS 1.2 Tomas Kukosa1-0/+2
2008-07-12Move the registration for SSL sockets to the protocol dissectors themselves.Jaap Keuter1-7/+5
2008-07-09From Paolo Abeni:Jaap Keuter1-57/+59
2008-01-03fix error if GNUTLS is not availableTomas Kukosa1-0/+2
2008-01-03From Ales KocourekTomas Kukosa1-2/+11
2007-11-30define ssl_debug_flush() for disabled debugTomas Kukosa1-0/+1
2007-11-30- fix warnings in prefs.cTomas Kukosa1-0/+2
2007-11-05Bug 1954 From Mikael Magnusson :Sake Blok1-1/+2
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-1/+1
2007-09-16Fix a buffer overflow found by Stefan Esser (untested).Gerald Combs1-48/+50
2007-04-16move string tables from packet-ssl-utils.h to packet-ssl-utils.c and export themTomas Kukosa1-391/+23
2007-04-14"false" unused variables (they are not use in wiretap repo)Sebastien Tandel1-9/+9