Ensure client to server datagrams are noisy too
authorMatt Caswell <matt@openssl.org>
Tue, 19 Sep 2023 15:52:00 +0000 (16:52 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 22 Sep 2023 12:56:43 +0000 (13:56 +0100)
commit0a2369fd446e27f59f0025d8d885c07a107df615
tree8c96d12b0c97f643964dd1e37785ca6ee670cef1
parent8d8c0a901e5d65d68070fbe812d7e8c1449381e1
Ensure client to server datagrams are noisy too

So far we've only applied noise to the server to client datagrams. Do the
same thing the other way around.

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/quictestlib.c
test/helpers/quictestlib.h
test/quicapitest.c