Re: [webrtc-pc] What happens if cert expires mid call ?

Oh, one thing that is important to note here: the certificate we have here is a bucket that contains a public key.  The other trimmings - expiration time, subject, issuer, all that - is garbage, noise.  Firefox doesn't check these, and nor should any other implementation.  If you want to state that the only validity check on certificates is `a=fingerprint`, that would be a great big improvement and it would probably remove a ton of useless test cases from suites.

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

Received on Thursday, 1 June 2017 13:00:45 UTC