aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-11ssl: move CertificateRequest to ssl-utilsPeter Wu1-198/+1
2014-07-11ssl: move Certificate handshake dissection to ssl-utilsPeter Wu1-100/+3
2014-07-11ssl: add missing valid handshake typesPeter Wu1-33/+14
2014-07-10ssl,dtls: convert from tvb_lengthPeter Wu1-6/+6
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-10/+4
2014-06-30Warn about unencrypted HTTP traffic over port 443Evan Huus1-4/+23
2014-06-23ssl: fix ClientKeyExchange, fix TLSv1.2 SKE for DHPeter Wu1-697/+3
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-5/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-05-30ssl/dtls: add support for Raw Public keysHauke Mehrtens1-11/+24
2014-05-30ssl-utils: dissect the certificate type TLS extensionHauke Mehrtens1-8/+13
2014-05-30ssl: use SslSessionHauke Mehrtens1-80/+76
2014-05-30ssl: add SslSession structureHauke Mehrtens1-24/+24
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-04-27ssl/dtls: add keyfile support to dtlsHauke Mehrtens1-25/+4
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin1-2/+3
2014-04-17ssl: Detect unencrypted heartbeat messagesPeter Wu1-1/+10
2014-04-11Improved TLS/DTLS Heartbeat Message handling.Stig Bjørlykke1-9/+20
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-1/+2
2014-03-10dissect the CertificateVerify handshake messageMartin Kaiser1-1/+54
2014-03-09add the CLIENT_RANDOM format to the tooltipMartin Kaiser1-0/+2
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-0/+2
2014-02-04Fix indent (Remove tabs and use 4 spaces)Alexis La Goutte1-19/+19
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-20From alexeyv:Anders Broman1-16/+28
2014-01-14Don't cast away constness.Guy Harris1-3/+3
2013-12-24Replace an ep-stack with a wmem stack. Running epan_init() no longer usesEvan Huus1-5/+5
2013-12-23From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498Alexis La Goutte1-803/+21
2013-12-11- Forward declaration of register functions.Anders Broman1-0/+2
2013-12-08DTLS decryption enhancements. Bug 9499 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-118/+13
2013-11-20From Jakub via http://www.wireshark.org/lists/wireshark-dev/201311/msg00153.htmlAlexis La Goutte1-3/+3
2013-11-18It's incremented, so not a const.Guy Harris1-3/+3
2013-11-18From Peter WuAlexis La Goutte1-0/+110
2013-11-18From Peter WuAlexis La Goutte1-45/+97
2013-11-18From Peter WuAlexis La Goutte1-4/+87
2013-11-18From Peter WuAlexis La Goutte1-0/+57
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-9/+1
2013-10-14TLS server key exchange misses sig and hash algorithm for TLS 1.2. Bug 9208 ...Michael Mann1-6/+80