aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-02-20 23:48:45 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-02-20 10:48:45 -0500
commit20a441870be8dce22cb9cc2046b3c6cb3736e629 (patch)
tree5d2f6e2c9e4adcf9b2b4d6e2ba8ad761f3fb5179 /docs/development
parent3ffa0e216afc480bd00a577a41f21b7d00c80f0c (diff)
downloadcryptography-20a441870be8dce22cb9cc2046b3c6cb3736e629.tar.gz
cryptography-20a441870be8dce22cb9cc2046b3c6cb3736e629.tar.bz2
cryptography-20a441870be8dce22cb9cc2046b3c6cb3736e629.zip
add ed25519 PKCS8 and subjectPublicKeyInfo vectors (#4719)
* add ed25519 PKCS8 and subjectPublicKeyInfo vectors * line length fix
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index d8014159..0ad94b24 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -111,6 +111,13 @@ Custom asymmetric vectors
contain an unencrypted X448 key.
* ``asymmetric/X448/x448-pub.pem`` and ``asymmetric/X448/x448-pub.der`` contain
an X448 public key.
+* ``asymmetric/Ed25519/ed25519-pkcs8-enc.pem`` and
+ ``asymmetric/Ed25519/ed25519-pkcs8-enc.der`` contain an Ed25519 key encrypted
+ with AES 256 CBC with the password ``password``.
+* ``asymmetric/Ed25519/ed25519-pkcs8.pem`` and
+ ``asymmetric/Ed25519/ed25519-pkcs8.der`` contain an unencrypted Ed25519 key.
+* ``asymmetric/Ed25519/ed25519-pub.pem`` and
+ ``asymmetric/Ed25519/ed25519-pub.der`` contain an Ed25519 public key.
* ``asymmetric/X25519/x25519-pkcs8-enc.pem`` and
``asymmetric/X25519/x25519-pkcs8-enc.der`` contain an X25519 key encrypted
with AES 256 CBC with the password ``password``.