aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix vi "modeline" so it works;Bill Meier2011-09-211-1/+1
* From Dirk via bug 6361:Stig Bjørlykke2011-09-201-10/+7
* Close fp before checking if private_key is NULL to avoid memory leak. Fixes ...Chris Maynard2011-09-191-5/+5
* From Andrey Kulikov:Jaap Keuter2011-06-231-0/+5
* From Andrey Kulikov:Jaap Keuter2011-06-231-0/+5
* Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier2011-06-201-2/+2
* - Added new SignatureIdentity values.Anders Broman2011-05-291-0/+7
* Add "File -> Export -> SSL Session Keys..." to be able to save the keyring in...Sake Blok2011-05-281-1/+1
* Extended the SSL key log import routine to be able to read the following format:Sake Blok2011-05-251-36/+97
* From Richard Brodie via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss2011-05-121-2/+2
* From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :Jeff Morriss2011-05-111-5/+7
* Cleanup: g_malloc can't return NULL, remove checks for them.Jakub Zawadzki2011-05-041-4/+0
* From Adam Langley via bug 4349:Gerald Combs2011-04-261-0/+101
* From Ivan Sy via bug 3343:Gerald Combs2011-04-261-130/+185
* Close fp in error case in ssl_parse_key_list to avoid leakage.Stig Bjørlykke2011-03-221-0/+1
* Check that imported private key is RSA; Prevents a crash.Bill Meier2011-03-091-0/+14
* From Kaspar Brand:Anders Broman2011-01-261-0/+6
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-3/+3
* Add support for the TLSv1.2 format of the CertificateRequest handshake message.Sake Blok2010-12-181-0/+19
* Use value_string_ext fcns to access two value-string arrays;Bill Meier2010-10-291-34/+48
* Define some fcns & vars as static ...Bill Meier2010-10-101-1/+2
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5277 :Jeff Morriss2010-10-051-1/+1
* Follow up to bug 5209 and rev 34115:Jeff Morriss2010-09-151-12/+18
* From Yaniv Kaul:Anders Broman2010-09-131-3/+25
* Take in updates from the TLS registery.Jaap Keuter2010-08-271-0/+30
* From "wiresharkbugzilla@jdkbx.cjb.net":Anders Broman2010-06-241-0/+4
* Ditch the last direct indexed character array.Jaap Keuter2010-02-191-10/+10
* From Jens Weibler:Jaap Keuter2010-01-311-4/+44
* From Laurent Boulard:Jaap Keuter2010-01-291-3/+18
* Fix a spelling error : entrypted -> encryptedSake Blok2010-01-221-8/+8
* Fix some gcc -Wshadow warningsBill Meier2010-01-221-709/+712
* Use G_GSIZE_MODIFIER rather than casting to "gulong" and printing withGuy Harris2010-01-161-2/+2
* Can someone explain why it's a good idea that functions like strlenGerald Combs2009-12-211-4/+4
* Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs2009-12-211-14/+14
* From Jakub Zawadzki:Anders Broman2009-10-251-2/+1
* ssl_association_remove(): free assoc->info tooJeff Morriss2009-09-151-0/+2
* Fix for bug 4008:Jaap Keuter2009-09-141-0/+11
* From Ivan Sy:Jaap Keuter2009-09-091-3/+7
* Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam2009-09-061-2/+2
* Rework code slightly to prevent several GCC "breaking strict-aliasing rules" ...Bill Meier2009-08-251-3/+11
* fix build failure without GnuTLSTomas Kukosa2009-08-131-0/+1
* use G_GSIZE_MODIFIER instead of %zd which is not supported by MSVCTomas Kukosa2009-08-131-3/+3
* Fix SSL decryption failure if client and server have the same TCP portTomas Kukosa2009-08-131-4/+81
* fix memoryleak causing crash with long SSL tracesTomas Kukosa2009-08-121-12/+33
* Bring cipher suites in sync.Michael Tüxen2009-05-311-3/+140
* Add cipher suites defined in RFC 4279.Michael Tüxen2009-05-301-0/+13
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-4/+2
* - detect TLS 1.2 Tomas Kukosa2009-02-111-10/+96
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-201-1/+1
* fix warningTomas Kukosa2008-12-171-1/+2