summaryrefslogtreecommitdiffstats
path: root/include/openssl/tls1.h
AgeCommit message (Expand)Author
2024-05-14Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan
2023-03-28RFC7250 (RPK) supportTodd Short
2023-01-24Replace use of the Dummy Handshake Layer with the real oneMatt Caswell
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-09-09Cleanup EBCDIC string defintionsTodd Short
2021-10-09Increase the default security level to 2Matt Caswell
2021-06-04Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz
2021-03-11Update copyright yearMatt Caswell
2021-03-06Restore GOST macros compatibility with 1.1.1Dmitry Belyavskiy
2020-04-23Update copyright yearMatt Caswell
2020-04-18GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-08-06Correct the Extended Master Secret string for EBCDICMatt Caswell
2019-03-29Remove heartbeats completelyRichard Levitte
2018-12-15Deprecate TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MIN_VERSIONKurt Roeckx
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell
2018-08-07Increase CT_NUMBER valuesRich Salz
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell
2018-05-15Suport TLSv1.3 draft 28Matt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-14Update version numbers for TLSv1.3 draft-26Matt Caswell
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa
2018-02-13Update copyright yearMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk
2018-01-25Renumber TLSEXT_TYPE_key_share for draft-23Benjamin Kaduk
2018-01-25Bump TLS1_3_VERSION_DRAFT for draft-23Benjamin Kaduk
2017-12-14Update the TLSv1.3 draft version indicators to draft 22Matt Caswell
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-30Whitespace and indent fixesRich Salz
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-07Update the version number for TLSv1.3 draft 21Matt Caswell
2017-06-21Add documentation for the SSL_export_keying_material() functionMatt Caswell
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-05-03Update the TLSv1.3 version indicator for draft-20Matt Caswell
2017-04-27Add parentheses on public macros where appropriate.Bernd Edlinger
2017-03-17Implement certificate_authorities extensionDr. Stephen Henson
2017-03-16Merge early_data_info extension into early_dataMatt Caswell
2017-03-16Update the TLSv1.3 version indicator for draft-19Matt Caswell
2017-03-10Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell
2017-03-04Add basic TLSv1.3 cookie supportMatt Caswell
2017-03-02Construct the early_data extensionMatt Caswell