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)
This commit is contained in:
Matt Caswell 2020-05-21 16:16:41 +01:00
parent 3c49e4ff51
commit 90929138d7
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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.