Verify that extensions are used in the correct context
[openssl.git] / ssl / t1_trce.c
2016-12-08 Matt CaswellAdd EncryptedExtensions message
2016-12-08 Matt CaswellSend and Receive a TLSv1.3 format ServerHello
2016-11-16 Matt CaswellFix a "defined but not used" warning when enabling...
2016-11-16 Matt CaswellUpdate the trace code to know about the key_share extension
2016-11-15 Richard LevitteRevert "Remove heartbeats completely"
2016-11-15 Richard LevitteRemove heartbeats completely
2016-11-13 Richard LevitteRemove heartbeat support
2016-11-10 Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-09 Matt CaswellRemove some redundant trace code
2016-11-09 Matt CaswellFix some missing checks for TLS1_3_VERSION_DRAFT
2016-11-09 Matt CaswellUpdate TLS1.3 draft version numbers for latest draft
2016-11-09 Matt CaswellEnsure that the -trace option can interpret the support...
2016-11-07 Matt CaswellCorrect the Id for the TLS1.3 ciphersuite
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-09-08 Matt CaswellEnsure trace recognises X25519
2016-08-18 Emilia KasperIndent ssl/
2016-07-25 FdaSilvaYYEnforce and explicit some const casting
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-04-27 Ben LaurieFix enable-ssl-trace no-nextprotoneg.
2016-03-04 Rob PercivalAdds CT validation to SSL connections
2016-02-12 Matt CaswellFix the enable-ssl-trace config option
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-19 Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-12-13 Ben LaurieDon't use EC when no-ec.
2015-12-10 Andy PolyakovWire ChaCha20-Poly1305 to TLS.
2015-11-27 Matt CaswellUpdates to GOST2012
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-07-30 Dr. Stephen HensonAdd full PSK trace support
2015-06-23 Dr. Stephen HensonPSK trace keyex fixes.
2015-06-06 Dr. Stephen HensonUpdate trace code.
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-02-06 Rich Salzdead code cleanup: #if 0 in ssl
2015-02-03 Dr. Stephen HensonExtended master secret extension support.
2015-01-28 Rich SalzRemove support for opaque-prf
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-05-20 Dr. Stephen HensonAdding padding extension to trace code.
2014-01-09 Daniel Kahn Gillmoruse SSL_kDHE throughout instead of SSL_kEDH
2014-01-09 Daniel Kahn Gillmoremit "DHE" instead of "edh" for kX packet trace output
2014-01-09 Daniel Kahn Gillmoruse SSL_kECDHE throughout instead of SSL_kEECDH
2014-01-09 Daniel Kahn Gillmoremit "ECDHE" instead of "EECDH" for kX packet trace...
2013-11-02 Dr. Stephen HensonAdd brainpool curves to trace output.
2013-03-26 Dr. Stephen HensonProvisional DTLS 1.2 support.
2013-03-18 Dr. Stephen HensonUse enc_flags when deciding protocol variations.
2013-03-11 Dr. Stephen HensonDTLS trace support.
2013-02-04 Dr. Stephen HensonFix for trace code: SSL3 doesn't include a length value for
2012-12-07 Dr. Stephen Hensonsend out the raw SSL/TLS headers to the msg_callback...
2012-12-07 Dr. Stephen Hensontypo
2012-11-16 Dr. Stephen Hensonnew command line option -stdname to ciphers utility
2012-08-28 Dr. Stephen HensonNew compile time option OPENSSL_SSL_TRACE_CRYPTO, when...
2012-07-18 Dr. Stephen Hensonupdate trace messages
2012-06-15 Dr. Stephen HensonInitial record tracing code. Print out all fields in...