Spinoco/fs2-crypto

Obtaining identity of connected client

NAJ10 opened this issue · 0 comments

NAJ10 commented

When a client connects to a TLS server via TLS mutual authentication how does fs2-crypto expose the functionality to get information about the client that connected. With javax.net.ssl.SSLSocket it is possible to get the SSLSession and from there the certificates and principal etc of the client