CTR, HASH and HMAC DRBGs in provider
[openssl.git] / crypto / evp / signature.c
2020-05-14 Richard LevitteEVP: For SIGNATURE operations, pass the propquery early
2020-05-08 Richard LevitteEVP: when setting the operation to EVP_PKEY_OP_UNDEFINE...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-17 Richard LevitteEVP: Fix calls to evp_pkey_export_to_provider()
2020-03-21 Richard LevitteEVP: fetch the EVP_KEYMGMT earlier
2020-03-09 Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-03-09 Matt CaswellAdd provider awareness of EVP_DigestSign() and EVP_Dige...
2020-02-29 Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-01-21 Richard LevitteEVP: clear error when falling back from failed EVP_KEYM...
2020-01-18 Richard LevitteEVP: Add evp_pkey_make_provided() and refactor around it
2020-01-17 Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2020-01-12 Shane LontisAdd dsa signature alg to fips provider