Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threat of using previous application traffic secret #83

Open
tireddy2 opened this issue Dec 5, 2023 · 0 comments
Open

Threat of using previous application traffic secret #83

tireddy2 opened this issue Dec 5, 2023 · 0 comments

Comments

@tireddy2
Copy link
Collaborator

tireddy2 commented Dec 5, 2023

sk = HKDF-Expand-Label(dh-secret, "DH-derived key", "", Hash.length)

application_traffic_secret_N+1 =
HKDF-Expand-Label(application_traffic_secret_N,
"traffic upd 2", sk, Hash.length)

Assuming the application_traffic_secret_N is already exfiltrated by the attacker, why is the "sk" not used as in PRK input ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant