]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add placeholder establish session section
authorNick Porter <nick@portercomputing.co.uk>
Tue, 10 Dec 2024 12:04:34 +0000 (12:04 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Sun, 22 Dec 2024 13:56:57 +0000 (13:56 +0000)
raddb/sites-available/tls-session

index d0abddda27e8641dc13e2a920c5a5f1209ad4b4d..7056148ed5315bdb5cd5206b3b5279bd2c3faed3 100644 (file)
@@ -162,6 +162,16 @@ server tls-session {
                cache_tls_session
        }
 
+       #
+       #  This section is run after the TLS session is established.
+       #
+       #  It is intended for logging session details such as
+       #  TLS version or cipher suite.
+       #
+#      establish session {
+#
+#      }
+
        #
        #  This section is run after certificate attributes are added
        #  to the request list, and before performing OCSP validation.