Implement the QUIC Fault injector support for TLS handshake messages
authorMatt Caswell <matt@openssl.org>
Fri, 2 Dec 2022 15:52:21 +0000 (15:52 +0000)
committerHugo Landau <hlandau@openssl.org>
Wed, 22 Feb 2023 05:34:04 +0000 (05:34 +0000)
commit6d1f6933595ea66c2e8367fef01e2824b4f3ce6b
treeb2768eb5be6363d564e5f7a1d9058414bbd998ef
parentd03fe5de8d1b78dd8190a9bce04bb228719b9947
Implement the QUIC Fault injector support for TLS handshake messages

Provide helper functions to listen for TLS handshake messages being sent,
as well as the ability to change the contents of those messages 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)
include/internal/statem.h
test/helpers/quictestlib.c
test/helpers/quictestlib.h