aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/tls1.h
Commit message (Expand)AuthorAgeFilesLines
* Add parentheses on public macros where appropriate.Bernd Edlinger2017-04-271-16/+20
* Implement certificate_authorities extensionDr. Stephen Henson2017-03-171-0/+1
* Merge early_data_info extension into early_dataMatt Caswell2017-03-161-1/+0
* Update the TLSv1.3 version indicator for draft-19Matt Caswell2017-03-161-3/+3
* Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell2017-03-101-0/+1
* Add basic TLSv1.3 cookie supportMatt Caswell2017-03-041-0/+1
* Construct the early_data extensionMatt Caswell2017-03-021-0/+1
* Provide functions to write early dataMatt Caswell2017-03-021-0/+1
* Construct the ticket_early_data_info extensionMatt Caswell2017-03-021-0/+1
* Add remaining TLS1.3 ciphersuitesDr. Stephen Henson2017-02-081-0/+8
* Add SSL_get_peer_signature_type_nid() function.Dr. Stephen Henson2017-01-301-0/+2
* Construct the client side psk extension for TLSv1.3Matt Caswell2017-01-301-0/+1
* Add support for the psk_key_exchange_modes extensionMatt Caswell2017-01-301-0/+1
* Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell2017-01-101-0/+2
* Generate the key_shares extension on the client sideMatt Caswell2016-11-161-0/+1
* Revert "Remove heartbeats completely"Richard Levitte2016-11-151-0/+32
* Remove heartbeats completelyRichard Levitte2016-11-151-32/+0
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-101-1/+7
* Fix some missing checks for TLS1_3_VERSION_DRAFTMatt Caswell2016-11-091-0/+1
* Update TLS1.3 draft version numbers for latest draftMatt Caswell2016-11-091-2/+2
* Add the ability to send the supported_versions extensionMatt Caswell2016-11-091-0/+6
* 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-1/+12
* Add missing session id and tlsext_status accessorsRemi Gacogne2016-08-171-0/+4
* Add SSL_CTX_get_tlsext_status_type()Matt Caswell2016-06-071-2/+5
* Add SSL_get_tlsext_status_type() methodAlessandro Ghedini2016-06-071-0/+3
* Add inclusion of openssl/x509.h in include/openssl/tls1.hRichard Levitte2016-06-041-0/+1
* Copyright consolidation 03/10Rich Salz2016-05-171-107/+7
* Do not access SSL struct directly in TLS1_get_version and TLS1_get_client_ver...Alessandro Ghedini2016-05-161-2/+2
* Propagate tlsext_status_type from SSL_CTX to SSLjfigus2016-05-161-0/+3
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Adds CT validation to SSL connectionsRob Percival2016-03-041-0/+6
* Refactor ClientHello extension parsingEmilia Kasper2016-03-031-0/+1
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-8/+26
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Wire ChaCha20-Poly1305 to TLS.Andy Polyakov2015-12-101-0/+18
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-6/+0
* Patch containing TLS implementation for GOST 2012Dmitry Belyavsky2015-11-231-2/+11
* Fix references to various RFCsAlessandro Ghedini2015-10-231-25/+12
* Add CCM ciphersuites from RFC6655 and RFC7251Dr. Stephen Henson2015-08-141-0/+54
* Remove Gost94 signature algorithm.Rich Salz2015-08-111-1/+0
* CAMELLIA PSK ciphersuites from RFC6367Dr. Stephen Henson2015-07-301-0/+18
* Add RFC4785 ciphersuitesDr. Stephen Henson2015-07-301-0/+12
* Add RFC4279, RFC5487 and RFC5489 ciphersuites.Dr. Stephen Henson2015-07-301-4/+60
* Initial new PSK ciphersuite definesDr. Stephen Henson2015-07-301-0/+31
* Add PSK GCM ciphersuites from RFC5487Dr. Stephen Henson2015-06-231-0/+8
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-31/+28
* Server side version negotiation rewriteMatt Caswell2015-05-161-0/+3