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

Shorter HKDF labels. Fixes #964. #977

Merged
merged 3 commits into from Apr 26, 2017
Merged

Shorter HKDF labels. Fixes #964. #977

merged 3 commits into from Apr 26, 2017

Conversation

ekr
Copy link
Contributor

@ekr ekr commented Apr 25, 2017

Per mailing list discussion, this allows us to have every HKDF-Expand just
have one hash block of info.

@ilaril would love your feedback.

Per mailing list discussion, this allows us to have every HKDF-Expand just
have one hash block of info.
@ilaril
Copy link
Contributor

ilaril commented Apr 25, 2017 via email

@ekr
Copy link
Contributor Author

ekr commented Apr 25, 2017

Oops. Good catch. Script fail.

@ekr
Copy link
Contributor Author

ekr commented Apr 25, 2017

@ilaril: fixed?

@@ -4376,7 +4376,7 @@ defined below:

struct {
uint16 length = Length;
opaque label<10..255> = "TLS 1.3, " + Label;
opaque label<10..255> = "tls13 " + Label;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also change the max to 18? At minimum, sticking a short note somewhere on the reason for the label lengths would probably be worth doing. This affects interop, so this also needs a changelog entry.

@ekr
Copy link
Contributor Author

ekr commented Apr 26, 2017 via email

@ilaril
Copy link
Contributor

ilaril commented Apr 26, 2017 via email

@ekr ekr merged commit 6d19eec into tlswg:master Apr 26, 2017
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

Successfully merging this pull request may close these issues.

None yet

3 participants