pyopenssl
pyopenssl copied to clipboard
Way to get ticket key
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.