summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-04-20 09:29:47 +0200
committerMatt Caswell <matt@openssl.org>2020-04-23 10:44:37 +0100
commit1a7328c8825627f723be624ddbc7e5bfb40f8fd5 (patch)
tree925268e958dd7d885bd716f69b48b08ab8644df4 /doc/man7
parent4c627d86351996d63d607960a0569248b96e63a8 (diff)
PROV: Ensure that ED25519 & ED448 keys have a mandatory digest
This adds handling of the parameter "mandatory-digest" and responds with an empty string, meaning that no digest may be used. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11576)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/EVP_PKEY-X25519.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/man7/EVP_PKEY-X25519.pod b/doc/man7/EVP_PKEY-X25519.pod
index 1afa52d041..dd3e68f109 100644
--- a/doc/man7/EVP_PKEY-X25519.pod
+++ b/doc/man7/EVP_PKEY-X25519.pod
@@ -28,6 +28,16 @@ The private key value.
=back
+=head2 ED25519 and ED448 parameters
+
+=over 4
+
+=item "mandatory-digest" (B<OSSL_PKEY_PARAM_MANDATORY_DIGEST>) <utf8 string>
+
+The empty string, signifying that no digest may be specified.
+
+=back
+
=head1 CONFORMING TO
=over 4