aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-02-20 23:44:17 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-02-20 10:44:17 -0500
commit3ffa0e216afc480bd00a577a41f21b7d00c80f0c (patch)
tree6f3451ec665de3f551943ed1221b7644d686745e /docs/development
parentffae50797e09d19563f1ece884e8c139e6f55013 (diff)
downloadcryptography-3ffa0e216afc480bd00a577a41f21b7d00c80f0c.tar.gz
cryptography-3ffa0e216afc480bd00a577a41f21b7d00c80f0c.tar.bz2
cryptography-3ffa0e216afc480bd00a577a41f21b7d00c80f0c.zip
add ed448 PKCS8 and subjectPublicKeyInfo vectors (#4718)
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 829a7842..d8014159 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -118,6 +118,13 @@ Custom asymmetric vectors
``asymmetric/X25519/x25519-pkcs8.der`` contain an unencrypted X25519 key.
* ``asymmetric/X25519/x25519-pub.pem`` and ``asymmetric/X25519/x25519-pub.der``
contain an X25519 public key.
+* ``asymmetric/Ed448/ed448-pkcs8-enc.pem`` and
+ ``asymmetric/Ed448/ed448-pkcs8-enc.der`` contain an Ed448 key encrypted
+ with AES 256 CBC with the password ``password``.
+* ``asymmetric/Ed448/ed448-pkcs8.pem`` and
+ ``asymmetric/Ed448/ed448-pkcs8.der`` contain an unencrypted Ed448 key.
+* ``asymmetric/Ed448/ed448-pub.pem`` and ``asymmetric/Ed448/ed448-pub.der``
+ contain an Ed448 public key.
Key exchange