summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod
diff options
context:
space:
mode:
authormiod <>2014-07-11 16:18:14 +0000
committermiod <>2014-07-11 16:18:14 +0000
commit5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29 (patch)
treed06ffa1565a72fd493dbed6024d44e5daa26be91 /src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod
parent594d9dd85584729227e623605bd9948e758cc33e (diff)
downloadopenbsd-5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29.tar.gz
openbsd-5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29.tar.bz2
openbsd-5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29.zip
Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,
Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz, via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support, at least partially removed).
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