Re: [webrtc-pc] Point to the Hash Function Textual Names registry

@henbos points out in https://github.com/w3c/web-platform-tests/pull/8103#discussion_r150519203 that https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-generatecertificate says ```{ name: "RSASSA-PKCS1-v1_5", modulusLength: 2048, publicExponent: new Uint8Array([1, 0, 1]), hash: "SHA-256" }``` and ```{ name: "ECDSA", namedCurve: "P-256" }```.

This isn't the same definition, but it should be clear that only lowercase values are used in RTCDtlsFingerprint, perhaps with a note.

-- 
GitHub Notification of comment by foolip
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1663#issuecomment-343901290 using your GitHub account

Received on Monday, 13 November 2017 12:14:00 UTC