diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-02 19:38:34 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-02 19:41:46 -0600 |
commit | 6d97742d8ae55b15b86b0a7ace0b7bc8e4591ef1 (patch) | |
tree | 5bfa4dba8fd9093a03aa2503160b5d2084d06b72 | |
parent | b07a0c996af1f5045aa69478fd0b07382fe5b377 (diff) | |
download | cryptography-6d97742d8ae55b15b86b0a7ace0b7bc8e4591ef1.tar.gz cryptography-6d97742d8ae55b15b86b0a7ace0b7bc8e4591ef1.tar.bz2 cryptography-6d97742d8ae55b15b86b0a7ace0b7bc8e4591ef1.zip |
DER conversion of PKCS1 rsa.pub.pem
-rw-r--r-- | docs/development/test-vectors.rst | 5 | ||||
-rw-r--r-- | vectors/cryptography_vectors/asymmetric/public/PKCS1/rsa.pub.der | bin | 0 -> 140 bytes |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 718678bf..3c27b5dd 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -74,8 +74,9 @@ Custom Asymmetric Vectors `OpenSSL example key`_ for RSA. * DER conversions of `enc-rsa-pkcs8.pem`_, `enc2-rsa-pkcs8.pem`_, and `unenc-rsa-pkcs8.pem`_. -* ``asymmetric/public/PKCS1/rsa.pub.pem`` is a PKCS1 conversion of the public - key from ``asymmetric/PKCS8/unenc-rsa-pkcs8.pem``. +* ``asymmetric/public/PKCS1/rsa.pub.pem`` and + ``asymmetric/public/PKCS1/rsa.pub.der`` are PKCS1 conversions of the public + key from ``asymmetric/PKCS8/unenc-rsa-pkcs8.pem`` using PEM and DER encoding. X.509 ~~~~~ diff --git a/vectors/cryptography_vectors/asymmetric/public/PKCS1/rsa.pub.der b/vectors/cryptography_vectors/asymmetric/public/PKCS1/rsa.pub.der Binary files differnew file mode 100644 index 00000000..4bccbb26 --- /dev/null +++ b/vectors/cryptography_vectors/asymmetric/public/PKCS1/rsa.pub.der |