Add some SSL BIO tests
authorMatt Caswell <matt@openssl.org>
Thu, 21 Jul 2016 10:02:22 +0000 (11:02 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 29 Jul 2016 13:09:57 +0000 (14:09 +0100)
commit9a7169870e803bdd9767d75ca8f64802ca0e7f1c
treeca9a1404525332ee9369e0aabea03519bfe828ea
parentb46fe860fe18131f72e8bc059defe3acc8a20f5d
Add some SSL BIO tests

This adds some simple SSL BIO tests that check for pushing and popping of
BIOs into the chain. These tests would have caught the bugs fixed in the
previous three commits, if combined with a crypto-mdebug build.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/sslapitest.c