Add regress for QUIC.
authorjsing <jsing@openbsd.org>
Sat, 27 Aug 2022 09:16:29 +0000 (09:16 +0000)
committerjsing <jsing@openbsd.org>
Sat, 27 Aug 2022 09:16:29 +0000 (09:16 +0000)
commitfe6fa0cbb366148c8c6bcddd7c39efb2a131a9c5
tree4ff60ed405c9aae9bee6554c62cc1c48a399c1b5
parent475112fd38b66d68bc7c2bc6ec19735652cf6aae
Add regress for QUIC.

This exercises the libssl QUIC implementation and completes a TLS handshake
using the SSL_QUIC_METHOD interface.
regress/lib/libssl/quic/Makefile [new file with mode: 0644]
regress/lib/libssl/quic/quictest.c [new file with mode: 0644]