aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem/extensions_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* Partial revert and reimplement "Enable brainpool curves for TLS1.3"Matt Caswell2022-10-071-20/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-2/+2
* Move logic for figuring out the record version out of record layerMatt Caswell2022-09-231-1/+4
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-131-1/+3
* Coverity: misuses of time_tPauli2022-08-191-3/+2
* Move some fields out of the SSL object and into the record layer objectMatt Caswell2022-08-181-1/+1
* Remove some use of SSL object from record layerMatt Caswell2022-08-181-0/+1
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-72/+101
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add back check for the DH public key sizeTomas Mraz2022-02-171-2/+2
* No EtM for GOST ciphers in TLS 1.2Dmitry Belyavskiy2021-11-291-1/+5
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-261-1/+19
* Fix a memory leak in tls_parse_stoc_key_shareBernd Edlinger2021-11-041-0/+1
* tls: remove TODOsPauli2021-06-021-5/+3
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-3/+3
* Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk2021-05-151-0/+23
* Ensure buffer/length pairs are always in syncMatt Caswell2021-03-251-2/+11
* Fix the check for suitable groups and TLSv1.3Matt Caswell2021-03-081-1/+7
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-051-4/+0
* Make supported_groups code independent of EC and DHMatt Caswell2021-02-051-11/+19
* Ensure default supported groups works even with no-ec and no-dhMatt Caswell2021-02-051-2/+0
* tag unused function arguments as ossl_unusedPauli2020-12-031-2/+3
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-241/+112
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-201-4/+4
* [ssl] Support ssl_decapsulate on client sideNicola Tuveri2020-10-141-18/+37
* Fix safestack issues in ocsp.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-2/+0
* Don't send supported groups if no-ec and we're doing DTLSMatt Caswell2020-06-191-1/+1
* Provider a better error message if we fail to copy parametersMatt Caswell2020-06-191-1/+1
* Modify libssl to discover supported groups based on available providersMatt Caswell2020-06-191-5/+5
* Don't downgrade keys in libsslMatt Caswell2020-06-051-31/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* TLS: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte2020-04-081-0/+32
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-061-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.David Benjamin2019-07-251-2/+2
* Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell2019-06-181-6/+6
* Allow TLSv1.3 in a no-ec buildMatt Caswell2019-06-171-10/+38
* TLS1.3 FFDHE Supportraja-ashok2019-06-121-9/+18
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-43/+43
* Don't write the tick_identity to the sessionMatt Caswell2019-03-051-13/+23
* Add option to disable Extended Master SecretTodd Short2019-02-151-0/+5
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Ignore disabled ciphers when deciding if we are using ECCMatt Caswell2018-11-081-5/+8
* Use the same min-max version range on the client consistentlyMatt Caswell2018-08-221-1/+1
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-17/+2
* Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell2018-08-151-22/+1
* Suport TLSv1.3 draft 28Matt Caswell2018-05-151-2/+6