Adding missing NULL pointer check
[openssl.git] / include / openssl / tls1.h
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-01-24 Matt CaswellReplace use of the Dummy Handshake Layer with the real one
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-09-09 Todd ShortCleanup EBCDIC string defintions
2021-10-09 Matt CaswellIncrease the default security level to 2
2021-06-04 Tomas MrazMove libssl related defines used by fips provider to...
2021-03-11 Matt CaswellUpdate copyright year
2021-03-06 Dmitry BelyavskiyRestore GOST macros compatibility with 1.1.1
2020-04-23 Matt CaswellUpdate copyright year
2020-04-18 Nikolay MorozovGOST2012 TLS ClientCertificateType Identifiers support
2020-01-29 PauliTLS: use EVP for HMAC throughout libssl.
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-09-28 Dr. Matthias St... Add legacy include guards to public header files
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-08-06 Matt CaswellCorrect the Extended Master Secret string for EBCDIC
2019-03-29 Richard LevitteRemove heartbeats completely
2018-12-15 Kurt RoeckxDeprecate TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MI...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-11-12 Viktor DukhovniAdded missing signature algorithm reflection functions
2018-08-15 Matt CaswellUpdate code for the final RFC version of TLSv1.3 (RFC8446)
2018-08-07 Rich SalzIncrease CT_NUMBER values
2018-07-31 Matt CaswellFix some TLSv1.3 alert issues
2018-05-15 Matt CaswellSuport TLSv1.3 draft 28
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-14 Matt CaswellUpdate version numbers for TLSv1.3 draft-26
2018-02-26 Tatsuhiro TsujikawaExport keying material using early exporter master...
2018-02-13 Matt CaswellUpdate copyright year
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-25 Benjamin KadukAdd support for the TLS 1.3 signature_algorithms_cert...
2018-01-25 Benjamin KadukRenumber TLSEXT_TYPE_key_share for draft-23
2018-01-25 Benjamin KadukBump TLS1_3_VERSION_DRAFT for draft-23
2017-12-14 Matt CaswellUpdate the TLSv1.3 draft version indicators to draft 22
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-30 Rich SalzWhitespace and indent fixes
2017-08-30 Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-07-20 Paul YangSupport converting cipher name to RFC name and vice...
2017-07-07 Matt CaswellUpdate the version number for TLSv1.3 draft 21
2017-06-21 Matt CaswellAdd documentation for the SSL_export_keying_material...
2017-06-21 Rich SalzMerge Nokia copyright notice into standard
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-05-03 Matt CaswellUpdate the TLSv1.3 version indicator for draft-20
2017-04-27 Bernd EdlingerAdd parentheses on public macros where appropriate.
2017-03-17 Dr. Stephen HensonImplement certificate_authorities extension
2017-03-16 Matt CaswellMerge early_data_info extension into early_data
2017-03-16 Matt CaswellUpdate the TLSv1.3 version indicator for draft-19
2017-03-10 Matt CaswellUse the new TLSv1.3 certificate_required alert where...
2017-03-04 Matt CaswellAdd basic TLSv1.3 cookie support
2017-03-02 Matt CaswellConstruct the early_data extension
2017-03-02 Matt CaswellProvide functions to write early data
2017-03-02 Matt CaswellConstruct the ticket_early_data_info extension
2017-02-08 Dr. Stephen HensonAdd remaining TLS1.3 ciphersuites
2017-01-30 Dr. Stephen HensonAdd SSL_get_peer_signature_type_nid() function.
2017-01-30 Matt CaswellConstruct the client side psk extension for TLSv1.3
2017-01-30 Matt CaswellAdd support for the psk_key_exchange_modes extension
2017-01-10 Matt CaswellVerify that the sig algs extension has been sent for...
2016-11-16 Matt CaswellGenerate the key_shares extension on the client side
2016-11-15 Richard LevitteRevert "Remove heartbeats completely"
2016-11-15 Richard LevitteRemove heartbeats completely
2016-11-10 Matt CaswellRename the Elliptic Curves extension to supported_groups
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 CaswellAdd the ability to send the supported_versions extension
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-08-17 Remi GacogneAdd missing session id and tlsext_status accessors
2016-06-07 Matt CaswellAdd SSL_CTX_get_tlsext_status_type()
2016-06-07 Alessandro GhediniAdd SSL_get_tlsext_status_type() method
2016-06-03 Richard LevitteAdd inclusion of openssl/x509.h in include/openssl...
2016-05-17 Rich SalzCopyright consolidation 03/10
2016-05-16 Alessandro GhediniDo not access SSL struct directly in TLS1_get_version...
2016-05-16 jfigusPropagate tlsext_status_type from SSL_CTX to SSL
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-04 Rob PercivalAdds CT validation to SSL connections
2016-03-03 Emilia KasperRefactor ClientHello extension parsing
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-10 Andy PolyakovWire ChaCha20-Poly1305 to TLS.
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-10-23 Alessandro GhediniFix references to various RFCs
2015-08-14 Dr. Stephen HensonAdd CCM ciphersuites from RFC6655 and RFC7251
2015-08-11 Rich SalzRemove Gost94 signature algorithm.
2015-07-30 Dr. Stephen HensonCAMELLIA PSK ciphersuites from RFC6367
2015-07-30 Dr. Stephen HensonAdd RFC4785 ciphersuites
2015-07-30 Dr. Stephen HensonAdd RFC4279, RFC5487 and RFC5489 ciphersuites.
2015-07-30 Dr. Stephen HensonInitial new PSK ciphersuite defines
2015-06-23 Dr. Stephen HensonAdd PSK GCM ciphersuites from RFC5487
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-16 Matt CaswellServer side version negotiation rewrite
2015-03-31 Richard LevitteStop symlinking, move files to intended directory