aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-11ssl: fix SSLv2 Client Hello dissectionPeter Wu1-85/+82
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-16ssl,dtls: use ProtocolVersion from Server HelloPeter Wu1-35/+3
2015-11-16ssl,dtls: use a single field to track ProtocolVersionPeter Wu1-108/+36
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-66/+55
2015-11-07ssl: add expert info for session resumptionPeter Wu1-39/+5
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-29ssl-utils: add versions to ssl debug logPeter Wu1-1/+0
2015-10-27[ssl] dissect handshake messages even if we have no treeMartin Kaiser1-25/+18
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-2/+2
2015-10-16ssl-utils: allow gcrypt without GnuTLS, improve structurePeter Wu1-6/+5
2015-10-15ssl: detect very small heartbeat sizePeter Wu1-34/+40
2015-10-14[ssl handshake] remove unnecessary if (tree) checksMartin Kaiser1-37/+28
2015-10-07ssl-utils: load RSA keys based on their modulus+exponentPeter Wu1-5/+3
2015-10-07ssl-utils: simplify private key storage, fix resource leaksPeter Wu1-2/+2
2015-09-25Multiple SSL content in one packet fixMichal Pazdera1-6/+6
2015-09-21ssl: determine DTLS by positively checking for UDPAlex Badea1-3/+3
2015-07-20Fix escaping of strings in UATs.Guy Harris1-1/+3
2015-07-15Simply code for export of PDUs coming from heuristic dissectorsPascal Quantin1-3/+1
2015-07-03ssl,dtls: split init/cleanup routinesPeter Wu1-8/+17
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-12/+23
2015-06-04SSL: Add support for private key password when decryptingKevin Grigorenko1-3/+4
2015-05-28Don't warn about overwriting filename preferences.Gerald Combs1-2/+2
2015-05-26Remove proto_tree_add_text from packet-ssl-utils.cMichael Mann1-1/+1
2015-05-09SSL: fix dissection of CertificateStatus message with OCSP_MULTIJamil Nimeh1-3/+5
2015-03-16Remove proto_tree_add_text from packet-ssl.cMichael Mann1-73/+172
2015-03-12Export CLIENT_RANDOM with Export SSL Session KeysPeter Wu1-2/+4
2015-03-12ssl,dtls: fix CertificateVerify dissection for TLSv1.2Peter Wu1-54/+1
2015-02-19ssl: check for minimal SSLv3/TLS record sizePeter Wu1-0/+15
2015-02-09ssl,dtls,ssl-utils: Prepare for STARTTLS handlingPeter Wu1-53/+56
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-0/+1
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-1/+1
2015-01-10Remove/replace ep_strsplit()Evan Huus1-3/+6
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-5/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-11/+7
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-11-24SSL: Implement Extended Master SecretDave Tapuska1-0/+2
2014-11-07Fix all remaining filter name errors found with checkfiltername.plMichael Mann1-11/+11
2014-11-05Make SSL certificates available to tshark as bytes via the dtls/ssl.handshake...Ambarish Malpani1-1/+1
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-30/+2
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-07-31ssl: fix SSL keylog file live-capture use casePeter Wu1-2/+9
2014-07-31ssl,dtls: simplify keyfile handlingPeter Wu1-10/+11
2014-07-24ssl,dtls: move Finished dissection to ssl-utilsPeter Wu1-58/+6
2014-07-23ssl,dtls: move Session Ticket to ssl-utilsPeter Wu1-66/+3
2014-07-23ssl,dtls: move ClientHello to ssl-utilsPeter Wu1-177/+14
2014-07-23ssl,dtls: move ServerHello to ssl-utilsPeter Wu1-105/+5
2014-07-15ssl: move decoder init from ClientKeyExchange to ChangeCipherSpecPeter Wu1-11/+6
2014-07-15ssl: unify common Hello dissection to ssl-utilsPeter Wu1-118/+3