From 90929138d73ae46fe2fa3014028ab010043af23e Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 21 May 2020 16:16:41 +0100 Subject: [PATCH] Add some missing OSSL_PKEY_PARAM_GROUP_NAME documentation Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/11914) --- doc/man7/EVP_PKEY-EC.pod | 2 +- doc/man7/EVP_PKEY-X25519.pod | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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) +=item "group" (B) 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) + +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) The public key value. -- 2.34.1