aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-13 10:09:38 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-01-13 13:09:38 -0500
commit638ab4ac77d75076ebf10013e1e7d1ec63cd0796 (patch)
tree60191fb9b3cf6af2cd2edd6af3eb56f34162de68 /docs/development
parentdbcbffa06c9930a687010ca816596ca3f5cc78e9 (diff)
downloadcryptography-638ab4ac77d75076ebf10013e1e7d1ec63cd0796.tar.gz
cryptography-638ab4ac77d75076ebf10013e1e7d1ec63cd0796.tar.bz2
cryptography-638ab4ac77d75076ebf10013e1e7d1ec63cd0796.zip
add x25519 pkcs8/subjectpublickeyinfo vectors (#4685)
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 a10125ac..2b043744 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/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``.
+* ``asymmetric/X25519/x25519-pkcs8.pem`` and
+ ``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.
Key exchange