Hi,
I'm using OpenSSL 1.1.1
I just use the below s_client command to test resumption.
openssl s_client -CAfile CA.cer -tls1_2 -sess_in openssl.sess -connect localhost:9443
Is there any option to take this tool to use only session id or session ticket for resumption?
Thanks!
I'm using OpenSSL 1.1.1
I just use the below s_client command to test resumption.
openssl s_client -CAfile CA.cer -tls1_2 -sess_in openssl.sess -connect localhost:9443
Is there any option to take this tool to use only session id or session ticket for resumption?
Thanks!