tls-canary/README.md

31 строка
725 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.
## Requirements
* Python 2.7
* virtualenv (highly recommended)
* git
* Go compiler
The script ```linux_bootstrap.sh``` provides bootstrapping for an Ubuntu-based EC2 instance.
## Usage
* cd tls-canary
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
* tls_canary --reportdir=/tmp/test --debug debug
## Testing
* nosetests -s