summaryrefslogtreecommitdiff
path: root/crypto/core_algorithm.c
Commit message (Expand)AuthorAgeFilesLines
* 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