From Naoyoshi Ueda:
[obnox/wireshark/wip.git] / epan / dissectors / packet-ssl-utils.c
2012-02-16 etxrabFrom Naoyoshi Ueda:
2012-01-30 etxrabFrom Andreas Heise:
2012-01-28 etxrabFrom Andreas Heise:
2012-01-28 etxrabFrom Michael:
2012-01-04 geraldMake sure each value in a GHashTable is unique. This...
2011-12-22 etxrabFrom Naoyoshi Ueda:
2011-12-16 wmeierFix tvb memory leak; Add missing call to add_new_data_s...
2011-09-21 wmeierFix vi "modeline" so it works;
2011-09-20 stigFrom Dirk via bug 6361:
2011-09-19 cmaynardClose fp before checking if private_key is NULL to...
2011-06-23 jakeFrom Andrey Kulikov:
2011-06-23 jakeFrom Andrey Kulikov:
2011-06-20 wmeierFix some gcc 4.6 "set but not used [-Wunused-but-set...
2011-05-29 etxrab- Added new SignatureIdentity values.
2011-05-28 sakeAdd "File -> Export -> SSL Session Keys..." to be able...
2011-05-25 sakeExtended the SSL key log import routine to be able...
2011-05-12 morrissFrom Richard Brodie via https://bugs.wireshark.org...
2011-05-11 morrissFrom Michael Chen via https://bugs.wireshark.org/bugzil...
2011-05-04 darkjamesCleanup: g_malloc can't return NULL, remove checks...
2011-04-26 geraldFrom Adam Langley via bug 4349:
2011-04-26 geraldFrom Ivan Sy via bug 3343:
2011-03-22 stigClose fp in error case in ssl_parse_key_list to avoid...
2011-03-09 wmeierCheck that imported private key is RSA; Prevents a...
2011-01-26 etxrabFrom Kaspar Brand:
2010-12-20 guyRename the routines that handle dissector tables with...
2010-12-18 sakeAdd support for the TLSv1.2 format of the CertificateRe...
2010-10-29 wmeierUse value_string_ext fcns to access two value-string...
2010-10-10 wmeierDefine some fcns & vars as static ...
2010-10-05 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-09-15 morrissFollow up to bug 5209 and rev 34115:
2010-09-13 etxrabFrom Yaniv Kaul:
2010-08-27 jakeTake in updates from the TLS registery.
2010-06-24 etxrabFrom "wiresharkbugzilla@jdkbx.cjb.net":
2010-02-19 jakeDitch the last direct indexed character array.
2010-01-31 jakeFrom Jens Weibler:
2010-01-29 jakeFrom Laurent Boulard:
2010-01-22 sakeFix a spelling error : entrypted -> encrypted
2010-01-22 wmeierFix some gcc -Wshadow warnings
2010-01-16 guyUse G_GSIZE_MODIFIER rather than casting to "gulong...
2009-12-21 geraldCan someone explain why it's a good idea that functions...
2009-12-21 geraldSwitch to using a bundled version of the openSUSE Build...
2009-10-25 etxrabFrom Jakub Zawadzki:
2009-09-15 morrissssl_association_remove(): free assoc->info too
2009-09-14 jakeFix for bug 4008:
2009-09-09 jakeFrom Ivan Sy:
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-08-25 wmeierRework code slightly to prevent several GCC "breaking...
2009-08-13 kukosafix build failure without GnuTLS
2009-08-13 kukosause G_GSIZE_MODIFIER instead of %zd which is not suppor...
2009-08-13 kukosaFix SSL decryption failure if client and server have...
2009-08-12 kukosafix memoryleak causing crash with long SSL traces
2009-05-31 tuexenBring cipher suites in sync.
2009-05-30 tuexenAdd cipher suites defined in RFC 4279.
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-02-11 kukosa- detect TLS 1.2
2008-12-20 wmeierFix various typos and spelling errors (mostly in text...
2008-12-17 kukosafix warning
2008-12-17 kukosa- fix RSA key import for GNUTLS 2.5.x and newer
2008-10-10 geraldFrom rmkml: Fix a typo in a comment.
2008-09-15 jakeFix for bug 2875:
2008-07-16 morrissssl_hash() needs the StringInfo.data it is passed to...
2008-07-09 jakeFrom Paolo Abeni:
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-03-01 stigRewrote to use g_strlcpy and g_strlcat.
2008-02-11 wmeierA few minor pedantic fixes ....
2008-02-02 stigRewrote some prohibited APIs in epan/dissectors/ (sprin...
2008-01-24 stigRemoved even more C++ style comments.
2008-01-24 stigFixed some more malloc -> g_malloc, free -> g_free...
2008-01-13 galSupport for keylists for protocols that use start_tls...
2008-01-03 kukosafix warning: mark unused parameter
2008-01-03 martinmFix warnings (seen under linux + GCC 3.4.6)
2008-01-03 kukosaFrom Ales Kocourek
2007-11-30 kukosa- fix warnings in prefs.c
2007-11-28 wmeierFixes for Windows build w/o ZLIB
2007-11-05 sakeBug 1954 From Mikael Magnusson :
2007-10-16 morrissChange more fopen() to eth_fopen() to finish fixing...
2007-10-02 kukosareview and update list of TLS cipher suites
2007-09-07 stigArgh! Used the wrong length modifier for size_t.
2007-09-07 stigFixed compiler warnings.
2007-08-25 jakePartial fix for bug 1317:
2007-07-19 morrissChange "lenght" to "length" and "decypt" to "decrypt"
2007-05-25 jakeFrom Brian Vandenberg:
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-04-16 kukosamove string tables from packet-ssl-utils.h to packet...
2007-04-11 kukosamake packet-ssl-utils.c compileable without GnuTLS
2007-04-10 legofix another warning
2007-04-10 richardvfix a number of warnings, and type of ssl_decrypt_recor...
2007-04-10 richardvremove dependency on zlib.h
2007-04-10 kukosa- SSL desegmentation support
2007-01-12 kukosaprepare SSL dissector for similar desegmentation as...
2007-01-04 kukosafix compilation without GnuTLS
2007-01-04 kukosa- new ssl_set_master_secret() which can set master...
2006-12-28 kukosadebug improvements
2006-12-11 kukosaSSL keys configuration can be read from file
2006-08-29 kukosaget rid of few warnings
2006-08-28 kukosa- new function ssl_dissector_delete()
2006-08-25 kukosanew ssl_dissector_add() function which can be called...
2006-08-10 kukosaGnuTLS/libgcrypt initialization moved to epan.c
2006-08-02 sahlbergfrom a. samuel
2006-07-01 guyUse #if 0/#endif, not commenting out, to remove a routi...
next