mozilla / tls-canary

DEPRECATED - TLS regression scanner for Firefox
https://tlscanary.mozilla.org/
Mozilla Public License 2.0
17 stars 15 forks source link

avoid rebuilding OneCRL-Tools #231

Closed g-k closed 2 years ago

g-k commented 3 years ago

Currently we rebuild one_crl_to_cert_storage (from https://github.com/mozilla/OneCRL-Tools) for at least the tlscanary regression command, which is slow and distracting. Ideally we could:

I believe it's this call: https://github.com/mozilla/tls-canary/blob/5e243f4dd8557d61c358b9d6da641cbd807c957e/tlscanary/tools/one_crl_downloader.py#L66