Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;
[metze/wireshark/wip.git] / epan / dissectors / packet-ssl-utils.c
2011-06-20 Bill MeierFix some gcc 4.6 "set but not used [-Wunused-but-set...
2011-05-29 Anders Broman- Added new SignatureIdentity values.
2011-05-28 Sake BlokAdd "File -> Export -> SSL Session Keys..." to be able...
2011-05-25 Sake BlokExtended the SSL key log import routine to be able...
2011-05-12 Jeff MorrissFrom Richard Brodie via https://bugs.wireshark.org...
2011-05-11 Jeff MorrissFrom Michael Chen via https://bugs.wireshark.org/bugzil...
2011-05-04 Jakub ZawadzkiCleanup: g_malloc can't return NULL, remove checks...
2011-04-26 Gerald CombsFrom Adam Langley via bug 4349:
2011-04-26 Gerald CombsFrom Ivan Sy via bug 3343:
2011-03-22 Stig BjørlykkeClose fp in error case in ssl_parse_key_list to avoid...
2011-03-09 Bill MeierCheck that imported private key is RSA; Prevents a...
2011-01-26 Anders BromanFrom Kaspar Brand:
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-12-18 Sake BlokAdd support for the TLSv1.2 format of the CertificateRe...
2010-10-29 Bill MeierUse value_string_ext fcns to access two value-string...
2010-10-10 Bill MeierDefine some fcns & vars as static ...
2010-10-05 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-09-15 Jeff MorrissFollow up to bug 5209 and rev 34115:
2010-09-13 Anders BromanFrom Yaniv Kaul:
2010-08-27 Jaap KeuterTake in updates from the TLS registery.
2010-06-24 Anders BromanFrom "wiresharkbugzilla@jdkbx.cjb.net":
2010-02-19 Jaap KeuterDitch the last direct indexed character array.
2010-01-31 Jaap KeuterFrom Jens Weibler:
2010-01-29 Jaap KeuterFrom Laurent Boulard:
2010-01-22 Sake BlokFix a spelling error : entrypted -> encrypted
2010-01-22 Bill MeierFix some gcc -Wshadow warnings
2010-01-16 Guy HarrisUse G_GSIZE_MODIFIER rather than casting to "gulong...
2009-12-21 Gerald CombsCan someone explain why it's a good idea that functions...
2009-12-21 Gerald CombsSwitch to using a bundled version of the openSUSE Build...
2009-10-25 Anders BromanFrom Jakub Zawadzki:
2009-09-15 Jeff Morrissssl_association_remove(): free assoc->info too
2009-09-14 Jaap KeuterFix for bug 4008:
2009-09-09 Jaap KeuterFrom Ivan Sy:
2009-09-06 Kovarththanan Raja... Rename address_to_str() to ep_address_to_str() because:
2009-08-25 Bill MeierRework code slightly to prevent several GCC "breaking...
2009-08-13 Tomas Kukosafix build failure without GnuTLS
2009-08-13 Tomas Kukosause G_GSIZE_MODIFIER instead of %zd which is not suppor...
2009-08-13 Tomas KukosaFix SSL decryption failure if client and server have...
2009-08-12 Tomas Kukosafix memoryleak causing crash with long SSL traces
2009-05-31 Michael TüxenBring cipher suites in sync.
2009-05-30 Michael TüxenAdd cipher suites defined in RFC 4279.
2009-03-13 Stig BjørlykkeFrom Jakub Zawadzki (bug 3331):
2009-02-11 Tomas Kukosa- detect TLS 1.2
2008-12-20 Bill MeierFix various typos and spelling errors (mostly in text...
2008-12-17 Tomas Kukosafix warning
2008-12-17 Tomas Kukosa- fix RSA key import for GNUTLS 2.5.x and newer
2008-10-10 Gerald CombsFrom rmkml: Fix a typo in a comment.
2008-09-15 Jaap KeuterFix for bug 2875:
2008-07-16 Jeff Morrissssl_hash() needs the StringInfo.data it is passed to...
2008-07-09 Jaap KeuterFrom Paolo Abeni:
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-03-01 Stig BjørlykkeRewrote to use g_strlcpy and g_strlcat.
2008-02-11 Bill MeierA few minor pedantic fixes ....
2008-02-02 Stig BjørlykkeRewrote some prohibited APIs in epan/dissectors/ (sprin...
2008-01-24 Stig BjørlykkeRemoved even more C++ style comments.
2008-01-24 Stig BjørlykkeFixed some more malloc -> g_malloc, free -> g_free...
2008-01-13 Graeme LuntSupport for keylists for protocols that use start_tls...
2008-01-03 Tomas Kukosafix warning: mark unused parameter
2008-01-03 Martin MathiesonFix warnings (seen under linux + GCC 3.4.6)
2008-01-03 Tomas KukosaFrom Ales Kocourek
2007-11-30 Tomas Kukosa- fix warnings in prefs.c
2007-11-28 Bill MeierFixes for Windows build w/o ZLIB
2007-11-05 Sake BlokBug 1954 From Mikael Magnusson :
2007-10-16 Jeff MorrissChange more fopen() to eth_fopen() to finish fixing...
2007-10-02 Tomas Kukosareview and update list of TLS cipher suites
2007-09-07 Stig BjørlykkeArgh! Used the wrong length modifier for size_t.
2007-09-07 Stig BjørlykkeFixed compiler warnings.
2007-08-25 Jaap KeuterPartial fix for bug 1317:
2007-07-19 Jeff MorrissChange "lenght" to "length" and "decypt" to "decrypt"
2007-05-25 Jaap KeuterFrom Brian Vandenberg:
2007-04-23 Guy HarrisAdd some GCC warnings to the standard set, and add...
2007-04-16 Tomas Kukosamove string tables from packet-ssl-utils.h to packet...
2007-04-11 Tomas Kukosamake packet-ssl-utils.c compileable without GnuTLS
2007-04-10 Luis Ontanonfix another warning
2007-04-10 Richard van der... fix a number of warnings, and type of ssl_decrypt_recor...
2007-04-10 Richard van der... remove dependency on zlib.h
2007-04-10 Tomas Kukosa- SSL desegmentation support
2007-01-12 Tomas Kukosaprepare SSL dissector for similar desegmentation as...
2007-01-04 Tomas Kukosafix compilation without GnuTLS
2007-01-04 Tomas Kukosa- new ssl_set_master_secret() which can set master...
2006-12-28 Tomas Kukosadebug improvements
2006-12-11 Tomas KukosaSSL keys configuration can be read from file
2006-08-29 Tomas Kukosaget rid of few warnings
2006-08-28 Tomas Kukosa- new function ssl_dissector_delete()
2006-08-25 Tomas Kukosanew ssl_dissector_add() function which can be called...
2006-08-10 Tomas KukosaGnuTLS/libgcrypt initialization moved to epan.c
2006-08-02 Ronnie Sahlbergfrom a. samuel
2006-07-01 Guy HarrisUse #if 0/#endif, not commenting out, to remove a routi...
2006-06-27 Ronnie Sahlbergfrom Authesserre Samuel
2006-05-03 Anders BromanFrom Paolo Abeni:
2006-04-26 Jörg Mayerauthesserre samuel <sauthess@gmail.com>:
2006-03-16 Jaap KeuterSuperfluous check on 'secret' removed.
2006-03-08 Luis OntanonAvoid passing junk to ssl_debug_printf fmt if a weird...
2006-02-13 Jörg MayerPaolo Abeni
2006-02-11 Jörg MayerPaolo Abeni:
2006-02-10 Anders BromanFrom Paolo Abeni:
2006-02-06 Guy HarrisFrom Paolo Abeni:
2006-02-06 Guy HarrisTag some #else/#endif to make it clearer what tests...
2006-02-06 Guy HarrisNo C++/C99-style comments, please.
2006-02-06 Guy HarrisInclude <epan/gnuc_format_check.h> in packet-ssl-utils...
next