summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/primitives/twofactor
Commit message (Expand)AuthorAgeFilesLines
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-313-1/+6
* Make Union type aliases a documented public API (#8168)Marti Raudsepp2023-03-072-4/+4
* Typo fixes (#7942)Alex Gaynor2022-12-281-1/+1
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-212-2/+1
* Convert some old-style formatting to f strings (#6945)Alex Gaynor2022-03-131-1/+1
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-302-2/+2
* Format for new black (#6828)Alex Gaynor2022-01-291-1/+1
* Swap out the struct module for int methods (#6774)Alex Gaynor2021-12-301-3/+2
* clean up some code to not randomly create a dict (#6729)Alex Gaynor2021-12-221-10/+6
* deprecate backend part 13 of n (#6533)Paul Kehrer2021-11-032-25/+6
* more typing (#5887)Paul Kehrer2021-03-022-6/+6
* keep on typing (#5881)Paul Kehrer2021-02-283-40/+33
* Added typing for a bunch of methods (#5737)Alex Gaynor2021-02-013-8/+8
* type updates from turning on unchecked-defs on tests (#5720)Paul Kehrer2021-01-311-1/+1
* add type hints for twofactor (#5717)Paul Kehrer2021-01-303-15/+39
* Complete removal of py2 (#5533)Alex Gaynor2020-12-092-6/+3
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-094-5/+0
* HOTP and TOTP should also have optional backends (#5402)Paul Kehrer2020-08-152-2/+6
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-203-22/+33
* Add flag to toggle key length check for HOTP and TOTP. (#3012)Terry Chia2016-07-162-4/+6
* Change ' to ".Terry Chia2015-06-193-12/+12
* add license header and fix grammar errors.Jiangge Zhang2015-06-031-0/+4
* Remove a default argument and rename a private function.Jiangge Zhang2015-06-033-8/+8
* Follow the review advice: turn URI generator into methods.Jiangge Zhang2015-06-033-27/+15
* Add "generate_key_uri" utility for HOTP/TOTP.Jiangge Zhang2015-05-261-0/+50
* Move cryptography.exceptions.InvalidToken to cryptography.hazmat.primitives.t...Steven Buss2015-04-133-2/+8
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-163-36/+9
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-133-0/+124