aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/tls1.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-18GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov1-3/+5
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli1-1/+6
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-2/+2
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-08-06Correct the Extended Master Secret string for EBCDICMatt Caswell1-1/+1
2019-03-29Remove heartbeats completelyRichard Levitte1-32/+0
2018-12-15Deprecate TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MIN_VERSIONKurt Roeckx1-1/+3
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni1-0/+1
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell1-8/+0
2018-08-07Increase CT_NUMBER valuesRich Salz1-1/+7
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell1-1/+0
2018-05-15Suport TLSv1.3 draft 28Matt Caswell1-3/+7
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell1-12/+0
2018-03-14Update version numbers for TLSv1.3 draft-26Matt Caswell1-3/+3
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa1-0/+13
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short1-0/+1
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk1-0/+1
2018-01-25Renumber TLSEXT_TYPE_key_share for draft-23Benjamin Kaduk1-1/+1
2018-01-25Bump TLS1_3_VERSION_DRAFT for draft-23Benjamin Kaduk1-3/+3
2017-12-14Update the TLSv1.3 draft version indicators to draft 22Matt Caswell1-3/+3
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY1-0/+11
2017-10-30Whitespace and indent fixesRich Salz1-44/+34
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett1-0/+84
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang1-1/+166
2017-07-07Update the version number for TLSv1.3 draft 21Matt Caswell1-3/+3
2017-06-21Add documentation for the SSL_export_keying_material() functionMatt Caswell1-4/+4
2017-06-21Merge Nokia copyright notice into standardRich Salz1-27/+1
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-13/+1
2017-05-03Update the TLSv1.3 version indicator for draft-20Matt Caswell1-3/+3
2017-04-27Add parentheses on public macros where appropriate.Bernd Edlinger1-16/+20
2017-03-17Implement certificate_authorities extensionDr. Stephen Henson1-0/+1
2017-03-16Merge early_data_info extension into early_dataMatt Caswell1-1/+0
2017-03-16Update the TLSv1.3 version indicator for draft-19Matt Caswell1-3/+3
2017-03-10Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell1-0/+1
2017-03-04Add basic TLSv1.3 cookie supportMatt Caswell1-0/+1
2017-03-02Construct the early_data extensionMatt Caswell1-0/+1
2017-03-02Provide functions to write early dataMatt Caswell1-0/+1
2017-03-02Construct the ticket_early_data_info extensionMatt Caswell1-0/+1
2017-02-08Add remaining TLS1.3 ciphersuitesDr. Stephen Henson1-0/+8
2017-01-30Add SSL_get_peer_signature_type_nid() function.Dr. Stephen Henson1-0/+2
2017-01-30Construct the client side psk extension for TLSv1.3Matt Caswell1-0/+1
2017-01-30Add support for the psk_key_exchange_modes extensionMatt Caswell1-0/+1
2017-01-10Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell1-0/+2
2016-11-16Generate the key_shares extension on the client sideMatt Caswell1-0/+1
2016-11-15Revert "Remove heartbeats completely"Richard Levitte1-0/+32