]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/signature.c
CORE: Add an algorithm_description field to OSSL_ALGORITHM
[thirdparty/openssl.git] / crypto / evp / signature.c
2021-04-02  Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-11  Paulievp: add params arguments to init functions
2021-03-11  Matt CaswellUpdate copyright year
2021-03-11  Pedro MonrealFix reason code: EVP_R_OPERATON_NOT_INITIALIZED
2021-03-03  Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-24  Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
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