Skip to content

Commit

Permalink
Update PKCS#12 and PKCS#8 test containers
Browse files Browse the repository at this point in the history
The RC2 and DES algorithms used by these, respectively, are only
provided if OpenSSL is compiled with and loads the legacy provider.
That isn't the case when used via oscrypto (at least not by default,
but using these old algorithms doesn't make sense anyway).
  • Loading branch information
tobiasbrunner committed Oct 3, 2023
1 parent 3380e8f commit b6bc448
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strongMan/tests/tests/certificates/certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TestCertificates(object):
PKCS1_rsa_ca_encrypted = loader.create("ca.key")
PKCS8_rsa_ca = loader.create("ca2.pkcs8")
PKCS8_ec = loader.create("ec.pkcs8")
PKCS8_rsa_ca_encrypted = loader.create("ca_enrypted.pkcs8")
PKCS8_rsa_ca_encrypted = loader.create("ca_encrypted.pkcs8")
X509_rsa_ca_der = loader.create("cacert.der")
X509_ec = loader.create("ec.crt")
PKCS1_ec = loader.create("ec2.key")
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified strongMan/tests/tests/certificates/certs/warrior.pkcs12
Binary file not shown.
Binary file modified strongMan/tests/tests/certificates/certs/warrior_encrypted.pkcs12
Binary file not shown.

0 comments on commit b6bc448

Please sign in to comment.