aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_trce.c
Commit message (Expand)AuthorAgeFilesLines
* Add SSL_trace() support for KeyUpdate messagesMatt Caswell2017-02-171-1/+17
* Add trace support for HelloRetryRequestMatt Caswell2017-02-141-10/+38
* Add support for the psk_key_exchange_modes extensionMatt Caswell2017-01-301-0/+15
* Teach SSL_trace about the new sigalgsMatt Caswell2017-01-101-30/+33
* Fix various style issues following feedbackMatt Caswell2017-01-061-3/+3
* Fix a double blank line style issueMatt Caswell2017-01-061-1/+0
* Update SSL_trace to understand TLSv1.3 CertificatesMatt Caswell2017-01-061-9/+24
* Various style updates following extensions refactorMatt Caswell2016-12-081-0/+2
* Add EncryptedExtensions messageMatt Caswell2016-12-081-0/+6
* Send and Receive a TLSv1.3 format ServerHelloMatt Caswell2016-12-081-12/+21
* Fix a "defined but not used" warning when enabling ssl-traceMatt Caswell2016-11-161-5/+0
* Update the trace code to know about the key_share extensionMatt Caswell2016-11-161-1/+31
* Revert "Remove heartbeats completely"Richard Levitte2016-11-151-0/+3
* Remove heartbeats completelyRichard Levitte2016-11-151-3/+0
* Remove heartbeat supportRichard Levitte2016-11-131-32/+1
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-101-5/+5
* Remove some redundant trace codeMatt Caswell2016-11-091-10/+1
* Fix some missing checks for TLS1_3_VERSION_DRAFTMatt Caswell2016-11-091-1/+3
* Update TLS1.3 draft version numbers for latest draftMatt Caswell2016-11-091-1/+1
* Ensure that the -trace option can interpret the supported_versions extensionMatt Caswell2016-11-091-0/+19
* Correct the Id for the TLS1.3 ciphersuiteMatt Caswell2016-11-071-1/+1
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-0/+2
* Ensure trace recognises X25519Matt Caswell2016-09-081-0/+1
* Indent ssl/Emilia Kasper2016-08-181-27/+19
* Enforce and explicit some const castingFdaSilvaYY2016-07-251-2/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-50/+5
* Fix enable-ssl-trace no-nextprotoneg.Ben Laurie2016-04-271-0/+2
* Adds CT validation to SSL connectionsRob Percival2016-03-041-0/+1
* Fix the enable-ssl-trace config optionMatt Caswell2016-02-121-22/+0
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove fixed DH ciphersuites.Dr. Stephen Henson2015-12-191-18/+0
* Don't use EC when no-ec.Ben Laurie2015-12-131-0/+2
* Wire ChaCha20-Poly1305 to TLS.Andy Polyakov2015-12-101-0/+7
* Updates to GOST2012Matt Caswell2015-11-271-17/+17
* Patch containing TLS implementation for GOST 2012Dmitry Belyavsky2015-11-231-2/+8
* Add full PSK trace supportDr. Stephen Henson2015-07-301-13/+36
* PSK trace keyex fixes.Dr. Stephen Henson2015-06-231-0/+14
* Update trace code.Dr. Stephen Henson2015-06-061-0/+130
* Remove Kerberos support from libsslMatt Caswell2015-05-131-4/+0
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-2/+2
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-8/+0
* Extended master secret extension support.Dr. Stephen Henson2015-02-031-1/+2
* Remove support for opaque-prfRich Salz2015-01-281-3/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1186/+1116
* Remove SSLv2 supportKurt Roeckx2014-12-041-3/+0
* Adding padding extension to trace code.Dr. Stephen Henson2014-05-201-1/+2
* use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor2014-01-091-4/+4
* emit "DHE" instead of "edh" for kX packet trace outputDaniel Kahn Gillmor2014-01-091-1/+1
* use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor2014-01-091-4/+4