90-test_sslapi.t: Fix execution of sslapitest with fips provider
authorTomas Mraz <tomas@openssl.org>
Fri, 10 May 2024 12:50:46 +0000 (14:50 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 14 May 2024 16:10:02 +0000 (18:10 +0200)
commitd2af5e4c946afb59d3512b440642f0da775d198f
tree7959bf2c35bbfb460f01b5f799359e5f867ce001
parent887572b85d3714e968bd21e0cf847fdbf1b775a2
90-test_sslapi.t: Fix execution of sslapitest with fips provider

Default configuration of the fips provider for tests is pedantic
which means that sslapitest was not fully executed with fips provider.

The ems check must be switched off for full execution.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/24347)
test/recipes/90-test_sslapi.t