Closed ambitslix closed 1 year ago
I cannot reproduce the problem with Perl 5.34 and OpenSSL 3.0.2. Can you check with your OpenSSL version that you are able to load the test certificate with openssl pkcs12, i.e.
$ openssl pkcs12 -in t/certs/server.p12 -passin pass:"" -passout pass:"foo"
$ openssl pkcs12 -in t/certs/server_enc.p12 -passin pass:"bluebell" -passout pass:"foo"
Have you any other OpenSSL version you can use to check if the test succeeds?
I vaguely remember, but perhaps this may be resolved in Net::SSLeay 1.93_01 and above.
Version: 2.081
Is this a reason for concern or should this issue be ignored?
Thanks much!