Themis by Cossack Labs v0.9.2 Release Notes

Release Date: 2015-11-04 // over 8 years ago
  • Infrastructure:

    • ๐Ÿ“š Much better documentation
    • We've introduced Themis Server, interactive environment to debug your apps and learn how Themis works.
    • โœ… Tests for all platforms and languages.
    • Themis is now integrated with Circle CI, with controls every repository change and tests it
    • Added conditional compilation for advanced features (see 4.5 and our blog for more information)
    • Doxygen-friendly comments in code

    Code:

    • Python Themis wrapper is now Python 3 / PEP friendly.
    • Android Themis wrapper for Secure Message now works in Sign/Verify mode, too.
    • PHP Themis wrapper now supports Secure Session (although with some advice on use cases, see docs).
    • iOS wrapper supports iOS 9, lots of minor fixes.
    • ๐Ÿ‘ Better exceptions and verbose errors in some wrappers.
    • Longer RSA keys support
    • ๐Ÿ‘ Better abstractions for cryptosystem parameters like key lengths.
    • Zero Knowledge Proof-based authentication called Secure Comparator. Advanced experimental feature.