summaryrefslogtreecommitdiff
path: root/ssl/statem/extensions_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* RFC7250 (RPK) supportTodd Short2023-03-281-1/+162
* Fix early_data age calculationMatt Caswell2023-03-011-7/+9
* fuzz: fix coverity warningsPhilippe Antoine2023-02-201-1/+1
* fuzz: make post handshake reachablePhilippe Antoine2023-02-081-2/+11
* Ensure that the key share group is allowed for our protocol versionMatt Caswell2022-10-121-1/+8
* Partial revert and reimplement "Enable brainpool curves for TLS1.3"Matt Caswell2022-10-071-5/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+4
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-131-15/+15
* Coverity: misuses of time_tPauli2022-08-191-10/+9
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-90/+113
* Check for EVP_MD being NULL inside ssl.slontis2022-07-131-0/+4
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add back check for the DH public key sizeTomas Mraz2022-02-171-3/+3
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-261-6/+9
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* tls: remove TODOsPauli2021-06-021-9/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+3
* Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk2021-05-151-0/+3
* Don't send key_share for PSK-only key exchangeBenjamin Kaduk2021-05-121-0/+7
* ssl: support params arguments to init functionsPauli2021-03-121-2/+2
* 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-1/+1
* Ensure default supported groups works even with no-ec and no-dhMatt Caswell2021-02-051-4/+0
* tag unused function arguments as ossl_unusedPauli2020-12-031-4/+8
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-255/+122
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-201-3/+3
* [ssl] Support ssl_encapsulate on server sideNicola Tuveri2020-10-141-25/+81
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-15/+12
* Fix safestack issues in ocsp.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-1/+0
* Ensure libssl creates libctx aware MAC keysMatt Caswell2020-08-291-8/+10
* Add EVP signature with libctx methods.Shane Lontis2020-08-091-4/+5
* Modify libssl to discover supported groups based on available providersMatt Caswell2020-06-191-1/+3
* Don't downgrade keys in libsslMatt Caswell2020-06-051-30/+0
* New Russian TLS 1.2 implementationDmitry Belyavskiy2020-05-191-1/+3
* 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/+30
* Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libsslMatt Caswell2020-04-011-2/+4
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-1/+1
* Use the OPENSSL_CTX and property query string in EVP_PKEY_CTXMatt Caswell2020-02-061-1/+1
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-061-2/+3
* Fix SSL_get_servername() and SNI behaviourMatt Caswell2020-01-301-7/+18
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Don't send a status_request extension in a CertificateRequest messageMatt Caswell2019-09-061-0/+4
* Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell2019-06-181-3/+3
* Fix a race condition in supported groups handlingMatt Caswell2019-06-181-5/+5
* Allow TLSv1.3 in a no-ec buildMatt Caswell2019-06-171-3/+3