tls-canary/README.md

21 строка
482 B
Markdown
Исходник Обычный вид История

2016-10-05 15:59:44 +03:00
# TLS Canary version 3
Automated testing of Firefox for TLS/SSL web compatibility
Results live here:
http://tlscanary.mozilla.org
## This project
2016-10-05 15:59:44 +03:00
* Downloads a branch build and a release build of Firefox.
* Automatically runs thousands of secure sites on those builds.
* Diffs the results and presents potentially broken sites in an HTML page for further diagnosis.
## Usage
2016-10-05 15:59:44 +03:00
* virtualenv .
* source bin/activate
* pip install -e .
2017-02-13 19:43:48 +03:00
* tls_canary --help
## Testing
* nosetests -s