-
Notifications
You must be signed in to change notification settings - Fork 6
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
Suggestion: mirroring revocation lists, too #11
Comments
good point is there already a list of known revocation lists out there ? will have a look at the swiss list asap thanks |
Unfortunately, I’m not aware of a list. Perhaps if searching/asking around, we could gather a few revocation lists?
Thanks! Let me know if you get stuck or have something to review :) |
Was curious how this hCert trustlist revokes / blacklists abusive authorities. Just remove from trust list? I can't see any revocation lists... |
That’s what this issue is about. While some governments publish their trust lists, the revocation lists are either not public or hard to find. This repository is just a mirror of public trust lists, there is no editorial control, i.e. no revocation process. |
I noticed via eu-digital-green-certificates/dgc-participating-countries#10 (comment)
That certs can have the Certificate Revocation List (crl) URL embedded into it. Could that be perhaps scripted to pull out the crls and dump it in this repo too? Sorry, just thinking how to solve this problem aloud. |
Thanks for the pointer. Maybe @jnischler can comment on the best way to script this? |
Different countries have different revocation lists, too, which are becoming more important as more and more security breaches result in certificates that should not be considered valid.
For example, in Switzerland, the admin.ch
/trust/v2/revocationList
API end point yields a list with 50.000 certificates.The text was updated successfully, but these errors were encountered: