From: Alan T. DeKok Date: Wed, 15 Jan 2025 15:41:06 +0000 (-0500) Subject: note recent changes X-Git-Tag: release_3_2_7~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbc5429a684489aeff499d18163cb5dc54b1230f;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 590e46ea73..371afe376d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -31,6 +31,10 @@ FreeRADIUS 3.2.7 Sat 24 Aug 2024 12:00:00 UTC urgency=low * Update dictionary "man" page. Fixes #4346. * Change jlibtool to use --show-config, to avoid conflicts with clang --config. Fixes #5442. + * RADIUS/TLS clients now support a "tls' subsection. For + connections from this client, this section is used in preference + to the "listen" TLS settings. This allows a server to easily + present different identities to different clients. Bug fixes * For EAP-TLS, send TLS start without a length field.