46cd5a7d9434ed104093152bdf0a55404e6a1c6b
OpenSSL 3.0.0 change a lot of output messages. When verifying a certificate instead of printing just "verify OK" it prints "Certificate request self-signature verify OK"
Modify the check to match both OpenSSL 1.x and 3.x
Related: https://pagure.io/certmonger/issue/223
Signed-off-by: Rob Crittenden rcritten@redhat.com
I missed 003-csrgen-ec. I'll update the patch.
rebased onto 46cd5a7d9434ed104093152bdf0a55404e6a1c6b
Pull-Request has been merged by rcritten
OpenSSL 3.0.0 change a lot of output messages. When verifying
a certificate instead of printing just "verify OK" it prints
"Certificate request self-signature verify OK"
Modify the check to match both OpenSSL 1.x and 3.x
Related: https://pagure.io/certmonger/issue/223
Signed-off-by: Rob Crittenden rcritten@redhat.com