summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-05-21 16:16:41 +0100
committerMatt Caswell <matt@openssl.org>2020-06-19 10:19:31 +0100
commit90929138d73ae46fe2fa3014028ab010043af23e (patch)
treedd01185d6bbe436e29f3527304eef9c5020c1575 /doc
parent3c49e4ff519abee92d9557eca8653ab82cd5787c (diff)
Add some missing OSSL_PKEY_PARAM_GROUP_NAME documentation
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11914)
Diffstat (limited to 'doc')
-rw-r--r--doc/man7/EVP_PKEY-EC.pod2
-rw-r--r--doc/man7/EVP_PKEY-X25519.pod6
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/man7/EVP_PKEY-EC.pod b/doc/man7/EVP_PKEY-EC.pod
index ea25d5dc02..ff074b949d 100644
--- a/doc/man7/EVP_PKEY-EC.pod
+++ b/doc/man7/EVP_PKEY-EC.pod
@@ -16,7 +16,7 @@ The following Import/Export types are available for the built-in EC algorithm:
=over 4
-=item "group-name" (B<OSSL_PKEY_PARAM_GROUP_NAME>) <utf8 string>
+=item "group" (B<OSSL_PKEY_PARAM_GROUP_NAME>) <utf8 string>
The curve name.
diff --git a/doc/man7/EVP_PKEY-X25519.pod b/doc/man7/EVP_PKEY-X25519.pod
index ebeda8d814..2937f247f5 100644
--- a/doc/man7/EVP_PKEY-X25519.pod
+++ b/doc/man7/EVP_PKEY-X25519.pod
@@ -26,6 +26,12 @@ support the following.
=over 4
+=item "group" (B<OSSL_PKEY_PARAM_GROUP_NAME>) <UTF8 string>
+
+This is only supported by X25519 and X448. The group name must be "x25519" or
+"x448" repsectively for those algorithms. This is only present for consistency
+with other key exchange algorithms and is typically not needed.
+
=item "pub" (B<OSSL_PKEY_PARAM_PUB_KEY>) <octet string>
The public key value.