From ff234c6804571b70bc02ff44df1f42c4a3fe5cf1 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 25 May 2021 12:57:06 -0400 Subject: Make conf_method_st and conf_st deprecated So they can be made opaque in a future release. Fixes #15101 Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15466) --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index 0eb7f14289..ed9ad1ce8f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -44,6 +44,11 @@ breaking changes, and mappings for the large list of deprecated functions. *Rich Salz* + * The public definitions of conf_method_st and conf_st have been + deprecated. They will be made opaque in a future release. + + * Rich Salz * + * Client-initiated renegotiation is disabled by default. To allow it, use the -client_renegotiation option, the SSL_OP_ALLOW_CLIENT_RENEGOTIATION flag, or the "ClientRenegotiation" config parameter as appropriate. -- cgit v1.2.3