Re: [webrtc-pc] RTCCertificate.getAlgorithm for implicitly generated local certificates

Since there are legacy native applications that only support DTLS 1.0 and RSA certificates, it may be useful to be able to determine if the browser is still generating an RSA certificate (and if not, to use `RTCPeerConnection.generateCertificate` to create one).  In that scenario, it would be useful for `RTCPeerConnection.getConfiguration` to return generated certificates, and then to be able to call `RTCCertificate.getAlgorithm()` for a generated certificate. 

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

Received on Wednesday, 12 April 2017 17:49:22 UTC