diff options
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod')
-rw-r--r-- | src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod b/src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod index ba6e51100b..91125da62e 100644 --- a/src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod +++ b/src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod | |||
@@ -2,7 +2,13 @@ | |||
2 | 2 | ||
3 | =head1 NAME | 3 | =head1 NAME |
4 | 4 | ||
5 | EVP_PKEY_ctrl, EVP_PKEY_ctrl_str - algorithm specific control operations | 5 | EVP_PKEY_CTX_ctrl, EVP_PKEY_CTX_ctrl_str, EVP_PKEY_get_default_digest_nid, |
6 | EVP_PKEY_CTX_set_signature_md, EVP_PKEY_CTX_set_rsa_padding, | ||
7 | EVP_PKEY_CTX_set_rsa_pss_saltlen, EVP_PKEY_CTX_set_rsa_rsa_keygen_bits, | ||
8 | EVP_PKEY_CTX_set_rsa_keygen_pubexp, EVP_PKEY_CTX_set_dsa_paramgen_bits, | ||
9 | EVP_PKEY_CTX_set_dh_paramgen_prime_len, | ||
10 | EVP_PKEY_CTX_set_dh_paramgen_generator, | ||
11 | EVP_PKEY_CTX_set_ec_paramgen_curve_nid - algorithm specific control operations | ||
6 | 12 | ||
7 | =head1 SYNOPSIS | 13 | =head1 SYNOPSIS |
8 | 14 | ||
@@ -45,7 +51,7 @@ B<p1> and B<p2>. | |||
45 | Applications will not normally call EVP_PKEY_CTX_ctrl() directly but will | 51 | Applications will not normally call EVP_PKEY_CTX_ctrl() directly but will |
46 | instead call one of the algorithm specific macros below. | 52 | instead call one of the algorithm specific macros below. |
47 | 53 | ||
48 | The function EVP_PKEY_ctrl_str() allows an application to send an algorithm | 54 | The function EVP_PKEY_CTX_ctrl_str() allows an application to send an algorithm |
49 | specific control operation to a context B<ctx> in string form. This is | 55 | specific control operation to a context B<ctx> in string form. This is |
50 | intended to be used for options specified on the command line or in text | 56 | intended to be used for options specified on the command line or in text |
51 | files. The commands supported are documented in the openssl utility | 57 | files. The commands supported are documented in the openssl utility |