diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-11-03 23:30:57 +0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-11-03 11:30:57 -0400 |
commit | 94c13bb5de37006ee69e7dfa376c1a6beed67efc (patch) | |
tree | 8a6d3917a796a30687c20d0b32bdd190e7179159 /docs/development | |
parent | ea34c1a9821545b99b6864af211dead662e75dfc (diff) | |
download | cryptography-94c13bb5de37006ee69e7dfa376c1a6beed67efc.tar.gz cryptography-94c13bb5de37006ee69e7dfa376c1a6beed67efc.tar.bz2 cryptography-94c13bb5de37006ee69e7dfa376c1a6beed67efc.zip |
additional pkcs12 test vector (#4554)
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 083283b7..12def6c6 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -486,6 +486,9 @@ Custom PKCS12 Test Vectors (``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 + (``x509/custom/ca/ca.pem``) and key (``x509/custom/ca/ca_key.pem``) with no + encryption and no password. Hashes ~~~~~~ |