aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-04ssl,http: rename http-over-ssl to http-over-tlsPeter Wu1-0/+3
2016-07-27ssl-utils: ensure that the cipher suite matches decoderPeter Wu1-6/+5
2016-07-18Use follow_record_t in SSL follow stream.Jeff Morriss1-6/+0
2016-05-31ssl: export ssl_starttls_* functions so they can be used by plugins.jpmendoza1-2/+2
2016-05-01IMAP: Add heuristic check for TLSJoão Valverde1-0/+12
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-1/+1
2016-02-19ssl: fix decryption when session ticket is not usedPeter Wu1-3/+3
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-0/+6
2015-11-16ssl,dtls: use ProtocolVersion from Server HelloPeter Wu1-1/+7
2015-11-16ssl,dtls: use a single field to track ProtocolVersionPeter Wu1-15/+7
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-22/+5
2015-11-07ssl: add expert info for session resumptionPeter Wu1-2/+22
2015-10-29ssl-utils: add versions to ssl debug logPeter Wu1-4/+1
2015-10-16ssl-utils: allow gcrypt without GnuTLS, improve structurePeter Wu1-10/+10
2015-10-07ssl-utils: load RSA keys based on their modulus+exponentPeter Wu1-11/+3
2015-10-07ssl-utils: simplify private key storage, fix resource leaksPeter Wu1-24/+1
2015-08-21SSL: refine KEX handling and fix _anon KEX dissectingTimo Warns1-5/+19
2015-07-15ssl-utils: remove unused, broken libgcrypt codePeter Wu1-9/+8
2015-07-03ssl,dtls: split init/cleanup routinesPeter Wu1-1/+4
2015-06-16TLS Decryption is now possible with a user provided PMS and Client Random valuesAdam Pridgen1-0/+1
2015-05-26Remove proto_tree_add_text from packet-ssl-utils.cMichael Mann1-3/+14
2015-03-12ssl,dtls: fix CertificateVerify dissection for TLSv1.2Peter Wu1-0/+18
2015-02-09ssl,dtls,ssl-utils: Prepare for STARTTLS handlingPeter Wu1-11/+32
2015-01-16Replace se alloced memory in compare stat tap.Michael Mann1-1/+1
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-5/+5
2014-11-24SSL: Implement Extended Master SecretDave Tapuska1-0/+9
2014-11-05Make SSL certificates available to tshark as bytes via the dtls/ssl.handshake...Ambarish Malpani1-1/+1
2014-08-28Fix error: not a Doxygen trailing comment found by Clang (-Wdocumentation)Alexis La Goutte1-8/+8
2014-08-15Remove unneeded #include <epan/prefs.h>; As needed: Add editor-modelines & ad...Bill Meier1-2/+0
2014-07-31ssl: fix SSL keylog file live-capture use casePeter Wu1-3/+7
2014-07-31ssl,dtls: simplify keyfile handlingPeter Wu1-39/+22
2014-07-24ssl: clarify meaning of StringInfo, cleanup PRFs, master_secretPeter Wu1-3/+6
2014-07-24ssl,dtls: move Finished dissection to ssl-utilsPeter Wu1-1/+20
2014-07-23ssl,dtls: move Session Ticket to ssl-utilsPeter Wu1-2/+29
2014-07-23ssl-utils: stop exporting some symbolsPeter Wu1-14/+0
2014-07-23ssl,dtls: move ClientHello to ssl-utilsPeter Wu1-3/+57
2014-07-23ssl,dtls: move ServerHello to ssl-utilsPeter Wu1-1/+24
2014-07-15ssl: move decoder init from ClientKeyExchange to ChangeCipherSpecPeter Wu1-0/+4
2014-07-15ssl: unify common Hello dissection to ssl-utilsPeter Wu1-0/+33
2014-07-11ssl: move CertificateRequest to ssl-utilsPeter Wu1-5/+63
2014-07-11ssl: move Certificate handshake dissection to ssl-utilsPeter Wu1-3/+34
2014-07-11ssl: add missing valid handshake typesPeter Wu1-25/+33
2014-06-25ssl-utils: add missing ett registrationPeter Wu1-8/+22
2014-06-23ssl: fix ClientKeyExchange, fix TLSv1.2 SKE for DHPeter Wu1-3/+173
2014-06-02Update TLS extensionsMarc Bevand1-1/+2
2014-05-30ssl/dtls: add support for Raw Public keysHauke Mehrtens1-0/+1
2014-05-30ssl-utils: dissect the certificate type TLS extensionHauke Mehrtens1-3/+29
2014-05-30ssl: add SslSession structureHauke Mehrtens1-3/+7
2014-05-27ssl-utils: fix TLS number of padding extensionHauke Mehrtens1-1/+1
2014-05-20SSL/TLS: Add Padding Extension (20)Alexis La Goutte1-2/+22