12 Aug
2017
12 Aug
'17
12:43 p.m.
On Aug 12, 2017, at 2:56 PM, Sven Hartge <sven@svenhartge.de> wrote:
To gather a deeper insight in what TLS versions are used by clients in our wireless network, I want to log what MAC address uses what TLS version (and maybe cipher algorithm, but that is secondary) during the PEAP or TTLS handshake.
I guess a simple linelog would be sufficient for that task, but, I must confess, I am a bit lost on what attributes to use for the TLS version part, if there even *is* a way to log this information.
It's available in src/main/tls.c, see tls_session_information(). But it's not available as an attribute. Alan DeKok.