Re: [openssl-users] Why openssl is printing session ID where there is none sent by server, when using session ticket?

2019-01-15 Thread M K Saravanan
Hi Matt, On Tue, 15 Jan 2019 at 20:02, Matt Caswell wrote: > This is perhaps best explained by this comment in the client side code for > processing a new ticket from the server: > > /* > * There are two ways to detect a resumed ticket session. One is to set > * an appropriate sessi

Re: [openssl-users] Why openssl is printing session ID where there is none sent by server, when using session ticket?

2019-01-15 Thread Matt Caswell
On 15/01/2019 11:29, M K Saravanan wrote: > Hi, > > When I use openssl s_client to connect to a server which uses session > ticket to resume a session (session ID is turned off), openssl is > still printing a session ID where none is sent by the server (packet > capture shows session ID length

[openssl-users] Why openssl is printing session ID where there is none sent by server, when using session ticket?

2019-01-15 Thread M K Saravanan
Hi, When I use openssl s_client to connect to a server which uses session ticket to resume a session (session ID is turned off), openssl is still printing a session ID where none is sent by the server (packet capture shows session ID length = zero in the Server Hello). == New, TLSv1.2, Ci