Releases: ouspg/trytls
Releases · ouspg/trytls
TryTLS v0.3.7
This release contains the following notable changes:
- Add new badssl.com tests + tweak existing descriptions (#285)
- Remove freakattack.com tests since they have dissapeared (#298)
- Remove sslv3.dshield.com and tlsfun.de tests (for rationale see #300)
- Localhost tests now show
<temp port>
as their port (#291) - Fix & update the haskell-http-client-tls stub (#294, #295)
- Fix the c-libressl stub (282)
TryTLS v0.3.6
TryTLS v0.3.5
Along with several bugfixes we do have some new features:
TrytLS v0.3.4
Futureproofing quick-fix for the tlsfun.de test sanity checking. More tests coming soon!
TryTLS v0.3.3
Bug fix/neatness update:
- Add RC4 found issue to README.md
- Fix mistakenly inverted POODLE attack test
- Added description to setup.py (thanks @lowks!)
- Reordered some tests and added results
TryTLS v0.3.2
Bug hunt update (Not the Starship Troopers kind):
- Cleanup bundle code
- Fixed Java and Go stubs
- Made tlsfun.de test demand SNI and refactored remaining
miscellaneous
intodshield
TryTLS v0.3.0
One small step for a man, one giant leap for TryTLS! What's new?
- Minor fixes:
- Compatibility/Bug fixes to TryTLS
- General README updates and repo cleanup, with better descriptions of backends
- Stubs have been improved and renamed to better represent what they test (
python-requests
->python2-requests
etc)
- Shootout of some of the more popular images!
- New features:
- Result feedback: TryTLS detects whether the stub supports SNI, skips the test and prints out a notice
- Brand new tests from badtls.io!
TryTLS v0.2.1
This release fixes trytls
tool compatibility with Python 3 (aaad3d8).
TryTLS v0.2.0
We've cooked up quite a storm and it's time to release it to wreak havoc!
....well, not really. Here's what we've actually done:
- Documentation has been clarified and cleaned up.
- Convention changes:
VERIFY SUCCESS
is nowACCEPT
andVERIFY FAILURE
isREJECT
(#104) - Clearer distinction between "verification failed" and "test failed"
- New features:
- Added support for providing context for VERIFY FAILURE, UNSUPPORTED etc. (#86) - Printing out explanatory strings before verdict string is no longer an error-worthy action
v0.1.1
First TryTLS release available from PyPI! See the package's page at https://pypi.python.org/pypi/TryTLS.
As a consequence you can now install TryTLS directly with pip:
$ pip install trytls