aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-30From Andreas Heise:etxrab1-2/+2
2012-01-28From Andreas Heise:etxrab1-7/+33
2012-01-28From Michael:etxrab1-0/+202
2012-01-04Make sure each value in a GHashTable is unique. This avoids agerald1-24/+19
2011-12-22From Naoyoshi Ueda:etxrab1-17/+87
2011-12-16Fix tvb memory leak; Add missing call to add_new_data_source();wmeier1-15/+13
2011-09-21Fix vi "modeline" so it works;wmeier1-1/+1
2011-09-20From Dirk via bug 6361:stig1-10/+7
2011-09-19Close fp before checking if private_key is NULL to avoid memory leak. Fixes ...cmaynard1-5/+5
2011-06-23From Andrey Kulikov:jake1-0/+5
2011-06-23From Andrey Kulikov:jake1-0/+5
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-2/+2
2011-05-29- Added new SignatureIdentity values.etxrab1-0/+7
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring in...sake1-1/+1
2011-05-25Extended the SSL key log import routine to be able to read the following format:sake1-36/+97
2011-05-12From Richard Brodie via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...morriss1-2/+2
2011-05-11From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :morriss1-5/+7
2011-05-04Cleanup: g_malloc can't return NULL, remove checks for them.darkjames1-4/+0
2011-04-26From Adam Langley via bug 4349:gerald1-0/+101
2011-04-26From Ivan Sy via bug 3343:gerald1-130/+185
2011-03-22Close fp in error case in ssl_parse_key_list to avoid leakage.stig1-0/+1
2011-03-09Check that imported private key is RSA; Prevents a crash.wmeier1-0/+14
2011-01-26From Kaspar Brand:etxrab1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-12-18Add support for the TLSv1.2 format of the CertificateRequest handshake message.sake1-0/+19
2010-10-29Use value_string_ext fcns to access two value-string arrays;wmeier1-34/+48
2010-10-10Define some fcns & vars as static ...wmeier1-1/+2
2010-10-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5277 :morriss1-1/+1
2010-09-15Follow up to bug 5209 and rev 34115:morriss1-12/+18
2010-09-13From Yaniv Kaul:etxrab1-3/+25
2010-08-27Take in updates from the TLS registery.jake1-0/+30
2010-06-24From "wiresharkbugzilla@jdkbx.cjb.net":etxrab1-0/+4
2010-02-19Ditch the last direct indexed character array.jake1-10/+10
2010-01-31From Jens Weibler:jake1-4/+44
2010-01-29From Laurent Boulard:jake1-3/+18
2010-01-22Fix a spelling error : entrypted -> encryptedsake1-8/+8
2010-01-22Fix some gcc -Wshadow warningswmeier1-709/+712
2010-01-16Use G_GSIZE_MODIFIER rather than casting to "gulong" and printing withguy1-2/+2
2009-12-21Can someone explain why it's a good idea that functions like strlengerald1-4/+4
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesgerald1-14/+14
2009-10-25From Jakub Zawadzki:etxrab1-2/+1
2009-09-15ssl_association_remove(): free assoc->info toomorriss1-0/+2
2009-09-14Fix for bug 4008:jake1-0/+11
2009-09-09From Ivan Sy:jake1-3/+7
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-2/+2
2009-08-25Rework code slightly to prevent several GCC "breaking strict-aliasing rules" ...wmeier1-3/+11
2009-08-13fix build failure without GnuTLSkukosa1-0/+1
2009-08-13use G_GSIZE_MODIFIER instead of %zd which is not supported by MSVCkukosa1-3/+3
2009-08-13Fix SSL decryption failure if client and server have the same TCP portkukosa1-4/+81
2009-08-12fix memoryleak causing crash with long SSL traceskukosa1-12/+33