summaryrefslogtreecommitdiffstats
path: root/crypto/core_fetch.c
AgeCommit message (Expand)Author
2020-06-04Update copyright yearMatt Caswell
2020-05-19CORE: query for operations only once per provider (unless no_store is true)Richard Levitte
2019-11-29CORE: pass the full algorithm definition to the method constructorRichard Levitte
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte
2019-09-19In provider implemented methods, save the name number, not the name stringRichard Levitte
2019-08-22Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte
2019-07-23Refactor ossl_method_construct() in terms of ossl_algorithm_do_all()Richard Levitte
2019-06-10EVP fetching: make operation_id part of the method identityRichard Levitte
2019-06-04Move digests to providersShane Lontis
2019-05-12EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell
2019-04-09Use the right NID when putting a method in the storeMatt Caswell
2019-03-18Replumbing: better reference counter control in ossl_method_construct()Richard Levitte
2019-03-18Replumbing: pass callback data to the algo destructor tooRichard Levitte
2019-03-12Replumbing: Add constructor of libcrypto internal method structuresRichard Levitte