aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
2013-10-02From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9216 ss...Alexis La Goutte1-4/+5
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-1/+1
2013-09-14emem -> wmemJörg Mayer1-0/+1
2013-09-10proto_tree -> proto_itemMartin Kaiser1-16/+19
2013-09-10remove unnecessary if (tree)Martin Kaiser1-30/+16
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-09-02clean up dissect_ssl3_hnd_cert_req()Martin Kaiser1-66/+50
2013-09-02use dissect_ssl_hash_alg_list() for TLS1.2 certificate requestMartin Kaiser1-50/+12
2013-09-02From Michael ReschlyMartin Kaiser1-0/+80
2013-08-27Enhance TLS ALPN dissection (Add length of ALPN)Alexis La Goutte1-2/+16
2013-08-21From Michael ReschlyMartin Kaiser1-0/+55
2013-07-31Convert SSL and TCP dissectors to wmem (with the exception of UAT).Evan Huus1-7/+7
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+0
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-3/+1
2013-06-18Add ability to export decrypted SSL/DTLS PDUsPascal Quantin1-0/+15