aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-22From Teguh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7657Evan Huus1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-24From Adam Langley:Anders Broman1-2/+9
2012-06-18Fix a null pointer warning from Clang. Not sure if we'll run into thisGerald Combs1-1/+5
2012-06-17Fix reading back exported SSL keys. Bug was introduced in r43097.Sake Blok1-3/+3
2012-06-05From Adam Langley: Add support for decrypting ECDHE-RSA-RC4-SHA. https://bugs...Anders Broman1-0/+1
2012-06-05From Adam Langley: Add support for CLIENT_RANDOM lines in SSL keylog. https:/...Anders Broman1-2/+57
2012-06-05From Adam Langley: Clean up code for handling keylog files. https://bugs.wire...Anders Broman1-104/+135
2012-05-07General minor cleanup including:Bill Meier1-366/+374
2012-04-30From Martin Kaiser:pascal1-1/+1
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-03-28From Robin Seggelmann:Michael Tüxen1-1/+6
2012-03-22From Yaniv Kaul:Anders Broman1-2/+8
2012-03-08From Robin Seggelmann: Add support for the New Session TicketMichael Tüxen1-0/+1
2012-02-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+9
2012-02-27Error: Found deprecated APIs in packet-ssl-utils.c: dissector_addAnders Broman1-1/+1
2012-02-26From Robin Seggelmann: Add support for RFC 6520.Michael Tüxen1-4/+20
2012-02-16From Naoyoshi Ueda:Anders Broman1-19/+20
2012-01-30From Andreas Heise:Anders Broman1-2/+2
2012-01-28From Andreas Heise:Anders Broman1-7/+33
2012-01-28From Michael:Anders Broman1-0/+202
2012-01-04Make sure each value in a GHashTable is unique. This avoids aGerald Combs1-24/+19
2011-12-22From Naoyoshi Ueda:Anders Broman1-17/+87
2011-12-16Fix tvb memory leak; Add missing call to add_new_data_source();Bill Meier1-15/+13
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-09-20From Dirk via bug 6361:Stig Bjørlykke1-10/+7
2011-09-19Close fp before checking if private_key is NULL to avoid memory leak. Fixes ...Chris Maynard1-5/+5
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