]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test quicserver utility
authorMatt Caswell <matt@openssl.org>
Thu, 8 Jun 2023 11:18:38 +0000 (12:18 +0100)
committerPauli <pauli@openssl.org>
Tue, 27 Jun 2023 23:53:22 +0000 (09:53 +1000)
commit37f27b91deda5b6537883c06e845f0d2c28c5d5c
tree9b750371e7748f085e5a12d111191562b43e1d44
parent956b4c75dc3f8710bf7b4e1cf01b4ef6d5ca2b45
Add a test quicserver utility

This QUIC server utility is intended for test purposes only and is expected
to be replaced in a future version of OpenSSL by s_server. At that point
it will be removed.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21204)
.gitignore
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/build.info
util/quicserver.c [new file with mode: 0644]