summaryrefslogtreecommitdiffstats
path: root/crypto/core_algorithm.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-05-05Refactor method construction pre- and post-conditionRichard Levitte
2021-10-27CORE: add a provider argument to ossl_method_construct()Richard Levitte
2021-05-17Fix pointer passed to provider_unquery_operationPetr Gotthard
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-03-12rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli
2021-03-11Update copyright yearMatt Caswell
2021-02-24provider: add an unquery function to allow providers to clean up.Pauli
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-02Fix post-condition in algorithm_do_thisTodd Short
2020-07-05CORE: perform post-condition in algorithm_do_this() under all circumstancesRichard Levitte
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-04Update copyright yearMatt Caswell
2020-05-19CORE: query for operations only once per provider (unless no_store is true)Richard Levitte
2020-05-16CORE: Fix a couple of bugs in algorithm_do_this()Richard Levitte
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte
2019-07-23Add internal function ossl_algorithm_do_all()Richard Levitte