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

2017-06-13 Thread Neetish Pathak
Thanks Salz and Benjamin for your feedback. Indeed my Wireshark version was unable to decode TLS 1.3. I got an update from the shared link. I had one doubt about the server side session caching. I read that server side server caching is disabled by default. Then, how is session resumption

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

2017-06-13 Thread Salz, Rich via openssl-users
It’s disabled by default. Servers that want to use server-side session caching have to call an API to turn it on -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

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

2017-06-13 Thread Neetish Pathak
I need some suggestions on how I can implement session resumption in TLS 1.3. I have implemented the resumption on the client side using a callback as recommended on the TLS 1.3 blog https://www.openssl.org/blog/b log/2017/05/04/tlsv1.3/ . Still, the session resumption is not working. I know this

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

2017-06-13 Thread Neetish Pathak
Thanks for your reply Salz. However, I want to know should the session caching be enabled on server side for TLS 1.3 for session resumption. Also, I need a clarification on how does resumption work in case of session identifiers if server side caching is not enabled Thanks BR, Neetish On Tue,