summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2020-03-10 15:15:28 +0100
committerTomas Mraz <tmraz@fedoraproject.org>2020-03-13 09:57:53 +0100
commit9011225188e0779833617516bdd76ab122fe2509 (patch)
tree006bc66d54bc9f913c26226aafddcea81e862f40 /doc
parentb69c7d352fad9f1b83eb6d86869f22885e1d6790 (diff)
doc: Update the reference from draft to RFC
CLA: trivial Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11299) (cherry picked from commit c08dea30d4d127412097b39d9974ba6090041a7c)
Diffstat (limited to 'doc')
-rw-r--r--doc/man7/Ed25519.pod2
-rw-r--r--doc/man7/X25519.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/Ed25519.pod b/doc/man7/Ed25519.pod
index 6442e0ea43..0405f24931 100644
--- a/doc/man7/Ed25519.pod
+++ b/doc/man7/Ed25519.pod
@@ -11,7 +11,7 @@ Ed448
The B<Ed25519> and B<Ed448> EVP_PKEY implementation supports key generation,
one-shot digest sign and digest verify using PureEdDSA and B<Ed25519> or B<Ed448>
(see RFC8032). It has associated private and public key formats compatible with
-draft-ietf-curdle-pkix-04.
+RFC 8410.
No additional parameters can be set during key generation, one-shot signing or
verification. In particular, because PureEdDSA is used, a digest must B<NOT> be
diff --git a/doc/man7/X25519.pod b/doc/man7/X25519.pod
index 4851f8a1d9..c53457a225 100644
--- a/doc/man7/X25519.pod
+++ b/doc/man7/X25519.pod
@@ -10,7 +10,7 @@ X448
The B<X25519> and B<X448> EVP_PKEY implementation supports key generation and
key derivation using B<X25519> and B<X448>. It has associated private and public
-key formats compatible with draft-ietf-curdle-pkix-03.
+key formats compatible with RFC 8410.
No additional parameters can be set during key generation.