aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-01Don't leak a file descriptor when changing the SSL debug file name.Jeff Morriss1-1/+4
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-4/+4
2016-05-01IMAP: Add heuristic check for TLSJoão Valverde1-5/+19
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-2/+2
2016-04-04Rename "libz" to "zlib"João Valverde1-6/+6
2016-03-16ssl: add more TLS extensionsHauke Mehrtens1-2/+4
2016-03-16ssl: add extra supported ECC/DH groupsHauke Mehrtens1-0/+7
2016-03-16ssl: update tls protocol number for draft-ietf-tls-chacha20-poly1305Hauke Mehrtens1-2/+22
2016-02-27Fix names of SSLv2 RC2 cipher suitesBertrand Bonnefoy-Claudet1-2/+2
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-19ssl: fix decryption when session ticket is not usedPeter Wu1-4/+12
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2016-01-27ssl: enable "decryption" without keys for NULL ciphersPeter Wu1-9/+39
2016-01-25dns,spdy,ssl-utils: fix export PDUPeter Wu1-0/+3
2016-01-25ssl: fix RSA key matching with Client certsPeter Wu1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-22Fix DIAG_OFF() and DIAG_ON() calls.Guy Harris1-2/+2
2016-01-21Define ZLIB_CONST for packet-ssl-utilsJoão Valverde1-1/+8
2016-01-03Rename ipv6-utils.h to ipv6.h.Guy Harris1-1/+1
2015-11-16ssl,dtls: use ProtocolVersion from Server HelloPeter Wu1-2/+56
2015-11-16ssl,dtls: use a single field to track ProtocolVersionPeter Wu1-37/+39
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-95/+61
2015-11-07ssl: add expert info for session resumptionPeter Wu1-0/+49
2015-11-04SSL: fix SCTP port association so as to match what is done for UDP/TCPPascal Quantin1-3/+4
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-1/+1
2015-10-29ssl-utils: add versions to ssl debug logPeter Wu1-18/+22
2015-10-27[ssl] dissect handshake messages even if we have no treeMartin Kaiser1-47/+45
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-10-16ssl-utils: allow gcrypt without GnuTLS, improve structurePeter Wu1-369/+461
2015-10-13ssl-utils: fix anchoring matches in keylog filePeter Wu1-2/+3
2015-10-13ssl-utils: Fix parsing pre-master-secrets in keylog-fileGergely Nagy1-5/+11
2015-10-07ssl-utils: load RSA keys based on their modulus+exponentPeter Wu1-186/+107
2015-10-07ssl-utils: simplify private key storage, fix resource leaksPeter Wu1-150/+77
2015-09-21Revert "Report an error if we fail to open the keylog file."Peter Wu1-6/+1
2015-09-21ssl: determine DTLS by positively checking for UDPAlex Badea1-1/+1
2015-09-14SSL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+0
2015-09-07SSL: bugfix for raw public keys in certificate messageOlaf Bergmann1-31/+65
2015-08-21SSL: refine KEX handling and fix _anon KEX dissectingTimo Warns1-432/+585
2015-07-17ssl-utils: do not check for empty keylog filenamesPeter Wu1-1/+1
2015-07-17Report an error if we fail to open the keylog file.Guy Harris1-1/+6
2015-07-16ssl-utils: fix RSA keys with GnuTLS 2.12.23Peter Wu1-4/+4
2015-07-15ssl-utils: fix failing decryption for some RSA keysPeter Wu1-0/+5
2015-07-15ssl-utils: remove unused, broken libgcrypt codePeter Wu1-34/+4
2015-07-03ssl,dtls: split init/cleanup routinesPeter Wu1-22/+16
2015-06-30Use ws_fstat64() to determine the size of an open file.Guy Harris1-16/+19
2015-06-29ssl: test for file type before reading key filePeter Wu1-0/+7
2015-06-16TLS Decryption is now possible with a user provided PMS and Client Random valuesAdam Pridgen1-11/+42