aboutsummaryrefslogtreecommitdiff
path: root/crypto/core_algorithm.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-17Fix pointer passed to provider_unquery_operationPetr Gotthard1-3/+2
2021-04-26Add type_name member to provided methods and use itTomas Mraz1-0/+21
2021-03-12rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli1-1/+1
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-02-24provider: add an unquery function to allow providers to clean up.Pauli1-0/+1
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-2/+2
2020-09-02Fix post-condition in algorithm_do_thisTodd Short1-4/+4
2020-07-05CORE: perform post-condition in algorithm_do_this() under all circumstancesRichard Levitte1-6/+5
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre1-1/+1
2020-06-04Update copyright yearMatt Caswell1-1/+1
2020-05-19CORE: query for operations only once per provider (unless no_store is true)Richard Levitte1-5/+43
2020-05-16CORE: Fix a couple of bugs in algorithm_do_this()Richard Levitte1-2/+2
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte1-1/+1
2019-07-23Add internal function ossl_algorithm_do_all()Richard Levitte1-0/+75