From 9f1296062b19c7ea4e532db821d7da7e1272c8c6 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Wed, 4 Mar 2026 11:37:59 -0600 Subject: [PATCH] Update comment --- src/tls13.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tls13.c b/src/tls13.c index ec07a1fd67..f7a97efffb 100644 --- a/src/tls13.c +++ b/src/tls13.c @@ -1453,6 +1453,8 @@ static const byte writeIVLabel[WRITE_IV_LABEL_SZ+1] = "iv"; * traffic messages. * update_traffic_key when deriving next keys and IVs for encrypting * traffic messages. + * no_key when deriving keys and IVs from existing secrets without + * re-deriving the secrets. Used during early data transitions. * side ENCRYPT_SIDE_ONLY when only encryption secret needs to be derived. * DECRYPT_SIDE_ONLY when only decryption secret needs to be derived. * ENCRYPT_AND_DECRYPT_SIDE when both secret needs to be derived.