Test new SSL_new_session_ticket() functionality
authorBenjamin Kaduk <bkaduk@akamai.com>
Fri, 9 Apr 2021 00:09:18 +0000 (17:09 -0700)
committerBenjamin Kaduk <bkaduk@akamai.com>
Wed, 19 May 2021 21:56:08 +0000 (14:56 -0700)
commita0bbcb42a94cc6bc4f72d567c5e701b4cecf5be6
tree11d0b9f61dfd3b25617c332812f2cb9ecae2c64c
parent7c73fefe38f4fce9437b1d24d90dd5aa411c7e28
Test new SSL_new_session_ticket() functionality

Now that we can become "in init" directly after the call, test the
various scenarios where explicit SSL_do_handshake() calls can come
into play.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14817)
test/sslapitest.c