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

Erratum 5127 #1

Open
jsalowey opened this issue Oct 30, 2020 · 0 comments
Open

Erratum 5127 #1

jsalowey opened this issue Oct 30, 2020 · 0 comments

Comments

@jsalowey
Copy link
Contributor

jsalowey commented Oct 30, 2020

Erratum 5127
Proposed Status: Verified
Revision: PR
Notes:

RFC5246 The Transport Layer Security (TLS) Protocol Version 1.2
5. HMAC and the Pseudorandom Function

"TLS's PRF is created by applying P_hash to the secret as:

PRF(secret, label, seed) = P_(secret, label + seed)"

In this case the seed is the 2-byte length of the output as defined by RFC 5295. In terms of P_ the derivation would look like:

IMSK = P_(EMSK, "TEAPbindkey@ietf.org" | 0x00 | 0x00 | 0x40)

jsalowey added a commit that referenced this issue Oct 30, 2020
Addresses issue #1
@jsalowey jsalowey mentioned this issue Oct 30, 2020
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