Test the state of SSL_in_init() from the info_callback
authorMatt Caswell <matt@openssl.org>
Thu, 19 Apr 2018 14:44:52 +0000 (15:44 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Apr 2018 10:46:12 +0000 (11:46 +0100)
commit033c181ba690ef234812c51d4c6cb7d8dd337cb7
tree9cb2ab43689ccf57fe8ad73128936bc01712b60f
parent4ce787b97aa66e1b4c1d48f6ec047141408056f7
Test the state of SSL_in_init() from the info_callback

Check that in a handshake done event SSL_in_init() is 0 (see #4574)

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6019)
test/sslapitest.c