[openssl-users] Session Ticket Support in Openssl TLS 1.2

Matt Caswell matt at openssl.org
Thu Jun 15 09:30:45 UTC 2017



On 14/06/17 18:36, Neetish Pathak wrote:
> 
> My calling sequence is :
> 
> client.connectToServer();
> 
> client.sslTcpConnect();
> 
> client.sslTcpClosure();

Does your client at any point attempt to read application data (i.e.
through a call to SSL_read()/SSL_read_ex()?). It is not sufficient to
just connect to a server via SSL_connect(). Because the session
information is established *post* handshake in TLSv1.3, OpenSSL won't
see it unless you actually try and read information from the connection.

Matt


More information about the openssl-users mailing list