summaryrefslogtreecommitdiff
path: root/crypto/core_algorithm.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-2/+0
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-201-5/+21
* Refactor method construction pre- and post-conditionRichard Levitte2022-05-051-33/+70
* CORE: add a provider argument to ossl_method_construct()Richard Levitte2021-10-271-2/+15
* Fix pointer passed to provider_unquery_operationPetr Gotthard2021-05-171-3/+2
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-0/+21
* rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli2021-03-121-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-241-0/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Fix post-condition in algorithm_do_thisTodd Short2020-09-021-4/+4
* CORE: perform post-condition in algorithm_do_this() under all circumstancesRichard Levitte2020-07-051-6/+5
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* 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-5/+43
* CORE: Fix a couple of bugs in algorithm_do_this()Richard Levitte2020-05-161-2/+2
* Replumbing: make it possible for providers to specify multiple namesRichard Levitte2019-10-031-1/+1
* Add internal function ossl_algorithm_do_all()Richard Levitte2019-07-231-0/+75