diff options
author | Matt Caswell <matt@openssl.org> | 2020-05-21 17:16:41 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-06-19 11:19:31 +0200 |
commit | 90929138d73ae46fe2fa3014028ab010043af23e (patch) | |
tree | dd01185d6bbe436e29f3527304eef9c5020c1575 /doc | |
parent | Add documentation about Capabilities (diff) | |
download | openssl-90929138d73ae46fe2fa3014028ab010043af23e.tar.xz openssl-90929138d73ae46fe2fa3014028ab010043af23e.zip |
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.pod | 2 | ||||
-rw-r--r-- | doc/man7/EVP_PKEY-X25519.pod | 6 |
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. |