To understand better the TLS mechanism. I would like to get what is the ciphersuite my server and each of its clients agreed to use after the handshake. However, I cannot find any methods or any information on the web to do this.
I have I Java server and access to the SSLSockets.
How would you suggest to do it?
Thanks,