Hacker News new | ask | show | jobs
by chrismartin 2342 days ago
Do any browsers use CryptoAPI for TLS certificate validation?
1 comments

I think classic IE would do so.
So does Chrome, if I'm not mistaken
Firefox might with an Enterprise flag on?
That can only make it check the system certificate store for trusted roots etc, it'd still use NSS for the crypto operations is my understanding.