Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

another pkcs12 vector #4557

Merged
merged 2 commits into from Nov 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs/development/test-vectors.rst
Expand Up @@ -482,13 +482,19 @@ Custom PKCS12 Test Vectors
(``x509/custom/ca/ca.pem``) and key (``x509/custom/ca/ca_key.pem``)
with no encryption. The password (used for integrity checking only) is
``cryptography``.
* ``cert-rc2-key-3des.p12`` - A PKCS12 file containing a cert
* ``pkcs12/cert-rc2-key-3des.p12`` - A PKCS12 file containing a cert
(``x509/custom/ca/ca.pem``) encrypted with RC2 and key
(``x509/custom/ca/ca_key.pem``) encrypted via 3DES with the password
``cryptography``.
* ``no-password.p12`` - A PKCS12 file containing a cert
* ``pkcs12/no-password.p12`` - A PKCS12 file containing a cert
(``x509/custom/ca/ca.pem``) and key (``x509/custom/ca/ca_key.pem``) with no
encryption and no password.
* ``pkcs12/no-cert-key-aes256cbc.p12`` - A PKCS12 file containing a key
(``x509/custom/ca/ca_key.pem``) encrypted via AES 256 CBC with the
password ``cryptography`` and no certificate.
* ``pkcs12/cert-aes256cbc-no-key.p12`` - A PKCS12 file containing a cert
(``x509/custom/ca/ca.pem``) encrypted via AES 256 CBC with the
password ``cryptography`` and no private key.

Hashes
~~~~~~
Expand Down
Binary file not shown.
Binary file not shown.