21 Jun
2021
21 Jun
'21
4:59 p.m.
On Jun 21, 2021, at 4:03 PM, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote: the TLS data.
There's a function in OpenSSL for specifically dumping a keylog file. Might want to try that and see if the format differs?
https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_keylog_callback.html
Looks recent...
1.1.0, it seems. And it logs CLIENT_RANDOM <hex of client random> <hex of master secret> Alan DeKok.