aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-16TLS Decryption is now possible with a user provided PMS and Client Random valuesAdam Pridgen1-11/+42
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-12/+12
2015-05-11Do not assume the data field of an address structure is an aligned pointer.Guy Harris1-4/+5
2015-04-27SSL/TLS: Add support of TLS Fallback Signaling Cipher Suite Value (SCSV) for ...Alexis La Goutte1-1/+2
2015-03-12Export CLIENT_RANDOM with Export SSL Session KeysPeter Wu1-0/+3
2015-03-12ssl,dtls: fix CertificateVerify dissection for TLSv1.2Peter Wu1-10/+50
2015-02-23ssl-utils: refactor keyfile matchingPeter Wu1-59/+61
2015-02-17Give users a more helpful error message if they enter an SSL protocol we don'tJeff Morriss1-3/+9
2015-02-09ssl,dtls,ssl-utils: Prepare for STARTTLS handlingPeter Wu1-15/+70
2015-02-09ssl-utils: use ALPN hint for improved spdy/http2 recognitionPeter Wu1-2/+56
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-1/+1
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-5/+5
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-11/+11
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-1/+3
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-1/+4
2015-01-07Replace bytes_to_ep_str_punct with wmem equivalent.Michael Mann1-1/+3
2015-01-04Make sure we don't underrun a buffer when decrypting SSL.Gerald Combs1-0/+4
2014-12-30free the temporary buffers allocated by gnutls_x509_privkey_export_rsa_raw()Martin Kaiser1-1/+5
2014-12-26Fix some dissectors doing termio (fprintf(stderr,..), g_warning()).Bill Meier1-15/+14
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+5
2014-11-24SSL: Implement Extended Master SecretDave Tapuska1-45/+155
2014-10-26SSL 3.0 and TLS ciphersuite values are two bytes longMartin Kaiser1-1/+1
2014-10-26add TLS_FALLBACK_SCSVMartin Kaiser1-1/+2
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-5/+0
2014-09-20ssl: allocate regexes with glibEvan Huus1-2/+3
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-4/+4
2014-09-01TLS: fix dissection of status_request_v2 hello extensionJamil Nimeh1-4/+7
2014-08-03Fix uninitialized session ticketPeter Wu1-0/+2
2014-07-31ssl: fix SSL keylog file live-capture use casePeter Wu1-50/+89
2014-07-31ssl,dtls: simplify keyfile handlingPeter Wu1-343/+242
2014-07-30Fix use of uninitialized fieldPeter Wu1-1/+2
2014-07-24ssl: clarify meaning of StringInfo, cleanup PRFs, master_secretPeter Wu1-162/+160
2014-07-24ssl,dtls: move Finished dissection to ssl-utilsPeter Wu1-0/+31
2014-07-23ssl,dtls: move Session Ticket to ssl-utilsPeter Wu1-0/+37
2014-07-23ssl-utils: stop exporting some symbolsPeter Wu1-3/+8
2014-07-23ssl,dtls: move ClientHello to ssl-utilsPeter Wu1-0/+118
2014-07-23ssl,dtls: move ServerHello to ssl-utilsPeter Wu1-1/+65
2014-07-18ssl-utils: change some references from ietf drafts to rfcsHauke Mehrtens1-4/+4
2014-07-16TLS: Update to the final RFC (7301) for ALPNAlexis La Goutte1-1/+2
2014-07-16Don't use __func__, use G_STRFUNC.Guy Harris1-6/+6
2014-07-15ssl: move decoder init from ClientKeyExchange to ChangeCipherSpecPeter Wu1-0/+56
2014-07-15ssl: unify common Hello dissection to ssl-utilsPeter Wu1-0/+68
2014-07-11ssl: move CertificateRequest to ssl-utilsPeter Wu1-0/+146
2014-07-11ssl: move Certificate handshake dissection to ssl-utilsPeter Wu1-0/+61
2014-07-11ssl: add missing valid handshake typesPeter Wu1-7/+38
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-52/+23
2014-06-24proto_tree_add_uint() takes a value, not an encoding, as an argument.Guy Harris1-1/+1
2014-06-23ssl: fix ClientKeyExchange, fix TLSv1.2 SKE for DHPeter Wu1-0/+392