summaryrefslogtreecommitdiffstats
path: root/ssl/t1_trce.c
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-04-04fix build error in 32 bit debug buildcedral
2018-03-27Adds multiple checks to avoid buffer over readsPhilippe Antoine
2017-12-11Fix a switch statement fallthroughMatt Caswell
2017-06-22Fix the names of ChaCha20-Poly1305 cipher suites in t1_trce.c.David Benjamin
2017-05-09Remove support for OPENSSL_SSL_TRACE_CRYPTOMatt Caswell
2016-09-08Ensure trace recognises X25519Matt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-07-25Enforce and explicit some const castingFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-04-27Fix enable-ssl-trace no-nextprotoneg.Ben Laurie
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-02-12Fix the enable-ssl-trace config optionMatt Caswell
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-19Remove fixed DH ciphersuites.Dr. Stephen Henson
2015-12-13Don't use EC when no-ec.Ben Laurie
2015-12-10Wire ChaCha20-Poly1305 to TLS.Andy Polyakov
2015-11-27Updates to GOST2012Matt Caswell
2015-11-23Patch containing TLS implementation for GOST 2012Dmitry Belyavsky
2015-07-30Add full PSK trace supportDr. Stephen Henson
2015-06-23PSK trace keyex fixes.Dr. Stephen Henson
2015-06-06Update trace code.Dr. Stephen Henson
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-02-03Extended master secret extension support.Dr. Stephen Henson
2015-01-28Remove support for opaque-prfRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-05-20Adding padding extension to trace code.Dr. Stephen Henson
2014-01-09use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor
2014-01-09emit "DHE" instead of "edh" for kX packet trace outputDaniel Kahn Gillmor
2014-01-09use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor
2014-01-09emit "ECDHE" instead of "EECDH" for kX packet trace outputDaniel Kahn Gillmor
2013-11-02Add brainpool curves to trace output.Dr. Stephen Henson
2013-03-26Provisional DTLS 1.2 support.Dr. Stephen Henson
2013-03-18Use enc_flags when deciding protocol variations.Dr. Stephen Henson
2013-03-11DTLS trace support.Dr. Stephen Henson
2013-02-04Fix for trace code: SSL3 doesn't include a length value forDr. Stephen Henson
2012-12-07send out the raw SSL/TLS headers to the msg_callback and display them in SSL_...Dr. Stephen Henson
2012-12-07typoDr. Stephen Henson
2012-11-16new command line option -stdname to ciphers utilityDr. Stephen Henson
2012-08-28New compile time option OPENSSL_SSL_TRACE_CRYPTO, when set this passesDr. Stephen Henson
2012-07-18update trace messagesDr. Stephen Henson
2012-06-15Initial record tracing code. Print out all fields in SSL/TLS recordsDr. Stephen Henson