You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look up trusted certs consistently on windows (#56701)
* Search for trusted certificates consistently on Windows
1. Don't use thumbprint so we don't get flagged for using SHA-1
2. Make TrustCertificateCore and RemoveCertificateFromTrustedRoots consistent
* Add a note about our usage of Thumbprint on macOS
* Clean up assumptions about root store
* FindBySubjectName expects a string
* Search by serial number to avoid having to parse subject name
* Fix typo
Co-authored-by: Martin Costello <martin@martincostello.com>
* Call DisposeCertificates more consistently
---------
Co-authored-by: Martin Costello <martin@martincostello.com>
0 commit comments