Closed vladak closed 8 months ago
Thanks for the heads up. Will look at this on weekend.
I introduced the test suite change that should make tests pass with and without your PR.
ps. Amended the commit because I thought verify failure
message is always on stderr but it wasn't.
In PR https://github.com/openssl/openssl/pull/23773 I am about to change the exit code used by the
openssl req
andopenssl crl
commands on verification failure. This will likely be part of OpenSSL 3.3.x. Some of the gost-engine tests expect the exit code on verification failure to be 0. These have to be adapted to the new behavior.