We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eacada commit 5234f71Copy full SHA for 5234f71
docs/development/test-vectors.rst
@@ -929,6 +929,10 @@ Custom PKCS12 Test Vectors
929
certs (``x509/cryptography.io.pem`` and ``x509/letsencryptx3.pem``)
930
with friendly names ``☹`` and ``ï``, respectively, encrypted via
931
AES 256 CBC with the password ``cryptography``.
932
+* ``pkcs12/java-truststore.p12`` - A PKCS12 file containing two certs
933
+ (``x509/custom/dsa_selfsigned_ca.pem`` and ``x509/letsencryptx3.pem``) with
934
+ the first having a friendly name of `cert1`. Both have Java truststore
935
+ attributes with ANY_EXTENDED_KEY_USAGE.
936
937
Custom PKCS7 Test Vectors
938
~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments