Add a test for the public core bio API
authorMatt Caswell <matt@openssl.org>
Wed, 28 Apr 2021 12:57:43 +0000 (13:57 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 4 May 2021 11:00:21 +0000 (12:00 +0100)
commit93954ab050b395275a9d8b084ab4aa9e815ce119
tree969d24b2c9355dc82a71c83002517f1da901e228
parentb0ee1de9ab4fb8586934f3a8126432f06abf7115
Add a test for the public core bio API

Check that reading/writing to a core bio via BIO_new_from_core_bio()
works as expected.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15072)
test/bio_core_test.c [new file with mode: 0644]
test/build.info
test/recipes/04-test_bio_core.t [new file with mode: 0644]