]> git.ipfire.org Git - thirdparty/openssl.git/commit
QUIC: Add HTTP/3 demo using nghttp3
authorHugo Landau <hlandau@openssl.org>
Mon, 16 Oct 2023 12:33:11 +0000 (13:33 +0100)
committerHugo Landau <hlandau@openssl.org>
Thu, 19 Oct 2023 07:28:59 +0000 (08:28 +0100)
commite33af8000f2e2f4700d9845dce5bbcad9bf77c92
treeb7eb369722bc9794ab1f97ef730459951b117f51
parente62097f48c3d0b8b61ca6a061b8098b0086b3fbc
QUIC: Add HTTP/3 demo using nghttp3

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22369)
demos/http3/Makefile [new file with mode: 0644]
demos/http3/ossl-nghttp3-demo.c [new file with mode: 0644]
demos/http3/ossl-nghttp3.c [new file with mode: 0644]
demos/http3/ossl-nghttp3.h [new file with mode: 0644]