summaryrefslogtreecommitdiffstats
path: root/ssl/t1_trce.c
AgeCommit message (Expand)Author
2017-01-30Add support for the psk_key_exchange_modes extensionMatt Caswell
2017-01-10Teach SSL_trace about the new sigalgsMatt Caswell
2017-01-06Fix various style issues following feedbackMatt Caswell
2017-01-06Fix a double blank line style issueMatt Caswell
2017-01-06Update SSL_trace to understand TLSv1.3 CertificatesMatt Caswell
2016-12-08Various style updates following extensions refactorMatt Caswell
2016-12-08Add EncryptedExtensions messageMatt Caswell
2016-12-08Send and Receive a TLSv1.3 format ServerHelloMatt Caswell
2016-11-16Fix a "defined but not used" warning when enabling ssl-traceMatt Caswell
2016-11-16Update the trace code to know about the key_share extensionMatt Caswell
2016-11-15Revert "Remove heartbeats completely"Richard Levitte
2016-11-15Remove heartbeats completelyRichard Levitte
2016-11-13Remove heartbeat supportRichard Levitte
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell
2016-11-09Remove some redundant trace codeMatt Caswell
2016-11-09Fix some missing checks for TLS1_3_VERSION_DRAFTMatt Caswell
2016-11-09Update TLS1.3 draft version numbers for latest draftMatt Caswell
2016-11-09Ensure that the -trace option can interpret the supported_versions extensionMatt Caswell
2016-11-07Correct the Id for the TLS1.3 ciphersuiteMatt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt 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