[openssl] master update
tmraz at fedoraproject.org
tmraz at fedoraproject.org
Fri Mar 13 08:57:45 UTC 2020
The branch master has been updated
via c08dea30d4d127412097b39d9974ba6090041a7c (commit)
from 98bdae6a04f7467243e44a29663e91e1bd846af3 (commit)
- Log -----------------------------------------------------------------
commit c08dea30d4d127412097b39d9974ba6090041a7c
Author: Jakub Jelen <jjelen at redhat.com>
Date: Tue Mar 10 15:15:28 2020 +0100
doc: Update the reference from draft to RFC
CLA: trivial
Signed-off-by: Jakub Jelen <jjelen at redhat.com>
Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11299)
-----------------------------------------------------------------------
Summary of changes:
doc/man7/Ed25519.pod | 2 +-
doc/man7/X25519.pod | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/man7/Ed25519.pod b/doc/man7/Ed25519.pod
index 242d561173..3d82f5ea95 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 6af40c6afe..0cfe2b53b0 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.
More information about the openssl-commits
mailing list