summaryrefslogtreecommitdiff
path: root/crypto/store/store_meth.c
Commit message (Expand)AuthorAgeFilesLines
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-201-0/+24
* Fix inadvertent NULL assignments in ternary opsClemens Lang2022-06-051-1/+1
* Remove the _fetch_by_number functionsPauli2022-05-061-31/+6
* Add method store cache flush and method removal to non-EVP operationsRichard Levitte2022-05-051-0/+19
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-21/+2
* fetch: convert a NULL property query to ""Pauli2022-02-281-3/+4
* Fix Decoder, Encoder and Store loader fetchingMatt Caswell2022-01-121-2/+3
* CORE: Encure that cached fetches can be done per providerRichard Levitte2021-10-271-4/+5
* CORE: add a provider argument to ossl_method_construct()Richard Levitte2021-10-271-1/+1
* STORE: Fix OSSL_STORE_open_ex() error reportingRichard Levitte2021-06-201-1/+8
* CORE: Do a bit of cleanup of core fetchingRichard Levitte2021-06-161-12/+10
* Clean up the encoder/decoder/loader stores before providersMatt Caswell2021-06-161-1/+2
* Refactor OSSL_STORE_LOADER_do_all_provided() to behave like OSSL_STORE_LOADER...Richard Levitte2021-06-151-32/+24
* CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte2021-06-151-23/+40
* STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte2021-06-111-3/+3
* store: include internal headerPauli2021-06-021-1/+1
* libcrypto: make XXX_get_number() internalPauli2021-06-021-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-4/+4
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+1
* Fix typo in store_meth.cNan Xiao2021-04-071-1/+1
* Add OSSL_STORE_LOADER_description()Richard Levitte2021-04-021-0/+5
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-021-5/+6
* crypto: rename error flags in internal structuresTobias Nießen2021-03-041-4/+4
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-251-5/+7
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Use centralized fetching errorsRichard Levitte2021-01-121-3/+46
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-16/+16
* STORE: Add the base functions to support provider based loadersRichard Levitte2020-08-241-0/+425