summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod10
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
5EVP_PKEY_ctrl, EVP_PKEY_ctrl_str - algorithm specific control operations 5EVP_PKEY_CTX_ctrl, EVP_PKEY_CTX_ctrl_str, EVP_PKEY_get_default_digest_nid,
6EVP_PKEY_CTX_set_signature_md, EVP_PKEY_CTX_set_rsa_padding,
7EVP_PKEY_CTX_set_rsa_pss_saltlen, EVP_PKEY_CTX_set_rsa_rsa_keygen_bits,
8EVP_PKEY_CTX_set_rsa_keygen_pubexp, EVP_PKEY_CTX_set_dsa_paramgen_bits,
9EVP_PKEY_CTX_set_dh_paramgen_prime_len,
10EVP_PKEY_CTX_set_dh_paramgen_generator,
11EVP_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>.
45Applications will not normally call EVP_PKEY_CTX_ctrl() directly but will 51Applications will not normally call EVP_PKEY_CTX_ctrl() directly but will
46instead call one of the algorithm specific macros below. 52instead call one of the algorithm specific macros below.
47 53
48The function EVP_PKEY_ctrl_str() allows an application to send an algorithm 54The function EVP_PKEY_CTX_ctrl_str() allows an application to send an algorithm
49specific control operation to a context B<ctx> in string form. This is 55specific control operation to a context B<ctx> in string form. This is
50intended to be used for options specified on the command line or in text 56intended to be used for options specified on the command line or in text
51files. The commands supported are documented in the openssl utility 57files. The commands supported are documented in the openssl utility