summaryrefslogtreecommitdiffstats
path: root/crypto/store/store_meth.c
AgeCommit message (Expand)Author
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-06-05Fix inadvertent NULL assignments in ternary opsClemens Lang
2022-05-05Add method store cache flush and method removal to non-EVP operationsRichard Levitte
2022-03-15Update copyright yearMatt Caswell
2022-03-08fetch: convert a NULL property query to ""Pauli
2022-01-12Fix Decoder, Encoder and Store loader fetchingMatt Caswell
2021-10-27CORE: Encure that cached fetches can be done per providerRichard Levitte
2021-10-27CORE: add a provider argument to ossl_method_construct()Richard Levitte
2021-06-20STORE: Fix OSSL_STORE_open_ex() error reportingRichard Levitte
2021-06-16CORE: Do a bit of cleanup of core fetchingRichard Levitte
2021-06-16Clean up the encoder/decoder/loader stores before providersMatt Caswell
2021-06-15Refactor OSSL_STORE_LOADER_do_all_provided() to behave like OSSL_STORE_LOADER...Richard Levitte
2021-06-15CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte
2021-06-11STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte
2021-06-02store: include internal headerPauli
2021-06-02libcrypto: make XXX_get_number() internalPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-04-07Fix typo in store_meth.cNan Xiao
2021-04-02Add OSSL_STORE_LOADER_description()Richard Levitte
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-03-04crypto: rename error flags in internal structuresTobias Nießen
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-12Use centralized fetching errorsRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-08-24STORE: Add the base functions to support provider based loadersRichard Levitte