]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/build.info
Add a test for BIO_s_mem() when using datagrams
authorMatt Caswell <matt@openssl.org>
Thu, 16 Jun 2022 16:30:46 +0000 (17:30 +0100)
committerHugo Landau <hlandau@openssl.org>
Thu, 28 Jul 2022 07:06:52 +0000 (08:06 +0100)
commit3bfc58ad6f150e343c75565e2b162b80ec39a28d
treeaef290942ee8d0fb1301612a396b6f865e21d198
parent5a4ba72f00f9b336a4d65abff822699ceb9617c6
Add a test for BIO_s_mem() when using datagrams

The previous commit added support to BIO_s_mem() for using datagrams. We
now add tests for that functionality.

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