Skip to content

Tags: lzfernandes/pyotp

Tags

v2.2.6

Toggle v2.2.6's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Fix tests wrt double-quoting in provisioning URIs

v2.2.5

Toggle v2.2.5's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Quote issuer QS parameter in provisioning_uri. Fixes pyauth#47.

- Raise an exception if a negative integer is passed to at() (pyauth#41).

- Documentation and release infrastructure improvements.

v2.2.4

Toggle v2.2.4's commit message
- Restore Python 2.6 compatibility (however, Python 2.6 is not suppor…

…ted)

- Documentation and test improvements

- Fix release infra script, part 2

v2.2.3

Toggle v2.2.3's commit message
- Restore Python 2.6 compatibility (however, Python 2.6 is not suppor…

…ted)

- Documentation and test improvements

- Fix release infra script

v2.2.2

Toggle v2.2.2's commit message
- Restore Python 2.6 compatibility (however, Python 2.6 is not suppor…

…ted)

- Documentation and test improvements

v2.2.1

Toggle v2.2.1's commit message
- Avoid using python-future; it has subdependencies that limit compat…

…ibility (pyauth#34)

- Make test suite pass on 32-bit platforms (pyauth#30)
- Timing attack resistance fix: don't reveal string length to attacker. Thanks to Eeo Jun (pyauth#28).
- Support algorithm, digits, period parameters in provisioning_uri. Thanks to Dionisio E Alonso (pyauth#33).
- Minor style and packaging infrastructure fixes.

v2.2.0

Toggle v2.2.0's commit message
- Avoid using python-future; it has subdependencies that limit compat…

…ibility (pyauth#34)

- Make test suite pass on 32-bit platforms (pyauth#30)
- Timing attack resistance fix: don't reveal string length to attacker. Thanks to Eeo Jun (pyauth#28).
- Support algorithm, digits, period parameters in provisioning_uri. Thanks to Dionisio E Alonso (pyauth#33).
- Minor style and packaging infrastructure fixes.

v2.1.1

Toggle v2.1.1's commit message
2.1.1 is released