aboutsummaryrefslogtreecommitdiff
path: root/crypto/core_fetch.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte1-3/+3
2019-09-19In provider implemented methods, save the name number, not the name stringRichard Levitte1-6/+2
2019-08-22Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte1-5/+5
2019-07-23Refactor ossl_method_construct() in terms of ossl_algorithm_do_all()Richard Levitte1-44/+34
2019-06-10EVP fetching: make operation_id part of the method identityRichard Levitte1-4/+6
2019-06-04Move digests to providersShane Lontis1-0/+3
2019-05-12EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte1-8/+9
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell1-1/+1
2019-04-09Use the right NID when putting a method in the storeMatt Caswell1-2/+3
2019-03-18Replumbing: better reference counter control in ossl_method_construct()Richard Levitte1-12/+20
2019-03-18Replumbing: pass callback data to the algo destructor tooRichard Levitte1-2/+2
2019-03-12Replumbing: Add constructor of libcrypto internal method structuresRichard Levitte1-0/+97