We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b09fb3 commit 9f12960Copy full SHA for 9f12960
1 file changed
src/tls13.c
@@ -1453,6 +1453,8 @@ static const byte writeIVLabel[WRITE_IV_LABEL_SZ+1] = "iv";
1453
* traffic messages.
1454
* update_traffic_key when deriving next keys and IVs for encrypting
1455
1456
+ * no_key when deriving keys and IVs from existing secrets without
1457
+ * re-deriving the secrets. Used during early data transitions.
1458
* side ENCRYPT_SIDE_ONLY when only encryption secret needs to be derived.
1459
* DECRYPT_SIDE_ONLY when only decryption secret needs to be derived.
1460
* ENCRYPT_AND_DECRYPT_SIDE when both secret needs to be derived.
0 commit comments