]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Mon, 24 Jun 2024 02:17:19 +0000 (22:17 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 24 Jun 2024 02:17:19 +0000 (22:17 -0400)
doc/ChangeLog

index cbd952fa679582bf4e39528270ea00c4872a1081..7b036a58c6f81106172d36f24e389c26582d4ee5 100644 (file)
@@ -3,6 +3,8 @@ FreeRADIUS 3.0.27 Tue 20 Sep 2022 12:00:00 EDT urgency=low
        * Update dictionary.alcatel.sr
        * Added dictionary.eleven, dictionary.tplink
        * relax EAP pre-proxy checks based on discussions in the IETF.
+       * Update advice on shared secrets, including suggesting a secure
+         method for generating useful secrets.
 
        Bug fixes
        * Don't leak MD contexts with OpenSSL 3.0.
@@ -30,6 +32,10 @@ FreeRADIUS 3.0.27 Tue 20 Sep 2022 12:00:00 EDT urgency=low
        * Correctly trim whitespace in rlm_unpack.
        * Handle returned NULL column values in rlm_sql_freetds.
        * Fix crash with TLS Status-Server requests. Fixes #5326.
+       * Fix OpenSSL API usage which sometimes caused crash in MS-CHAP
+         Previously it would either always crash immediately, or never crash.
+       * Fix packet statistics.  Stop double counting some packets,
+         and track packet statistics even if a socket is closed.
 
 FreeRADIUS 3.0.26 Tue 20 Sep 2022 12:00:00 EDT urgency=low
        Feature improvements