summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/twofactor
Commit message (Expand)AuthorAgeFilesLines
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-212-8/+2
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-302-2/+2
* deprecate backend part 13 of n (#6533)Paul Kehrer2021-11-032-30/+0
* more typing (#5887)Paul Kehrer2021-03-022-2/+10
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-012-4/+0
* Added typing for a bunch of methods (#5737)Alex Gaynor2021-02-012-8/+4
* enable mypy over tests (#5721)Paul Kehrer2021-01-311-2/+2
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-093-4/+0
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-202-25/+37
* support byteslike for OTP (#4710)Paul Kehrer2019-01-172-0/+11
* Add flag to toggle key length check for HOTP and TOTP. (#3012)Terry Chia2016-07-161-0/+4
* Remove a default argument and rename a private function.Jiangge Zhang2015-06-032-3/+3
* Follow the review advice: turn URI generator into methods.Jiangge Zhang2015-06-032-9/+4
* Add "generate_key_uri" utility for HOTP/TOTP.Jiangge Zhang2015-05-262-0/+31
* Move cryptography.exceptions.InvalidToken to cryptography.hazmat.primitives.t...Steven Buss2015-04-132-2/+4
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-163-36/+9
* Change how we represented that a test requires a backend.Alex Gaynor2014-10-232-2/+4
* Address most of my own commentsAlex Stapleton2014-03-272-6/+6
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-272-6/+10
* a few small fixesPaul Kehrer2014-03-192-2/+4
* import order fixes for future automated checkingPaul Kehrer2014-03-192-3/+3
* Removed pretend stubAyrx2014-03-152-6/+2
* Added backend check to twofactor primitivesAyrx2014-03-152-2/+24
* Added future imports and licenses that are missingAlex Gaynor2014-03-083-0/+18
* Added length type check to HOTP and corresponding testAyrx2014-03-031-0/+6
* Switch to TypeErrorAlex Gaynor2014-03-011-1/+1
* Update tests as wellAlex Gaynor2014-03-011-2/+2
* Do some nitpicking cleanup of the twofactor code and documentation.David Reid2014-02-252-2/+0
* Seperated the totp tests based on different hash typesAyrx2014-02-251-17/+80
* Fixed documentation based on alexs' comments.Ayrx2014-02-251-0/+8
* Added documentation for TOTP.Ayrx2014-02-251-0/+1
* Added TOTP implementation and tests.Ayrx2014-02-252-7/+72
* Fixed HOTP test path, added changelog and myself to author list.Ayrx2014-02-211-1/+1
* Changed module name from otp to twofactor.Ayrx2014-02-212-0/+83