aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-07-03 19:05:03 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2019-07-03 19:05:03 -0400
commitde7c5e6d539014690d4c0ca445a9b0d13aab7423 (patch)
tree8ec016940b94be9b44ad6c78886aa3d2e71a49b7 /docs
parent977f00349d6e0b72325af683c461fd08614e7186 (diff)
downloadcryptography-de7c5e6d539014690d4c0ca445a9b0d13aab7423.tar.gz
cryptography-de7c5e6d539014690d4c0ca445a9b0d13aab7423.tar.bz2
cryptography-de7c5e6d539014690d4c0ca445a9b0d13aab7423.zip
add ed25519ph x509 test vector (#4933)
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index a34de393..f39e4d3b 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -231,6 +231,8 @@ 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`.
Custom X.509 Vectors
~~~~~~~~~~~~~~~~~~~~