summaryrefslogtreecommitdiff
path: root/ssl/s3_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ssl: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-2/+2
* Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk2021-05-151-2/+9
* OBJ_nid2sn(NID_sha256) is completely equivalent to OSSL_DIGEST_NAME_SHA2_256Tomas Mraz2021-04-011-5/+1
* Ensure buffer/length pairs are always in syncMatt Caswell2021-03-251-1/+4
* ssl: support params arguments to init functionsPauli2021-03-121-2/+2
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-121-2/+2
* Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell2021-02-051-19/+3
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-051-8/+4
* Remove compile time guard checking from ssl3_get_req_cert_typeMatt Caswell2021-02-051-9/+4
* Remove OPENSSL_NO_DH guards from libsslMatt Caswell2021-02-051-25/+7
* Remove some TODO(OpenSSL1.2) referencesMatt Caswell2021-02-041-1/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz2021-01-261-41/+4
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-26/+41
* Adding TLS group name retrievalMichael Baentsch2021-01-081-0/+18
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-4/+0
* Return sensible values for some SSL ctrlsMatt Caswell2020-11-181-6/+5
* Only disabled what we need to in a no-dh buildMatt Caswell2020-11-181-3/+1
* Implement a replacement for SSL_set_tmp_dh()Matt Caswell2020-11-181-18/+2
* Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell2020-11-181-25/+10
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-36/+18
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-21/+21
* Unify ssl3_get_cipher_by_std_name() implementationBenjamin Kaduk2020-10-291-13/+5
* [ssl] Support ssl_encapsulate on server sideNicola Tuveri2020-10-141-1/+64
* [ssl] Support ssl_decapsulate on client sideNicola Tuveri2020-10-141-16/+83
* optimise ssl3_get_cipher_by_std_name()hklaas2020-09-271-2/+1
* Fix safestack issues in x509.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-1/+0
* Add X509 related libctx changes.Shane Lontis2020-07-241-4/+0
* Update the various SSL group getting and setting functionsMatt Caswell2020-06-191-10/+7
* Modify libssl to discover supported groups based on available providersMatt Caswell2020-06-191-73/+21
* New Russian TLS 1.2 implementationDmitry Belyavskiy2020-05-191-5/+43
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Use the libctx for all EVP_PKEY_CTX operationsMatt Caswell2020-04-191-48/+3
* GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov2020-04-181-2/+4
* TLS Cipher Suite 0xC102 SupportNikolay Morozov2020-04-021-2/+18
* Make sure we use the libctx when creating an EVP_PKEY_CTX in libsslMatt Caswell2020-04-011-3/+28
* Explicitly cache X509v3 extensions in libsslMatt Caswell2020-03-301-0/+5
* Fix whitespace nit in ssl_generate_master_secret()Benjamin Kaduk2020-03-131-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-3/+3
* Use the OPENSSL_CTX and property query string in EVP_PKEY_CTXMatt Caswell2020-02-061-3/+13
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-061-2/+9
* TLS: use EVP for HMAC throughout libssl.Pauli2020-01-291-0/+10
* Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libsslMatt Caswell2020-01-241-2/+2
* Replace BUF_ string function calls with OPENSSL_ onesRich Salz2019-10-171-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* API to get negotiated key exchange algorithm in TLS1.3raja-ashok2019-08-061-5/+5
* Fix the return value for SSL_get0_chain_certs()Matt Caswell2019-07-171-0/+1
* Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell2019-06-181-4/+3
* Fix a race condition in supported groups handlingMatt Caswell2019-06-181-2/+2