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

Removing text talking about key shortening that was incorrect. #1453

Merged
merged 2 commits into from
Jul 6, 2017

Conversation

taylor-b
Copy link
Contributor

@taylor-b taylor-b commented Jul 5, 2017

Fixes #1156.

The HMAC algorithm itself accepts any key size. So all we have to say
here is that WebRTC allows any key size 20 bytes or greater (even if the
implementation has transitioned to HMAC-SHA-256, and would prefer a
32-byte key for the added security).


Preview | Diff

Fixes w3c#1156.

The HMAC algorithm itself accepts *any* key size. So all we have to say
here is that WebRTC allows any key size 20 bytes or greater (even if the
implementation has transitioned to HMAC-SHA-256, and would prefer a
32-byte key for the added security).
@taylor-b taylor-b mentioned this pull request Jul 5, 2017
@aboba
Copy link
Contributor

aboba commented Jul 6, 2017

Do you really want to say "MAY be any multiple of bytes greater than 20"?

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

2 participants