summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_check.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make EVP_PKEY_check() be an alias for EVP_PKEY_pairwise_check()Tomas Mraz2021-07-151-17/+3
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-1/+3
* Add EVP_PKEY_public_check_quick.Shane Lontis2021-02-221-2/+12
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-151-8/+23
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-10/+10
* EVP: Have all EVP_PKEY check functions export to provider if possibleRichard Levitte2020-11-071-36/+41
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-3/+3
* EVP: Clarify the states of an EVP_PKEYRichard Levitte2020-03-251-16/+33
* Rethink the EVP_PKEY cache of provider side keysRichard Levitte2020-02-291-10/+10
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-15/+15
* Add RSA key validation to default providerShane Lontis2020-01-291-0/+158