Move some code (including the optional objects) into libwsutil
[obnox/wireshark/wip.git] / epan / dissectors / packet-ssl.c
2010-05-28 morrissMove some code (including the optional objects) into...
2010-05-23 sakeFix for bug 4544 - Decrypted data for STARTLS session...
2010-05-13 morrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-05-11 wmeierFrom Yaniv Kaul: Fix errors found by clang static...
2010-04-13 sakeFix for bug 4535: The SSL dissector can not correctly...
2010-02-19 jakeDitch the last direct indexed character array.
2010-02-03 stigChanged "reassembled_length" -> "reassembled.length".
2010-02-02 stigIntroduce "Reassembled length" filter element for all...
2010-01-31 jakeFrom Jens Weibler:
2009-12-21 stigOnly add a delimiter to COL_INFO when actually adding...
2009-12-19 guyFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-11-23 stigGuard #include <sys/types.h> with HAVE_SYS_TYPES_H.
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-09-14 jakeFix for bug 4008:
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-13 kukosaFix SSL decryption failure if client and server have...
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-09 krjDon't guard col_clear with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-13 etxrabApply some of the patches from:
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-04-19 sakeWhen a frame contains the remainder of a previous PDU...
2009-02-11 kukosa- detect TLS 1.2
2008-12-20 wmeierFix various typos and spelling errors (mostly in text...
2008-12-19 geraldBack out r27047 and r27053.
2008-12-18 geraldUpdate calls to proto_tree_add_bytes_format to reflect...
2008-12-17 wmeierFix typos and spelling (mostly in text strings)
2008-10-24 wmeierWindows build: #include winsock2.h only when needed.
2008-09-07 guyClean up indetation.
2008-07-12 jakeMove the registration for SSL sockets to the protocol...
2008-07-09 jakeFrom Paolo Abeni:
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-05 etxrabChange depreciated function g_tree_traverse -> g_tree_f...
2008-03-19 kukosaSSL debug outputs for better detection of reassembling...
2008-02-11 wmeierA few minor pedantic fixes ....
2008-02-07 stigRemoved some "statement not reached" warnings.
2008-01-26 galRemove "LDAP over SSL" registration as now handled...
2008-01-14 kukosaadd ssl_debug_flush() at the end of initialization
2008-01-13 galSupport for keylists for protocols that use start_tls...
2008-01-03 kukosaFrom Ales Kocourek
2007-12-28 sakePreserve can_desegment status when passing the decrypte...
2007-11-30 kukosa- fix warnings in prefs.c
2007-11-21 kukosamore SSL debug info concerning conversation and ssl_session
2007-11-01 kukosaset data for IV always
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-10-16 morrissChange more fopen() to eth_fopen() to finish fixing...
2007-09-16 geraldFix a buffer overflow found by Stefan Esser (untested).
2007-08-24 jmayerDon't acidentally print the hexdump of a certificate
2007-07-16 kukosamake TCP and SSL/TLS ports configurable for HTTP
2007-07-12 morrissUndo part of rev 21460: go back to passing proto_ssl...
2007-06-11 geraldFix include paths.
2007-05-13 etxrabSecond step in introducing asn context to BER dissector...
2007-05-03 geraldCheck for an infinite loop while processing cipher...
2007-05-02 guyCheck for read failures, and report them (and don't...
2007-04-25 guyUse "address_to_str()" to format an address, rather...
2007-04-25 kukosafread() return value can not match file size on Windows...
2007-04-23 sfisherFrom Paolo Abeni:
2007-04-20 standelget rid of some unused parameters in process_ssl_payload
2007-04-18 morrissPass NULL (instead of proto_) in the last parameter...
2007-04-14 sfisherFrom Sake Blok:
2007-04-13 sfisherFix unused variable warning when neither SSL_DECRYPT_DE...
2007-04-12 standelset unused parameters flags to fiw some gcc warnings
2007-04-10 richardvFrom Sake Blok:
2007-04-10 kukosa- SSL desegmentation support
2007-03-24 sfisherFix mess with ssl_version_short_names[] being defined...
2007-03-21 martinmSquash a couple of warnings.
2007-01-26 kukosaTLS 1.0/1.1 just ignores unknown records - RFC 2246...
2007-01-26 wmeierA few more ethereal --> wireshark
2007-01-18 guyguint32 requires %[doxu], not %l[doxu]. (We don't...
2007-01-12 kukosaignore ssl_desegment_app_data preference till desegment...
2007-01-12 kukosaprepare SSL dissector for similar desegmentation as...
2007-01-04 kukosa- new ssl_set_master_secret() which can set master...
2007-01-02 wmeierMore ethereal --> wireshark
2006-12-30 sfisherFix for bug #1132:
2006-12-28 kukosadebug improvements
2006-12-25 sfisherFrom Sake Blok:
2006-12-11 martinmRemove \n from long preference description
2006-12-11 martinmTry to fix build (on Linux at least...) by including...
2006-12-11 kukosaSSL keys configuration can be read from file
2006-11-30 jakeFrom Martin Warnesi:
2006-11-30 sfisherAllow the sub-dissector to be called for decrypted...
2006-11-19 sfisherFix for bug #1126. In the SSL dissector, don't just...
2006-11-04 sahlbergFrom SF
2006-10-17 kukosadebug trace at beginning of each packet
2006-10-08 jakeFix for bug 1153, typos in debug output
2006-09-24 guySquelch a compiler warning.
2006-08-30 kukosadisplay Random as a single item with two subitems
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-07 geraldAdd GNUTLS to the Windows build.
2006-08-02 sahlbergfrom a. samuel
2006-07-01 sahlbergminor indentation changes
2006-06-29 sahlbergssl update register protocols with a decryption...
2006-06-29 sahlbergmake the three decryption preferences only be visible...
2006-06-28 sahlbergcoverity 200 remove redundant null tests for pinfo->fd
2006-06-28 sahlbergcoverity 199 remove a pointless test for NULL for...
2006-06-28 sahlbergcoverity 198
2006-06-27 sahlbergmake the called subdissectors create their protocol...
2006-06-27 sahlbergfrom Authesserre Samuel
next