Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 386 Bytes

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 386 Bytes

Changelog

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.