From 94c13bb5de37006ee69e7dfa376c1a6beed67efc Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 3 Nov 2018 23:30:57 +0800 Subject: additional pkcs12 test vector (#4554) --- docs/development/test-vectors.rst | 3 +++ vectors/cryptography_vectors/pkcs12/no-password.p12 | Bin 0 -> 948 bytes 2 files changed, 3 insertions(+) create mode 100644 vectors/cryptography_vectors/pkcs12/no-password.p12 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 ~~~~~~ diff --git a/vectors/cryptography_vectors/pkcs12/no-password.p12 b/vectors/cryptography_vectors/pkcs12/no-password.p12 new file mode 100644 index 00000000..994dabb2 Binary files /dev/null and b/vectors/cryptography_vectors/pkcs12/no-password.p12 differ -- cgit v1.2.3