summaryrefslogtreecommitdiffstats
path: root/include/internal/core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-201-0/+6
* Avoid code duplication for locale initializationTomas Mraz2022-05-131-3/+0
* Refactor method construction pre- and post-conditionRichard Levitte2022-05-051-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy2022-04-221-0/+2
* CORE: Encure that cached fetches can be done per providerRichard Levitte2021-10-271-2/+2
* CORE: add a provider argument to ossl_method_construct()Richard Levitte2021-10-271-1/+1
* CORE: Do a bit of cleanup of core fetchingRichard Levitte2021-06-161-4/+3
* CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte2021-06-151-4/+2
* Add the concept of a child OSSL_LIB_CTXMatt Caswell2021-05-111-0/+1
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-0/+1
* property: lock the lib ctx when updating the property definition cachePauli2021-04-081-0/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* include/internal: add a few missing #pragma once directivesFdaSilvaYY2021-02-101-0/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-5/+5
* 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