- Increased maximum allowed version of Cryptography library. Now it requires cryptography < 46.
- Added support for
sha256
andsha512
digests.
- 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.
- Increased maximum allowed version of Cryptography library. Now it requires cryptography < 3.0.
- Replaced use of M2Crypto with Cryptography library
- Added python3 support
- Drop support for python 2.6
- Added a timeout parameter to verify() and get_ticket_data(). Defaults to 2 hours, like mod_auth_tkt.
- Initial release.