summaryrefslogtreecommitdiff
path: root/ssl/t1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Move the TLS1.0/1.1/1.2 record crypto code into the new record layerMatt Caswell2022-08-181-4/+4
* Check that IV length is not less than zeroDmitry Belyavskiy2022-08-011-5/+10
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-115/+199
* Improve diagnostics on setting groupsDmitry Belyavskiy2022-06-221-1/+6
* add_provider_groups: Clean up algorithm pointer on failureTomas Mraz2022-06-101-1/+1
* Fix strict client chain check with TLS-1.3Tomas Mraz2022-06-031-8/+6
* Fix a crash in ssl_security_cert_chainBernd Edlinger2022-05-241-0/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add back check for the DH public key sizeTomas Mraz2022-02-171-0/+19
* ssl: replace ;; with ; as statement separatorPauli2022-01-181-1/+1
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-261-37/+92
* Add return value NULL checks that were missingPauli2021-11-121-0/+2
* Omitted signature_algorithms extension alerts updatedDmitry Belyavskiy2021-08-111-2/+2
* ssl: replace tabs with spacesPauli2021-06-191-1/+1
* ssl: do not choose auto DH groups that are weaker than the security levelPauli2021-06-191-1/+6
* tls: remove TODOsPauli2021-06-021-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-13/+13
* Replace EVP_PKEY_supports_digest_nidTomas Mraz2021-05-131-5/+8
* Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell2021-04-191-11/+27
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Increase the upper limit on group name lengthAnthony Hu2021-03-111-2/+2
* tls: updates for the new additional MAC_init argumentsPauli2021-02-281-3/+2
* tls_valid_group: Add missing dereference of okfortls13Tomas Mraz2021-02-121-1/+1
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-2/+3
* Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell2021-02-051-4/+2
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-051-40/+2
* Make sure we don't use sigalgs that are not availableMatt Caswell2021-02-051-3/+10
* Add the nist group names as aliases for the normal TLS group namesMatt Caswell2021-02-051-4/+1
* Make supported_groups code independent of EC and DHMatt Caswell2021-02-051-6/+21
* Ensure default supported groups works even with no-ec and no-dhMatt Caswell2021-02-051-16/+30
* Remove OPENSSL_NO_DH guards from libsslMatt Caswell2021-02-051-1/+1
* Remove some TODO(OpenSSL1.2) referencesMatt Caswell2021-02-041-1/+4
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell2021-01-261-15/+9
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-14/+21
* Adding TLS group name retrievalMichael Baentsch2021-01-081-1/+1
* TLS: Use EVP_PKEY_get_group_name() to get the group nameRichard Levitte2020-12-081-15/+15
* EVP: constify the EVP_PKEY_get_*_param() argument |pkey|Richard Levitte2020-12-081-2/+0
* Fix builds that specify both no-dh and no-ecMatt Caswell2020-11-301-9/+2
* Move some libssl global variables into SSL_CTXMatt Caswell2020-11-231-2/+2
* Convert TLS auto DH parameters to use EVP_PKEYMatt Caswell2020-11-181-20/+31
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-29/+14
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-25/+23
* Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis2020-10-221-1/+1
* Concentrate deprecated libssl API usage in one fileMatt Caswell2020-10-161-26/+7
* Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri2020-10-141-0/+8
* Fix ssl_hmac_new() so that it uses the propqShane Lontis2020-09-231-1/+1
* Fix safestack issues in x509.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-1/+0
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-4/+4