aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/04-test_provider.t
Commit message (Collapse)AuthorAgeFilesLines
* Add a minimal test providerRichard Levitte2023-12-041-1/+8
| | | | | | | | We test its validity by trying to load it. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Todd Short <todd.short@me.com> (Merged from https://github.com/openssl/openssl/pull/22866)
* Update copyright yearMatt Caswell2021-05-201-1/+1
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15381)
* Add a test for OSSL_LIB_CTX_new_child()Matt Caswell2021-05-111-2/+5
| | | | | | | | Check that we can create such a libctx and usable providers are loaded into it. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14991)
* Add provider testsRichard Levitte2019-03-111-0/+18
Two tests are added, one that tests the internal API, the other tests the public API. Those two tests both test the same provider, which acts both as a built-in provider and as a loadable provider module. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8287)