]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:12:01 +0000 (18:12 +0200)
commitfa30357f3bd86dc190af821689762be1aadaeac6
treece5bbc8a7b79765d6206540e92737e647082b52c
parent32ca45d3f905d014c44e1570617d96a7372c324d
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)

(cherry picked from commit d2af5e4c946afb59d3512b440642f0da775d198f)
test/recipes/90-test_sslapi.t