8000 Tags · dotNetShawn/pyotp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dotNetShawn/pyotp

Tags

v2.3.0

Toggle v2.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Fix comparison behavior on Python 2.7

v2.2.9

Toggle v2.2.9's commit message

Verified

This commit was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
v2.2.8

v2.2.8

Toggle v2.2.8's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Fix comparison of unicode chars (pyauth#78)

- Minor documentation and test fixes

v2.2.7

Toggle v2.2.7's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Have random_base32() use 'secrets' as rand source (pyauth#66)

- Documentation: Add security considerations, minimal security checklist, other improvements

- Update setup.py to reference correct license

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.
0