[webrtc-pc] Pull Request: Removing text talking about key shortening that was incorrect.

taylor-b has just submitted a new pull request for 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).

See https://github.com/w3c/webrtc-pc/pull/1453

Received on Wednesday, 5 July 2017 23:46:14 UTC