[webrtc-pc] new commits pushed by aboba

The following commits were just pushed by aboba to https://github.com/w3c/webrtc-pc:

* Removing text talking about key shortening that was incorrect.

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).
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/d032095fbf27c2eaef388338a7d4548bb0657388

* Change "multiple of bytes" to "integer number of bytes".
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/52ca510c55fb0cd2d0f3459104c5b9979c65f78b

* Merge pull request #1453 from taylor-b/issue_1156_key_shortening

Removing text talking about key shortening that was incorrect.
  by Bernard Aboba
https://github.com/w3c/webrtc-pc/commit/84855397f7b2545435f29e654c65cda1bd582ba7

Received on Thursday, 6 July 2017 14:07:06 UTC