aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-27ssl/dtls: add keyfile support to dtlsHauke Mehrtens1-0/+8
2014-04-26Change ssl_find_private_key to voidPeter Wu1-1/+1
2014-04-11Fix compilation if not HAVE_LIBGNUTLS and not HAVE_LIBGCRYPTStig Bjørlykke1-2/+2
2014-04-11Fix compilation if HAVE_LIBGNUTLS but not HAVE_LIBGCRYPT.Stig Bjørlykke1-1/+3
2014-04-05ssl-utils: add detection of Supplemental DataHauke Mehrtens1-0/+1
2014-03-06add the (not yet official) TLS channel_id extension that's used by ChromeMartin Kaiser1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03SSL: dynamically allocate session ticket storage area to avoid buffer overflowPascal Quantin1-1/+0
2014-02-04Fix indent (Remove tabs and use 4 spaces)Alexis La Goutte1-3/+3
2014-01-20From alexeyv:Anders Broman1-1/+10
2013-12-23Designated initializers are not standard C90, just list all the '-1's withoutEvan Huus1-56/+13
2013-12-23From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498Alexis La Goutte1-0/+335
2013-12-13From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9499Alexis La Goutte1-0/+1
2013-12-13From Peter WuAlexis La Goutte1-11/+9
2013-12-12In one or more of the files:Bill Meier1-1/+1
2013-12-08Fix invalid read and correct PSK upper bound. Bug 9512 (https://bugs.wiresha...Michael Mann1-3/+1
2013-12-08DTLS decryption enhancements. Bug 9499 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-0/+8
2013-11-18From Peter WuAlexis La Goutte1-0/+4
2013-11-18From Peter WuAlexis La Goutte1-1/+3
2013-11-18From Peter WuAlexis La Goutte1-0/+1
2013-11-18From Peter WuAlexis La Goutte1-0/+3