summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-05-02 14:30:30 +0200
committerTomas Mraz <tomas@openssl.org>2024-05-09 09:20:58 +0200
commita0d37e200fee7e7eb1176370aedbc32764edc737 (patch)
tree8d8f03a6a1c9994600e38abf25f261aeb7da1fbe /CHANGES.md
parentaf0561d7e7769504356e04f4b591ce79aace3ac2 (diff)
Add documentation for OSSL_LIB_CTX_set/get_conf_diagnostics
Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24275)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 1258a44b52..9211c30be3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -39,7 +39,13 @@ OpenSSL 3.4
* The X25519 and X448 key exchange implementation in the FIPS provider
is unapproved and has `fips=no` property.
- * Tomas Mraz*
+ *Tomáš Mráz*
+
+ * Setting `config_diagnostics=1` in the config file will cause errors to
+ be returned from SSL_CTX_new() and SSL_CTX_new_ex() if there is an error
+ in the ssl module configuration.
+
+ *Tomáš Mráz*
* Use an empty renegotiate extension in TLS client hellos instead of
the empty renegotiation SCSV, for all connections with a minimum TLS