]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add the ability for tserver to use a pre-existing SSL_CTX
authorMatt Caswell <matt@openssl.org>
Fri, 28 Jul 2023 08:22:38 +0000 (09:22 +0100)
committerHugo Landau <hlandau@openssl.org>
Wed, 2 Aug 2023 19:27:07 +0000 (20:27 +0100)
commit829eec9f86f94ca81de920a1b61e9b636792d3c2
tree37a2007e6474ca14404d7ae6ca85b86e55045d8a
parentf85d343208bd944b88891feba200259b4cd0ba7c
Add the ability for tserver to use a pre-existing SSL_CTX

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21591)
include/internal/quic_tserver.h
ssl/quic/quic_tserver.c
test/helpers/quictestlib.c
test/quic_multistream_test.c
test/quic_tserver_test.c
util/quicserver.c