]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/ssltestlib.c
Add a DTLS packet mem BIO
authorMatt Caswell <matt@openssl.org>
Mon, 4 Jul 2016 13:53:28 +0000 (14:53 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Aug 2016 12:52:40 +0000 (13:52 +0100)
commitd82dec40ba87408697357b04ba0d71a2be69c5fb
tree3acb8ae39a6136f2386b1c683934399aa412c0c1
parentd9a2e90bcede62cce36a845a677f99a22c419a9c
Add a DTLS packet mem BIO

This adds a BIO similar to a normal mem BIO but with datagram awareness.
It also has the capability to inject additional packets at arbitrary
locations into the BIO, for testing purposes.

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/ssltestlib.c
test/ssltestlib.h