Re: [webrtc-stats] Adding dtlsCipher and srtpCipher

Thanks @ekr!
Does the group name come from https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-8 ? I suppose that's only applicable for EC cipersuites?
What's the correct reference for the TLS version field? RFC 5246 seems to define only the { 3, 3 } aka TLS 1.2 value - ideally, I'd like to point to somewhere that gives "TLS 1.2" as a string, but as a fallback, I could give a string representation of the version flag from the clientHello.
I want to make sure we don't get "tls-1.2" in one implementation and "TLS 1.2" in another.


-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/pull/276#issuecomment-349624105 using your GitHub account

Received on Wednesday, 6 December 2017 12:24:09 UTC