]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/provider_test.c
Add provider tests
authorRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2019 21:55:43 +0000 (22:55 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 11 Mar 2019 19:40:13 +0000 (20:40 +0100)
commit021a65527735af2ddc063d9300138660e3782a15
treee231a2cd57d82e92d78370b89d788282a0be1b07
parent16c2f1bdb5f051ee2c0ac96182a0fb5bad7daa68
Add provider tests

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)
test/build.info
test/p_test.c [new file with mode: 0644]
test/provider_internal_test.c [new file with mode: 0644]
test/provider_test.c [new file with mode: 0644]
test/recipes/02-test_internal_provider.t [new file with mode: 0644]
test/recipes/04-test_provider.t [new file with mode: 0644]