]> git.ipfire.org Git - thirdparty/openssl.git/commit
QUIC Record Layer: Allow INITIAL EL to be rekeyed
authorHugo Landau <hlandau@openssl.org>
Mon, 31 Oct 2022 15:58:48 +0000 (15:58 +0000)
committerHugo Landau <hlandau@openssl.org>
Fri, 13 Jan 2023 13:20:12 +0000 (13:20 +0000)
commitb2c94b93994bc079ed3aa7f700adc7782bd0bb64
treeac46e4d292b00bba44cae9c056bfe8218f2435c2
parent56a1a0ad2438d8cacdedb9413cc5dd8823e7b805
QUIC Record Layer: Allow INITIAL EL to be rekeyed

Ordinarily we should not allow ELs to be rekeyed as it makes no sense to
do so. However the INITIAL EL can need to be rekeyed if a connection
retry occurs. Modify the QRL to allow this.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19703)
include/internal/quic_record_rx.h
include/internal/quic_record_tx.h
ssl/quic/quic_record_shared.c