Use test_random() to introduce better noise into the noisy dgram BIO
authorMatt Caswell <matt@openssl.org>
Fri, 15 Sep 2023 14:35:56 +0000 (15:35 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 22 Sep 2023 12:56:43 +0000 (13:56 +0100)
commitd3a8daca587157dda52991448258800e9cf1f657
tree7dd48a8390c4d90ce2b7027d818da34a09e23c26
parent19d79bb2ba45729a49cbac9f98bd916190be0b4b
Use test_random() to introduce better noise into the noisy dgram BIO

We drop some datagrams, and we delay some datagrams. We can also duplicate
some datagrams.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22157)
test/helpers/noisydgrambio.c
test/quicapitest.c