summaryrefslogtreecommitdiffstats
path: root/crypto/evp/signature.c
AgeCommit message (Expand)Author
2022-10-11Update copyright yearMatt Caswell
2022-07-17evp: make all _is_a functions accept and handle a NULL argumentPauli
2021-10-27CORE: Encure that cached fetches can be done per providerRichard Levitte
2021-10-27EVP: For all operations that use an EVP_PKEY, check that there is oneRichard Levitte
2021-10-27EVP: Allow a fallback for operations that work with an EVP_PKEYRichard Levitte
2021-10-27EVP: Add internal functions to fetch type specific EVP methods from providerRichard Levitte
2021-10-27EVP: Reverse the fetch logic in all pkey using functionalityRichard Levitte
2021-10-22Prevent an overflow if an application supplies a buffer that is too smallMatt Caswell
2021-06-15Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()Richard Levitte
2021-06-02libcrypto: make XXX_get_number() internalPauli
2021-06-02evp: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis
2021-05-19Make sure to include "internal/numbers.h" to get SIZE_MAXRichard Levitte
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-04-18Standard style for all EVP_xxx_free routinesRich Salz
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-03-12evp: add params arguments to init functionsPauli
2021-03-11Update copyright yearMatt Caswell
2021-03-11Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte
2020-09-08EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte
2020-08-12Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-05-14EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte
2020-05-08EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up!Richard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-17EVP: Fix calls to evp_pkey_export_to_provider()Richard Levitte
2020-03-21EVP: fetch the EVP_KEYMGMT earlierRichard Levitte
2020-03-09EVP: Check that key methods aren't foreign when exportingRichard Levitte
2020-03-09Add provider awareness of EVP_DigestSign() and EVP_DigestVerify()Matt Caswell
2020-02-29Rethink the EVP_PKEY cache of provider side keysRichard Levitte
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2020-01-21EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()Richard Levitte
2020-01-18EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte
2020-01-12Add dsa signature alg to fips providerShane Lontis