Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 744 Bytes

CHANGELOG.md

File metadata and controls

37 lines (23 loc) · 744 Bytes

Changelog

0.3.2

  • Increased maximum allowed version of Cryptography library. Now it requires cryptography < 46.

0.3.1

  • Added support for sha256 and sha512 digests.

0.3.0

  • Increased maximum allowed version of Cryptography library. Now it requires cryptography < 4.0.
  • Added running tests on Python 3.6-3.8.
  • Stop running tests on Python 3.4.

0.2.1

  • Increased maximum allowed version of Cryptography library. Now it requires cryptography < 3.0.

0.2.0

  • Replaced use of M2Crypto with Cryptography library
  • Added python3 support
  • Drop support for python 2.6

0.1.0

  • Added a timeout parameter to verify() and get_ticket_data(). Defaults to 2 hours, like mod_auth_tkt.

0.0.1

  • Initial release.