From 37f27b91deda5b6537883c06e845f0d2c28c5d5c Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 8 Jun 2023 12:18:38 +0100 Subject: 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 Reviewed-by: Hugo Landau Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/21204) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index be9517cb59..a6b0ab4de9 100644 --- a/.gitignore +++ b/.gitignore @@ -132,6 +132,7 @@ providers/common/include/prov/der_sm2.h /tools/c_rehash.pl /util/shlib_wrap.sh /util/wrap.pl +/util/quicserver /tags /TAGS *.map -- cgit v1.2.3