aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix an incorrect error flow in add_provider_groupsMatt Caswell2020-07-081-1/+1
* Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx2020-06-271-0/+18
* Create defines for TLS Group IdsMatt Caswell2020-06-191-35/+36
* Update the various SSL group getting and setting functionsMatt Caswell2020-06-191-33/+68
* Modify libssl to discover supported groups based on available providersMatt Caswell2020-06-191-81/+268
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-4/+4
* use safe primes in ssl_get_auto_dh()Hubert Kario2020-06-091-36/+38
* Don't downgrade keys in libsslMatt Caswell2020-06-051-11/+0
* Check that Signature Algorithms are available before using themMatt Caswell2020-06-051-47/+102
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-1/+1
* New Russian TLS 1.2 implementationDmitry Belyavskiy2020-05-191-1/+16
* Fix GOST curve sec bitsNikolay Morozov2020-04-281-7/+7
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* GOST2012 TLS Supported Groups Identifiers SupportNikolay Morozov2020-04-221-0/+18
* Fix NULL dereference in SSL_check_chain() for TLS 1.3Benjamin Kaduk2020-04-211-1/+1
* Use the libctx for all EVP_PKEY_CTX operationsMatt Caswell2020-04-191-35/+35
* TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 supportNikolay Morozov2020-04-161-2/+12