aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-23From Andrey Kulikov:Jaap Keuter1-0/+5
2011-06-23From Andrey Kulikov:Jaap Keuter1-0/+5
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-2/+2
2011-05-29- Added new SignatureIdentity values.Anders Broman1-0/+7
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring in...Sake Blok1-1/+1
2011-05-25Extended the SSL key log import routine to be able to read the following format:Sake Blok1-36/+97
2011-05-12From Richard Brodie via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-2/+2
2011-05-11From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :Jeff Morriss1-5/+7
2011-05-04Cleanup: g_malloc can't return NULL, remove checks for them.Jakub Zawadzki1-4/+0
2011-04-26From Adam Langley via bug 4349:Gerald Combs1-0/+101
2011-04-26From Ivan Sy via bug 3343:Gerald Combs1-130/+185
2011-03-22Close fp in error case in ssl_parse_key_list to avoid leakage.Stig Bjørlykke1-0/+1
2011-03-09Check that imported private key is RSA; Prevents a crash.Bill Meier1-0/+14
2011-01-26From Kaspar Brand:Anders Broman1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-12-18Add support for the TLSv1.2 format of the CertificateRequest handshake message.Sake Blok1-0/+19
2010-10-29Use value_string_ext fcns to access two value-string arrays;Bill Meier1-34/+48
2010-10-10Define some fcns & vars as static ...Bill Meier1-1/+2
2010-10-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5277 :Jeff Morriss1-1/+1
2010-09-15Follow up to bug 5209 and rev 34115:Jeff Morriss1-12/+18
2010-09-13From Yaniv Kaul:Anders Broman1-3/+25
2010-08-27Take in updates from the TLS registery.Jaap Keuter1-0/+30
2010-06-24From "wiresharkbugzilla@jdkbx.cjb.net":Anders Broman1-0/+4
2010-02-19Ditch the last direct indexed character array.Jaap Keuter1-10/+10
2010-01-31From Jens Weibler:Jaap Keuter1-4/+44
2010-01-29From Laurent Boulard:Jaap Keuter1-3/+18
2010-01-22Fix a spelling error : entrypted -> encryptedSake Blok1-8/+8
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-709/+712
2010-01-16Use G_GSIZE_MODIFIER rather than casting to "gulong" and printing withGuy Harris1-2/+2
2009-12-21Can someone explain why it's a good idea that functions like strlenGerald Combs1-4/+4
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-14/+14
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+1
2009-09-15ssl_association_remove(): free assoc->info tooJeff Morriss1-0/+2
2009-09-14Fix for bug 4008:Jaap Keuter1-0/+11
2009-09-09From Ivan Sy:Jaap Keuter1-3/+7
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-2/+2
2009-08-25Rework code slightly to prevent several GCC "breaking strict-aliasing rules" ...Bill Meier1-3/+11
2009-08-13fix build failure without GnuTLSTomas Kukosa1-0/+1
2009-08-13use G_GSIZE_MODIFIER instead of %zd which is not supported by MSVCTomas Kukosa1-3/+3
2009-08-13Fix SSL decryption failure if client and server have the same TCP portTomas Kukosa1-4/+81
2009-08-12fix memoryleak causing crash with long SSL tracesTomas Kukosa1-12/+33
2009-05-31Bring cipher suites in sync.Michael Tüxen1-3/+140
2009-05-30Add cipher suites defined in RFC 4279.Michael Tüxen1-0/+13
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-4/+2
2009-02-11- detect TLS 1.2 Tomas Kukosa1-10/+96
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17fix warningTomas Kukosa1-1/+2
2008-12-17- fix RSA key import for GNUTLS 2.5.x and newerTomas Kukosa1-10/+40
2008-10-10From rmkml: Fix a typo in a comment.Gerald Combs1-1/+1
2008-09-15Fix for bug 2875:Jaap Keuter1-5/+11