aboutsummaryrefslogtreecommitdiff
path: root/test/filterprov.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia1-1/+1
2021-02-24provider: add an unquery function to allow providers to clean up.Pauli1-5/+37
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-12test: filter provider honours the no_cache setting.Pauli1-5/+3
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell1-1/+1
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-5/+5
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre1-4/+4
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre1-1/+1
2020-06-19Modify libssl to discover supported groups based on available providersMatt Caswell1-0/+9
2020-06-05Implement a Filtering ProviderMatt Caswell1-0/+199