From: Nick Porter Date: Tue, 10 Dec 2024 12:04:34 +0000 (+0000) Subject: Add placeholder establish session section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d564328e3645afaf32fd342caaf7123cca6290f8;p=thirdparty%2Ffreeradius-server.git Add placeholder establish session section --- diff --git a/raddb/sites-available/tls-session b/raddb/sites-available/tls-session index d0abddda27e..7056148ed53 100644 --- a/raddb/sites-available/tls-session +++ b/raddb/sites-available/tls-session @@ -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.