QUIC: Dummy Handshake Layer for Prototyping
authorHugo Landau <hlandau@openssl.org>
Mon, 31 Oct 2022 13:57:40 +0000 (13:57 +0000)
committerHugo Landau <hlandau@openssl.org>
Fri, 13 Jan 2023 13:20:09 +0000 (13:20 +0000)
commitf71ae05a4d22d52780fc7cfc7e60710b74fd3dd7
treebe07c38c8d27bd38941266a689415e0a782fb30c
parent964f0deb81f3025c11e451dc37f8e2f1c85548ed
QUIC: Dummy Handshake Layer for Prototyping

This disables -Wtype-limits /
-Wtautological-constant-out-of-range-compare. Since it generates
warnings for valid and reasonable code, IMO this actually encourages
people to write worse code.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19703)
Configure
include/internal/quic_dummy_handshake.h [new file with mode: 0644]
ssl/quic/build.info
ssl/quic/quic_dummy_handshake.c [new file with mode: 0644]