Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't allow blacklisted certificates (or keys) to ever be whitelisted #166

Open
adamdecaf opened this issue Feb 23, 2018 · 0 comments
Open
Assignees
Labels
Milestone

Comments

@adamdecaf
Copy link
Owner

adamdecaf commented Feb 23, 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.

@adamdecaf adamdecaf added the bug label Feb 23, 2018
@adamdecaf adamdecaf added this to the 0.2.0 milestone Feb 23, 2018
@adamdecaf adamdecaf self-assigned this Feb 23, 2018
adamdecaf added a commit that referenced this issue Feb 25, 2018
Start off using Chromiums certificate blacklist for our own blacklist.

Fixes: #166
@adamdecaf 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
@adamdecaf adamdecaf reopened this Feb 26, 2018
@adamdecaf adamdecaf modified the milestones: 0.2.0, 0.3.0 Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant