diff options
| author | miod <> | 2014-07-11 16:18:14 +0000 |
|---|---|---|
| committer | miod <> | 2014-07-11 16:18:14 +0000 |
| commit | 5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29 (patch) | |
| tree | d06ffa1565a72fd493dbed6024d44e5daa26be91 /src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod | |
| parent | 594d9dd85584729227e623605bd9948e758cc33e (diff) | |
| download | openbsd-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.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 |
