diff options
author | Matt Caswell <matt@openssl.org> | 2020-05-20 14:46:22 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-06-19 10:19:31 +0100 |
commit | 023b188ca553aa4318d8e7021e3abbbb98833410 (patch) | |
tree | 5c07206b35fe146b26c164f6c79d340da745a1bf /doc/man7/EVP_PKEY-DH.pod | |
parent | 11a1b341f3bc6a0afe75f9432f623026624fb720 (diff) | |
download | openssl-new-023b188ca553aa4318d8e7021e3abbbb98833410.tar.gz |
Make EVP_PKEY_CTX_[get|set]_group_name work for DH too
The previous commit added the EVP_PKEY_CTX_[get|set]_group_name
functions to work with EC groups. We now extend that to also work for
DH.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11914)
Diffstat (limited to 'doc/man7/EVP_PKEY-DH.pod')
-rw-r--r-- | doc/man7/EVP_PKEY-DH.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_PKEY-DH.pod b/doc/man7/EVP_PKEY-DH.pod index 6720417673..f640753bfe 100644 --- a/doc/man7/EVP_PKEY-DH.pod +++ b/doc/man7/EVP_PKEY-DH.pod @@ -29,7 +29,7 @@ implementation supports the following: =over 4 -=item "group" (B<OSSL_PKEY_PARAM_DH_GROUP>) <UTF8 string> +=item "group" (B<OSSL_PKEY_PARAM_GROUP_NAME>) <UTF8 string> Set or gets a string that associates a B<DH> named safe prime group with known values for I<p>, I<q> and I<g>. |