- From: Justin Uberti <juberti@google.com>
- Date: Fri, 18 Apr 2014 13:50:51 -0700
- To: Bernard Aboba <Bernard.Aboba@microsoft.com>
- Cc: "public-ortc@w3.org" <public-ortc@w3.org>
Received on Friday, 18 April 2014 20:51:38 UTC
That mostly LGTM. Is |value| expected to be hex or binary?
On Fri, Apr 18, 2014 at 1:07 PM, Bernard Aboba
<Bernard.Aboba@microsoft.com>wrote:
> How about this:
>
> dictionary RTCDtlsParameters {
> RTCDtlsRole role = "auto";
> sequence<RTCDtlsFingerprint> fingerprint;
> };
>
>
> dictionary RTCDtlsFingerprint {
> RTCDtlsCertificateHashAlgorithm algorithm;
> ArrayBuffer value;
> };
>
>
> enum RTCDtlsCertificateHashAlgorithm {
> "sha-1",
> "sha-224",
> "sha-256",
> "sha-384",
> "sha-512"
> };
>
> ________________________________________
> From: Bernard Aboba [Bernard.Aboba@microsoft.com]
> Sent: Wednesday, April 16, 2014 11:02 AM
> To: public-ortc@w3.org
> Subject: Issue 64: Section 2.5.1 Fingerprint attribute
>
> The current editor's draft has a typo in the description of the
> fingerprint attribute in Section 2.5.1:
>
> fingerprint of type sequence<DOMString>
> attribute" defined in [RFC4572].
>
> This should probably say:
> "The fingerprint attribute is a sequence of DOMStrings, each containing a
> hash-function algorithm and fingerprint, in the syntax defined in [RFC4572]
> Section 5."
>
>
Received on Friday, 18 April 2014 20:51:38 UTC