- From: Bernard Aboba <Bernard.Aboba@microsoft.com>
- Date: Fri, 18 Apr 2014 20:07:46 +0000
- To: Bernard Aboba <Bernard.Aboba@microsoft.com>, "public-ortc@w3.org" <public-ortc@w3.org>
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:08:15 UTC