Extend the BIO callback tests to check the return value semantics
authorMatt Caswell <matt@openssl.org>
Wed, 3 Oct 2018 14:29:47 +0000 (15:29 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 4 Oct 2018 13:16:16 +0000 (14:16 +0100)
commit52d78cc5ebc1d4fc021cabbcb09f4efb4c6ae82d
tree33728f2fa229e06068a3671e479c57b0861bdca2
parentd97ce8d9a0619c1d9d1222dc1b44dbebb58dd966
Extend the BIO callback tests to check the return value semantics

Check that different return values passed to the BIO callback are
correctly handled.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7344)
test/bio_callback_test.c