Correct TLSEXT_TYPE_quic_transport_parameters message types.
authorjsing <jsing@openbsd.org>
Sun, 17 Jul 2022 14:41:27 +0000 (14:41 +0000)
committerjsing <jsing@openbsd.org>
Sun, 17 Jul 2022 14:41:27 +0000 (14:41 +0000)
commit3293bcf7c592590a2d4b34dd11485cd1836fd475
treef2cf5aa05cf02fd54e287c71e53f5c346b97734e
parent7dc6669abcb6dc6de1ee077b2c0819283d473992
Correct TLSEXT_TYPE_quic_transport_parameters message types.

Per RFC 9001, TLSEXT_TYPE_quic_transport_parameters may only appear in
ClientHello and EncryptedExtensions (not ServerHello).

ok beck@ tb@
lib/libssl/ssl_tlsext.c