mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
fix inaccurate ed25519 vector docs (#4938)
This commit is contained in:
parent
60e83b2452
commit
7c2cec8597
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ X.509
|
|||
* ``letsencryptx3.pem`` - A subordinate certificate used by Let's Encrypt to
|
||||
issue end entity certificates.
|
||||
* ``ed25519-rfc8410.pem`` - A certificate containing an X25519 public key with
|
||||
an ``ed25519ph`` signature taken from :rfc:`8410`.
|
||||
an ``ed25519`` 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`_)
|
||||
|
|
|
|||
Loading…
Reference in a new issue