summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_PKEY-FFC.pod
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-05-06 13:28:13 +0200
committerTomas Mraz <tomas@openssl.org>2021-05-07 15:40:56 +0200
commitc9f18e5990654e83bab77eb2a80ed0073293d952 (patch)
treea7b75f93612976a97bd958a839549d372e5805a6 /doc/man7/EVP_PKEY-FFC.pod
parentf71a7453589b29819f2e35b8cf08c8423b0d27a3 (diff)
Unify parameter types in documentation
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15178)
Diffstat (limited to 'doc/man7/EVP_PKEY-FFC.pod')
-rw-r--r--doc/man7/EVP_PKEY-FFC.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man7/EVP_PKEY-FFC.pod b/doc/man7/EVP_PKEY-FFC.pod
index e345580ec1..9de066a865 100644
--- a/doc/man7/EVP_PKEY-FFC.pod
+++ b/doc/man7/EVP_PKEY-FFC.pod
@@ -108,7 +108,7 @@ The following key generation types are available for DSA and DHX algorithms:
=over 4
-=item "type" (B<OSSL_PKEY_PARAM_FFC_TYPE>) <utf8_string>
+=item "type" (B<OSSL_PKEY_PARAM_FFC_TYPE>) <UTF8 string>
Sets the type of parameter generation. The shared valid values are:
@@ -140,13 +140,13 @@ Sets the size (in bits) of the prime 'q'.
For "fips186_4" this can be either 224 or 256.
For "fips186_2" this has a size of 160.
-=item "digest" (B<OSSL_PKEY_PARAM_FFC_DIGEST>) <utf8_string>
+=item "digest" (B<OSSL_PKEY_PARAM_FFC_DIGEST>) <UTF8 string>
Sets the Digest algorithm to be used as part of the Key Generation Function
associated with the given Key Generation I<ctx>.
This must also be set for key validation.
-=item "properties" (B<OSSL_PKEY_PARAM_FFC_DIGEST_PROPS>) <utf8_string>
+=item "properties" (B<OSSL_PKEY_PARAM_FFC_DIGEST_PROPS>) <UTF8 string>
Sets properties to be used upon look up of the implementation for the selected
Digest algorithm for the Key Generation Function associated with the given key