Skip to content

Tags: psivesely/pyotp

Tags

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

v1.4.2

Toggle v1.4.2's commit message
setup.cfg: Build universal wheel

v1.4

Toggle v1.4's commit message
Bump to v1.4

v1.3.1

Toggle v1.3.1's commit message
Add LICENSE file from rotp, bump version to 1.3.1 for PyPI