Deprecate SSL_CTRL_SET_TMP_DH and other related ctrls
authorMatt Caswell <matt@openssl.org>
Wed, 14 Oct 2020 14:06:28 +0000 (15:06 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 Nov 2020 14:14:51 +0000 (14:14 +0000)
commit1b2b475517054d26a555269acacdb0ab7072bc6e
treeb665eefa97e4cb1a3f5573d77627af7ad28b27df
parent1ee22dc26873e68b73b693ffb5d99a6e9644b45f
Deprecate SSL_CTRL_SET_TMP_DH and other related ctrls

These ctrls pass around a DH object which is now deprecated, so we
deprecate the ctrls themselves.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13368)
include/openssl/ssl.h.in
ssl/s3_lib.c
ssl/ssl_lib.c
ssl/statem/statem_srvr.c
ssl/tls_depr.c
util/libssl.num