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