Implement the QUIC Fault injector support for plaintext packets
authorMatt Caswell <matt@openssl.org>
Wed, 30 Nov 2022 16:41:31 +0000 (16:41 +0000)
committerHugo Landau <hlandau@openssl.org>
Wed, 22 Feb 2023 05:33:24 +0000 (05:33 +0000)
commit2f1d8f858decda2d604abf3347c8e17237f90387
tree61879470f165e0850aa26fcac08b1f6435b3071d
parentadef87a2c6a0136aa3d965162932f961daf28411
Implement the QUIC Fault injector support for plaintext packets

Provider helper functions to listen for plaintext packets being sent, as
well as the ability to change the contents of those packets as well as
resizing them.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20030)
test/helpers/quictestlib.c
test/helpers/quictestlib.h