summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-25 12:57:06 -0400
committerPauli <pauli@openssl.org>2021-06-02 12:40:02 +1000
commitff234c6804571b70bc02ff44df1f42c4a3fe5cf1 (patch)
treef1aa015ec3bcc612ed7be498fda2925ed7a83359 /CHANGES.md
parent147ed5f9def86840c9f6ba512e63a890d58ac1d6 (diff)
Make conf_method_st and conf_st deprecated
So they can be made opaque in a future release. Fixes #15101 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15466)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
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.