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
adamdecaf
changed the title
Don't allow blacklisted certificates to ever be whitelisted
Don't allow blacklisted certificates (or keys) to ever be whitelisted
Feb 26, 2018
There are a bunch of certificates which are blacklistd from major products. We need to never allow these through.
Chromium has a good list, but I'd like to not directly implement that. Perhaps
go generate
a file?https://chromium.googlesource.com/chromium/src/+/master/net/data/ssl/
To support checking public/private keys we'll need to expand
whitelist.Whitelist
.The text was updated successfully, but these errors were encountered: