Add an sslapitest for early callback
authorBenjamin Kaduk <bkaduk@akamai.com>
Mon, 13 Feb 2017 18:42:43 +0000 (12:42 -0600)
committerRichard Levitte <levitte@openssl.org>
Thu, 23 Feb 2017 18:40:27 +0000 (19:40 +0100)
commit2afaee5193c3f567ea00ad613f3ee82f985b7141
tree9571ea51bd73ea2f171661f0841523626f930193
parent8e2236eff8e38109a57347c8ad795040b380c936
Add an sslapitest for early callback

Make sure that we can stop handshake processing and resume it later.
Also check that the cipher list and compression methods are sane.
Unfortunately, we don't have the client-side APIs needed to force
a specific (known) session ID to be sent in the ClientHello, so
that accessor cannot be tested here.

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