summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_fetch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gate calling of evp_method_id on having a non-zero name idNeil Horman2024-01-011-4/+17
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Remove include/internal/decoder.h, as it's superfluousRichard Levitte2023-08-151-1/+1
* Optimise PKEY decodersMatt Caswell2023-07-171-2/+8
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+2
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-201-0/+24
* Remove the _fetch_by_number functionsPauli2022-05-061-47/+8
* Make it possible to remove methods by the provider that provides themRichard Levitte2022-05-051-0/+10
* Don't empty the method store when flushing the query cacheRichard Levitte2022-05-051-3/+3
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-20/+1
* Fixed typo in inner_evp_generic_fetch() error handlingOliver Roberts2022-03-151-1/+1
* fetch: convert a NULL property query to ""Pauli2022-02-281-4/+4
* CORE: Encure that cached fetches can be done per providerRichard Levitte2021-10-271-6/+8
* EVP: Add the internal function evp_generic_fetch_from_prov()Richard Levitte2021-10-271-1/+27
* CORE: add a provider argument to ossl_method_construct()Richard Levitte2021-10-271-7/+8
* Don't try and load the config file while already loading the config fileMatt Caswell2021-07-281-5/+12
* CORE: Do a bit of cleanup of core fetchingRichard Levitte2021-06-161-13/+10
* Refactor evp_generic_do_all() to behave like evp_generic_fetch()Richard Levitte2021-06-151-42/+48
* CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte2021-06-151-30/+46
* coverity 1484912: Null pointer dereferences (NULL_RETURNS)Pauli2021-05-271-0/+3
* Ensure mirroring of properties works for subsequent updatesMatt Caswell2021-05-201-7/+21
* Add a callback for providers to know about global properties changesMatt Caswell2021-05-201-2/+43
* Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell2021-05-201-2/+10
* Add support for child provider to up_ref/free their parentMatt Caswell2021-05-111-1/+1
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+2
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-8/+0
* property: check return values from the property locking calls.Pauli2021-04-081-3/+4
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-021-11/+10
* property: default queries create the property values.Pauli2021-03-161-2/+2
* 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-241-4/+4
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Use centralized fetching errorsRichard Levitte2021-01-121-20/+6
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-4/+4
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-5/+5
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-29/+29
* EVP: Centralise fetching error reportingRichard Levitte2020-09-131-61/+78
* Load the default config file before working with default propertiesMatt Caswell2020-08-171-8/+14
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-1/+10
* CORE: Add an internal function to distinguish the global default contextRichard Levitte2020-06-281-6/+13
* property: Move global default properties to the library context.Pauli2020-06-231-12/+42
* CORE: query for operations only once per provider (unless no_store is true)Richard Levitte2020-05-191-1/+7
* Add default property API's to enable and test for fipsShane Lontis2020-05-021-1/+33
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Swap parameters of evp_method_id()Dr. Matthias St. Pierre2020-04-201-5/+5
* Fix an assertion (and a comment) of evp_method_id()Dr. Matthias St. Pierre2020-04-201-4/+4
* Put an error on the stack in the event of a fetch failureMatt Caswell2020-03-271-6/+48