mozilla / tls-canary

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

Add CLI for certificate collection to one or more test modes #101

Closed mwobensmith closed 2 years ago

mwobensmith commented 7 years ago

By default, the run_tests function in basemode.py sets the default value of get_certs to False.

However, for the scan mode, one might want to not pick up the certificate data. Currently, they don't have a way to override the defaults inherited from BaseMode.

We should add an argument to control this in either basemode.py or child modes that wish to support it, such as scan.py.