On 15 Aug, 04:49 pm, kgeo...@tcpsoft.com wrote:
>I've noticed some behavior when negotiating TLS using startTLS(). I'm
>starting TLS on both sides of the connection at the same time to
>validate
>peer certificates using a custom callback. If I call startTLS()
>without
>any subsequent writes to
I've noticed some behavior when negotiating TLS using startTLS(). I'm
starting TLS on both sides of the connection at the same time to validate
peer certificates using a custom callback. If I call startTLS() without
any subsequent writes to the socket the negotiation never completes.
However,