]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Fri, 7 Apr 2023 13:58:10 +0000 (09:58 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 7 Apr 2023 20:04:18 +0000 (16:04 -0400)
doc/ChangeLog

index c55dab1e907dd90e2fefafb6cd5ac500c1da5a35..9bf95977f399a2701d9c50400c9fa8f16ec50338 100644 (file)
@@ -13,17 +13,16 @@ FreeRADIUS 3.2.3 Thu 16 Feb 2023 12:00:00 EDT urgency=low
        Bug fixes
        * Don't leak MD contexts with OpenSSL 3.0.
        * increase internal buffer size for TLS connections, which
-         helps with high-load proxies.
+         can help with high-load proxies.
        * Send Status-Server checks for TLS connections
-       * "update CoA" cannot be used with "fake" packets,
-         i.e. inner-tunnel and virtual home servers.
+       * Give descriptive error if "update CoA" is used with "fake" packets,
+         as it won't work. i.e. inner-tunnel and virtual home servers.
        * Many small ASAN / LSAN fixes from Jorge Pereira.
        * Close inbound  RADIUS/TLS socket on TLS errors.  When a home server
          sees a TLS error, it will now close the socket, so proxies do not
          have an open (but dead) TLS connection.
-       * Change the way we mutex lock inbound RADIUS/TLS connections.
-         This change avoids random issues with "bad record mac" due to poorly
-         defined SSL mutex locking behavior.
+       * Fix mutex locking issues on inbound RADIUS/TLS connections.
+         This change avoids random issues with "bad record mac".
 
 FreeRADIUS 3.2.2 Thu 16 Feb 2023 12:00:00 EDT urgency=low
        Configuration changes