]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/quic_multistream_test.c
Add a test for receiving a post-handshake CertificateRequest
authorMatt Caswell <matt@openssl.org>
Mon, 7 Aug 2023 15:53:24 +0000 (16:53 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Aug 2023 13:41:31 +0000 (14:41 +0100)
commit644ef0bb696eeaf3572e858b2beeca17b0621a3f
tree4dcc77edac4bc6fa389bd592e489deea583d7ee6
parent614c08c23999e39945b556851eabff157aef833f
Add a test for receiving a post-handshake CertificateRequest

This should result in a QUIC PROTOCOL_VIOLATION

We also add tests for a post-handshake KeyUpdate, and a NewSessionTicket
with an invalid max_early_data value.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21686)
include/internal/quic_tserver.h
ssl/quic/quic_tserver.c
test/quic_multistream_test.c