Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Tags: mozilla/tls-canary

Tags

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #219 from mozmark/20200214-4-0-0

rename 3.3.0a7 to 4.0.0 because of breaking changes

latest

Toggle latest's commit message
TLS Canary experimental release: 3.3.0a1

v3.2.2

Toggle v3.2.2's commit message
TLS Canary hotfix release 3.2.2

stable

Toggle stable's commit message
TLS Canary latest stable release: 3.2.2

v3.2.1

Toggle v3.2.1's commit message
TLS Canary hotfix release 3.2.1

v3.2.0

Toggle v3.2.0's commit message
TLS Canary feature release 3.2.0

v3.1.2

Toggle v3.1.2's commit message
TLS Canary bugfix release 3.1.2

v3.1.1

Toggle v3.1.1's commit message
TLS Canary v3.1.1 Hotfix-Release

v3.1.0

Toggle v3.1.0's commit message
What's new?

* TLS Canary is now a proper Python package. Stable releases can be installed with a simple `pip install tlscanary`.
* Command line now takes "run modes" as first positional argument. Intrnally the argument parser employs subparsers for this, thus shared arguments like `--workdir` and `--debug` must now be given before the run mode argument.
* Run modes `performance`, `regression`, and `scan` now log into a central logging facility that stores compressed run logs in `~/.tlscanary/log`. Producing a report now requires a separate call to `tlscanary`. To generate the legacy HTML report, use a variation of `tlscanary log -a htmlreport`.
* Introduced a new run mode called `log` for maintaining the run log database and generating reports. See `tlscanary log --help` for details.
* The `-t/--test` and `-b/--base` now also take paths to Firefox package files or build trees.
* Introduced a new JSON-based log format, produced by `tlscanary log -a json`.
* Much more metadata is collected about the test candidates.
* You can now set prefs in the test candidates using the `-p/-p1/p2` arguments, just like in good old *ssl_canary* days.
* Windows PowerShell is now a fully supported platform.
* Introduced a `srcupdate` run mode for updating host databases. See `tlscanary srcupdate --help` and the [README](README.md) for details.
* Scans are temporarily limited to 100k hosts per default. This hotfix was introduced to work around instabilities on some machines that do not have sufficient amount of swap memory.
* Introduced several internal architecture changes that made all those new features possible.

v3.0.1

Toggle v3.0.1's commit message
Bugfix release for upstream changes in OneCRL tools