aboutsummaryrefslogtreecommitdiff
path: root/crypto/core_algorithm.c
AgeCommit message (Expand)AuthorFilesLines
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