aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-02 19:38:34 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-02 19:41:46 -0600
commit6d97742d8ae55b15b86b0a7ace0b7bc8e4591ef1 (patch)
tree5bfa4dba8fd9093a03aa2503160b5d2084d06b72 /docs/development
parentb07a0c996af1f5045aa69478fd0b07382fe5b377 (diff)
downloadcryptography-6d97742d8ae55b15b86b0a7ace0b7bc8e4591ef1.tar.gz
cryptography-6d97742d8ae55b15b86b0a7ace0b7bc8e4591ef1.tar.bz2
cryptography-6d97742d8ae55b15b86b0a7ace0b7bc8e4591ef1.zip
DER conversion of PKCS1 rsa.pub.pem
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst5
1 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
~~~~~