aboutsummaryrefslogtreecommitdiffstats
path: root/include/internal/core.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-06-041-1/+1
* CORE: query for operations only once per provider (unless no_store is true)Richard Levitte2020-05-191-0/+4
* CORE: pass the full algorithm definition to the method constructorRichard Levitte2019-11-291-2/+2
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-191-4/+1
* Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte2019-08-221-2/+2
* Add internal function ossl_algorithm_do_all()Richard Levitte2019-07-231-0/+7
* EVP fetching: make operation_id part of the method identityRichard Levitte2019-06-101-3/+5
* EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte2019-05-121-5/+5
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-021-1/+1
* Use the right NID when putting a method in the storeMatt Caswell2019-04-091-2/+2
* Replumbing: pass callback data to the algo destructor tooRichard Levitte2019-03-181-1/+1
* Replumbing: Add constructor of libcrypto internal method structuresRichard Levitte2019-03-121-0/+52