Skip to content

Commit

Permalink
test/openssl/test_pkcs12: fix test failures with OpenSSL 3.0
Browse files Browse the repository at this point in the history
OpenSSL's PKCS12_create() by default uses pbewithSHAAnd40BitRC2-CBC for
encryption of the certificates. However, in OpenSSL 3.0, the algorithm
is part of the legacy provider and is not enabled by default.

Specify another algorithm that is still in the default provider for
these test cases.
  • Loading branch information
rhenium committed Oct 22, 2021
1 parent b5a0a19 commit 998406d
Showing 1 changed file with 149 additions and 148 deletions.
Loading

0 comments on commit 998406d

Please sign in to comment.