openssl/include
Matt Caswell b644a9323f Unexpected QUIC post-handshake CertificateRequests are a PROTOCOL_VIOLATION
An OpenSSL QUIC client does not send the post_handshake_auth extension.
Therefore if a server sends a post-handsahke CertificateRequest then this
would be treated as a TLS protocol violation with an "unexpected message"
alert code. However RFC 9001 specifically requires us to treat this as
QUIC PROTOCOL_VIOLATION. So we have to translate the "unexpected message"
alert code in this one instance.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21686)
2023-08-15 14:41:31 +01:00
..
crypto Remove include/internal/decoder.h, as it's superfluous 2023-08-15 15:23:16 +02:00
internal Unexpected QUIC post-handshake CertificateRequests are a PROTOCOL_VIOLATION 2023-08-15 14:41:31 +01:00
openssl QUIC APL/CHANNEL: Wire up connection closure reason 2023-08-10 18:19:45 +01:00