Add a test for SSL_set_bio()
authorMatt Caswell <matt@openssl.org>
Thu, 21 Jul 2016 14:06:13 +0000 (15:06 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 29 Jul 2016 13:09:57 +0000 (14:09 +0100)
commit7fb4c82035d05ca8735303caa9941aeead165b78
tree29e7a7326199bbfaaeb80d4d9610079690b0ce1d
parent0647719d809abdfe6b871949f4f75ce82da6616a
Add a test for SSL_set_bio()

The SSL_set_bio() function has some complicated ownership rules. This adds a
test to make sure it all works as expected.

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