aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-07-06 16:04:15 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2019-07-06 16:04:15 -0400
commit60e83b2452ca824006605114b568050cdf3b137d (patch)
treeca2ec015b047d44e59d5cca76ec3651f6ba2eb7e /docs
parentde7c5e6d539014690d4c0ca445a9b0d13aab7423 (diff)
downloadcryptography-60e83b2452ca824006605114b568050cdf3b137d.tar.gz
cryptography-60e83b2452ca824006605114b568050cdf3b137d.tar.bz2
cryptography-60e83b2452ca824006605114b568050cdf3b137d.zip
more ed25519 vectors, better description of RFC 8410 vector (#4936)
* more ed25519 vectors, better description of RFC 8410 vector * typo * oops, doc'd wrong
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index f39e4d3b..106a8166 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -231,8 +231,14 @@ X.509
UTCTime in its validity->not_after.
* ``letsencryptx3.pem`` - A subordinate certificate used by Let's Encrypt to
issue end entity certificates.
-* ``ed25519-rfc8410.pem`` - A certificate containing an ``ed25519ph`` signature
- taken from :rfc:`8410`.
+* ``ed25519-rfc8410.pem`` - A certificate containing an X25519 public key with
+ an ``ed25519ph`` signature taken from :rfc:`8410`.
+* ``root-ed25519.pem`` - An ``ed25519`` root certificate (``ed25519`` signature
+ with ``ed25519`` public key) from the OpenSSL test suite.
+ (`root-ed25519.pem`_)
+* ``server-ed25519-cert.pem`` - An ``ed25519`` server certificate (RSA
+ signature with ``ed25519`` public key) from the OpenSSL test suite.
+ (`server-ed25519-cert.pem`_)
Custom X.509 Vectors
~~~~~~~~~~~~~~~~~~~~
@@ -688,3 +694,5 @@ header format (substituting the correct information):
.. _`botan`: https://github.com/randombit/botan/blob/57789bdfc55061002b2727d0b32587612829a37c/src/tests/data/pubkey/dh.vec
.. _`DHKE`: https://sandilands.info/sgordon/diffie-hellman-secret-key-exchange-with-openssl
.. _`Botan's key wrap vectors`: https://github.com/randombit/botan/blob/737f33c09a18500e044dca3e2ae13bd2c08bafdd/src/tests/data/keywrap/nist_key_wrap.vec
+.. _`root-ed25519.pem`: https://github.com/openssl/openssl/blob/2a1e2fe145c6eb8e75aa2e1b3a8c3a49384b2852/test/certs/root-ed25519.pem
+.. _`server-ed25519-cert.pem`: https://github.com/openssl/openssl/blob/2a1e2fe145c6eb8e75aa2e1b3a8c3a49384b2852/test/certs/server-ed25519-cert.pem