Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[openssl.git] / crypto / evp / signature.c
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Richard LevitteEVP: use evp_pkey_ctx_is_legacy() to find what implemen...
2020-09-08 Richard LevitteEVP: Add support for delayed EVP_PKEY operation parameters
2020-08-12 Shane LontisAdd public API for gettables and settables for keymanag...
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
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