]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a demo HTTP3 server using the quic server support and nghttp3
authorJean-Frederic Clere <jfclere@gmail.com>
Fri, 21 Jun 2024 08:26:17 +0000 (10:26 +0200)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:32 +0000 (11:27 -0500)
commit73977a04241e5bff87a86f0aa0f444b0c7c79492
treea7a07e87b8c75c3cecc271513ceed065ad2eb519
parent362cc00d6aeed238a90360689a51fe41d6dc2422
Add a demo HTTP3 server using the quic server support and nghttp3

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24749)
demos/digest/EVP_MD_demo.c
demos/http3/Makefile
demos/http3/build.info
demos/http3/ossl-nghttp3-demo-server.c [new file with mode: 0644]