pyopenssl icon indicating copy to clipboard operation
pyopenssl copied to clipboard

Way to get ticket key

Open andrey-zelenkov opened this issue 4 years ago • 0 comments

Hi!

Is there any way to get ticket key using pyOpenSSL? I have found how to check if the ticket was given or not by the server (something like _lib.SSL_SESSION_has_ticket(sess._session)) but I would like to know actual value, if it's possible.

Thank you in advance.

andrey-zelenkov avatar Sep 29 '21 10:09 andrey-zelenkov