summaryrefslogtreecommitdiff
path: root/crypto/evp/signature.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
* EVP: Fix calls to evp_pkey_export_to_provider()Richard Levitte2020-04-171-1/+1
* EVP: fetch the EVP_KEYMGMT earlierRichard Levitte2020-03-211-1/+1
* EVP: Check that key methods aren't foreign when exportingRichard Levitte2020-03-091-1/+1
* Add provider awareness of EVP_DigestSign() and EVP_DigestVerify()Matt Caswell2020-03-091-6/+26
* Rethink the EVP_PKEY cache of provider side keysRichard Levitte2020-02-291-3/+6
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-1/+1
* EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()Richard Levitte2020-01-211-4/+25
* EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte2020-01-181-34/+32
* Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte2020-01-171-1/+1
* Add dsa signature alg to fips providerShane Lontis2020-01-121-0/+580