Skip to content

Commit

Permalink
Merge pull request #34 from kemtls/fix-traffic-keys
Browse files Browse the repository at this point in the history
Fix computation of traffic keys
  • Loading branch information
thomwiggers authored Apr 11, 2024
2 parents 32aa25f + 24e6dfe commit 5a36567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-celi-wiggers-tls-authkem.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ The full key schedule proceeds as follows:
SSc||0 * -> HKDF-Extract = Main Secret
|
+--> Derive-Secret(., "c ap traffic",
| ClientHello...server Finished)
| ClientHello...client Finished)
| = client_application_traffic_secret_0
|
+--> Derive-Secret(., "s ap traffic",
Expand All @@ -785,7 +785,7 @@ SSc||0 * -> HKDF-Extract = Main Secret
| = exporter_master_secret
|
+--> Derive-Secret(., "res master",
ClientHello...client Finished)
ClientHello...server Finished)
= resumption_master_secret

*: if client authentication was requested, the `SSc` value should
Expand Down

0 comments on commit 5a36567

Please sign in to comment.