socket icon indicating copy to clipboard operation
socket copied to clipboard

Use separate interfaces for TLS management and TLS state inspection

Open bwoebi opened this issue 2 years ago • 0 comments

shutdownTLS and setupTLS indicate that a sockets TLS can be setup or shutdown.

However, an encrypted socket may want to expose that information without offering to change the TLS state - use cases are when wrapping another socket or also concretely, QUIC, which is forcibly using TLS, setup and shutdown not possible.

bwoebi avatar Mar 28 '22 23:03 bwoebi