Skip to content

Releases: ouspg/trytls

TryTLS v0.3.7

21 Oct 19:29
Compare
Choose a tag to compare

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

12 Sep 20:25
Compare
Choose a tag to compare

This release contains the following notable changes:

  • Add subjectAltNames to localhost tests (#281)
  • Remove the haskell-wreq stub, which is superseded by the haskell-http-client-tls stub (#275)

TryTLS v0.3.5

31 Aug 21:48
Compare
Choose a tag to compare

Along with several bugfixes we do have some new features:

  • JSON output for the trytls tool (#266)

    $ trytls https --formatter=json python stubs/python2-urllib2/run.py
  • Use oscrypto & certbuilder packages instead of the OpenSSL command line tool (#262)

  • Add stub tester (ST) (#143)

  • New stubs: erlang-httpc and python3-aiohttp (#115, #252)

  • Add cafile support to go-nethttp and php-file-get-contents stubs (#231, #255)

TrytLS v0.3.4

17 Aug 12:59
Compare
Choose a tag to compare

Futureproofing quick-fix for the tlsfun.de test sanity checking. More tests coming soon!

TryTLS v0.3.3

17 Aug 10:58
Compare
Choose a tag to compare

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

16 Aug 14:05
Compare
Choose a tag to compare

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 into dshield

TryTLS v0.3.0

15 Aug 14:19
Compare
Choose a tag to compare

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

09 Aug 12:54
Compare
Choose a tag to compare

This release fixes trytls tool compatibility with Python 3 (aaad3d8).

TryTLS v0.2.0

01 Aug 10:58
Compare
Choose a tag to compare

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 now ACCEPT and VERIFY FAILURE is REJECT (#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

22 Jul 13:08
Compare
Choose a tag to compare

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