From: Alan T. DeKok Date: Wed, 9 Jun 2021 19:22:57 +0000 (-0400) Subject: note recent changes X-Git-Tag: release_3_0_23~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1558667ad408c2a9b0c983fce32b9ebafbfb2ac2;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index e87b265818f..cc8f278320a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -8,11 +8,17 @@ FreeRADIUS 3.0.23 Mon 17 May 2021 12:00:00 EDT urgency=low to log when clients stop responding. * Add sites-available/totp as an example of how to use TOTP. * Add %{mschap:Domain-Name}, fixes #3944. + * Cache TLS messages in &session-state, for more debugging. + * Notes in eap configuration about TLS 1.0 / TLS 1.1, and setting + cipher_list = "DEFAULT@SECLEVEL=1" + * Added MANY warning messages about using TLS 1.3 with EAP. + In short, don't use it. Microsoft will support it in fall 2021. Bug fixes * Fix crash in some cases when home server is down, in debug mode. * Fix (again) "read clients from SQL" functionality. * Fix sql_map to return values in more situations. + * Silently ignore LEAP configuration instead of erroring out. FreeRADIUS 3.0.22 Mon 17 May 2021 12:00:00 EDT urgency=low Feature improvements