It would be very helpful for a project I'm working on to be able to determine if a client certificate was requested by the server when making a connection to a server during the TLS handshake and to be able to get the list of CA Names sent in the server hello. If I use tlsSocket.enableTrace(), I can see the data I'm looking for in stderr, but I have no good way of capturing the data to parse it. Thank you!