Teach ssl_test_new how to test the FIPS module
authorMatt Caswell <matt@openssl.org>
Tue, 7 Apr 2020 16:03:19 +0000 (17:03 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 20 Apr 2020 10:29:17 +0000 (11:29 +0100)
commit682bc861a92d09fb5155cd1aceee7b1ce298ddb9
tree5ff0daf7044a6606e2fe124cc15d8850c78226b7
parentab5a02f70726e28b3c39391aac29a4aedb080ea3
Teach ssl_test_new how to test the FIPS module

We load the FIPS module and make sure it is configured before running
the ssl_test_new tests.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11511)
17 files changed:
test/generate_ssl_tests.pl
test/recipes/80-test_ssl_new.t
test/ssl-tests/02-protocol-version.cnf.in
test/ssl-tests/04-client_auth.cnf.in
test/ssl-tests/05-sni.cnf.in
test/ssl-tests/07-dtls-protocol-version.cnf.in
test/ssl-tests/10-resumption.cnf.in
test/ssl-tests/11-dtls_resumption.cnf.in
test/ssl-tests/14-curves.cnf
test/ssl-tests/14-curves.cnf.in
test/ssl-tests/20-cert-select.cnf
test/ssl-tests/20-cert-select.cnf.in
test/ssl-tests/25-cipher.cnf.in
test/ssl-tests/28-seclevel.cnf.in
test/ssl-tests/protocol_version.pm
test/ssl-tests/ssltests_base.pm
test/ssl_test.c