diff options
author | David Benjamin <davidben@google.com> | 2019-01-25 20:56:45 +0100 |
---|---|---|
committer | David Benjamin <davidben@google.com> | 2019-01-30 17:04:47 +0100 |
commit | a97faad76a1be22eadd6c1a39972ad5e095d9e80 (patch) | |
tree | 0c83ed55937c8c60594e3853c49f26c7e37559ec /util | |
parent | Complain if -twopass is used incorrectly (diff) | |
download | openssl-a97faad76a1be22eadd6c1a39972ad5e095d9e80.tar.xz openssl-a97faad76a1be22eadd6c1a39972ad5e095d9e80.zip |
Document and add macros for additional DSA options
EVP_PKEY_CTRL_DSA_PARAMGEN_Q_BITS and EVP_PKEY_CTRL_DSA_PARAMGEN_MD are only
exposed from EVP_PKEY_CTX_ctrl, which means callers must write more error-prone
code (see also issue #1319). Add the missing wrapper macros and document them.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8093)
Diffstat (limited to 'util')
-rw-r--r-- | util/private.num | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/private.num b/util/private.num index 7a7c73f0da..6fe4392581 100644 --- a/util/private.num +++ b/util/private.num @@ -235,6 +235,8 @@ EVP_PKEY_CTX_set_dh_pad define EVP_PKEY_CTX_set_dh_rfc5114 define EVP_PKEY_CTX_set_dhx_rfc5114 define EVP_PKEY_CTX_set_dsa_paramgen_bits define +EVP_PKEY_CTX_set_dsa_paramgen_q_bits define +EVP_PKEY_CTX_set_dsa_paramgen_md define EVP_PKEY_CTX_set_ec_param_enc define EVP_PKEY_CTX_set_ec_paramgen_curve_nid define EVP_PKEY_CTX_set_ecdh_cofactor_mode define |