]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/internal/quic_channel.h
Enable QUIC test server to find out the termination reason
authorMatt Caswell <matt@openssl.org>
Thu, 1 Dec 2022 16:37:47 +0000 (16:37 +0000)
committerHugo Landau <hlandau@openssl.org>
Wed, 22 Feb 2023 05:34:03 +0000 (05:34 +0000)
commit149a8e6c0a279b0dbbced72ffa6c5ed870a1bbc0
tree668f6e0da5e938f52954f0dd3936706f9b57277d
parentce3106baba7601bfaf1d1412221e18dec4878e18
Enable QUIC test server to find out the termination reason

We enable querying of the termination reason which is useful for tests.

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/quic_channel.h
include/internal/quic_tserver.h
ssl/quic/quic_channel.c
ssl/quic/quic_channel_local.h
ssl/quic/quic_impl.c
ssl/quic/quic_tserver.c
test/helpers/quictestlib.c