diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2020-08-02 16:28:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-02 17:28:54 -0400 |
| commit | 6d68bfdaeeab1186b9ce93a2b9253339853e58e6 (patch) | |
| tree | ad2729eead010ed9508eb126acb008ed1d4c5a86 /docs | |
| parent | 80a4ce7b9ddf285b7a75209dd4f01586ed76a8d6 (diff) | |
| download | cryptography-6d68bfdaeeab1186b9ce93a2b9253339853e58e6.tar.gz | |
add basic PKCS7 test vectors (#5370)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/development/test-vectors.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index d2508203c..720bbbfb1 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -569,6 +569,14 @@ Custom PKCS12 Test Vectors (``x509/custom/ca/ca.pem``) encrypted via AES 256 CBC with the password ``cryptography`` and no private key. +Custom PKCS7 Test Vectors +~~~~~~~~~~~~~~~~~~~~~~~~~ +* ``pkcs7/isrg.pem`` - A PEM encoded PKCS7 file containing the ISRG X1 root + CA. +* ``pkcs7/amazon-roots.p7b`` - A DER encoded PCKS7 file containing Amazon Root + CA 2 and 3. +* ``pkcs7/enveloped.pem`` - A PEM encoded PKCS7 file with enveloped data. + Custom OpenSSH Test Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
