]> git.ipfire.org Git - thirdparty/openssl.git/commit
Do not send the empty renegotiation info SCSV in QUIC
authorTomas Mraz <tomas@openssl.org>
Fri, 21 Apr 2023 15:19:27 +0000 (17:19 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 2 May 2023 07:51:18 +0000 (09:51 +0200)
commit1eef26bd8924058b9ba0e52786b6afab80db23a9
tree2d37fe2fbee0d13455892628ff8835e4fc737c6e
parent1009940c14716ac03d5f161bdb4ae626ec6fe729
Do not send the empty renegotiation info SCSV in QUIC

There is no point in sending that when min_proto_version is >= TLS1_3_VERSION.
So we set that during SSL_CTX initialization and skip adding the SCSV.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/20764)
ssl/statem/statem_clnt.c