Update CHANGES [GL #4572]

Mention that BIND should not abort anymore when trying to connect to a
remote server via TLS when using an incorrect 'tls' configuration.
This commit is contained in:
Artem Boldariev 2024-02-12 22:58:46 +02:00
parent 17632ad22a
commit 6ce6567564
No known key found for this signature in database
GPG key ID: 40B68E70AFB04AC4

View file

@ -1,3 +1,9 @@
6348. [bug] BIND could previously abort when trying to
establish a connection to a remote server using an
incorrect 'tls' configuration. That has been
fixed. Thanks to Tobias Wolter for bringing
the issue to our attention. [GL #4572]
6347. [func] Disallow stale-answer-client-timeout non-zero values.
[GL #4447]