summaryrefslogtreecommitdiff
path: root/test/filterprov.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-241-5/+37
* Update copyright yearMatt Caswell2021-02-181-1/+1
* test: filter provider honours the no_cache setting.Pauli2021-02-121-5/+3
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-5/+5
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-4/+4
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Modify libssl to discover supported groups based on available providersMatt Caswell2020-06-191-0/+9
* Implement a Filtering ProviderMatt Caswell2020-06-051-0/+199