fs2-crypto
fs2-crypto copied to clipboard
Obtaining identity of connected client
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