]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/fips.cnf
Test that EVP_default_properties_is_fips_enabled() works early
authorMatt Caswell <matt@openssl.org>
Wed, 5 Aug 2020 13:46:48 +0000 (14:46 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 17 Aug 2020 10:27:51 +0000 (11:27 +0100)
commitbfa6aaab45c30ced2da851ee92f8ac5942f08078
treeffdb18915c6a46038a36918c093aeb4cdf33ab16
parente6c54619d151eeec32055bbd713cda11a9182246
Test that EVP_default_properties_is_fips_enabled() works early

We check that EVP_default_properties_is_fips_enabled() is working even
before other function calls have auto-loaded the config file.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12567)
test/build.info
test/defltfips_test.c [new file with mode: 0644]
test/evp_test.c
test/fips.cnf
test/recipes/30-test_defltfips.t [new file with mode: 0644]
test/tls-provider.c