Skip to content

Commit cf08b66

Browse files
committed
maintain ChangeLog
1 parent 2639a91 commit cf08b66

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
--------------------------------------------------------------------------------------
22
Scheduled Release 8.2604.0 (aka 2026.04) 2026-04-??
3+
- 2026-03-25: gtls: check CRL expiration, reject connections with expired CRL
4+
GnuTLS silently ignores expired CRLs -- it loads them into credentials
5+
without checking the validity period. This means rsyslog kept accepting
6+
TLS connections even when the configured CRL file had expired, unlike
7+
the OpenSSL driver which rejects them via X509_V_ERR_CRL_HAS_EXPIRED
8+
in the verify callback. This has now been fixed.
9+
Thanks to Attila Lakatos for the patch.
310
- 2026-03-18: omazuredce: add Azure Monitor output module
411
This adds a documented Azure Monitor output path so rsyslog can
512
ship events to Azure-hosted observability workflows. It also makes

0 commit comments

Comments
 (0)