aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/twofactor/test_hotp.py
Commit message (Collapse)AuthorAgeFilesLines
* Add flag to toggle key length check for HOTP and TOTP. (#3012)Terry Chia2016-07-161-0/+4
| | | | | | | | | | * Add an enforce_key_length parameter to HOTP and TOTP. * Document changes in docs. * Add some words to the wordlist. * Add versionadded to docs.
* Remove a default argument and rename a private function.Jiangge Zhang2015-06-031-2/+2
|
* Follow the review advice: turn URI generator into methods.Jiangge Zhang2015-06-031-6/+2
|
* Add "generate_key_uri" utility for HOTP/TOTP.Jiangge Zhang2015-05-261-0/+17
|
* Move cryptography.exceptions.InvalidToken to ↵Steven Buss2015-04-131-1/+2
| | | | cryptography.hazmat.primitives.twofactor
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
| | | | Fixes #1209
* Change how we represented that a test requires a backend.Alex Gaynor2014-10-231-1/+2
| | | | This way is more extensible and requires less maintaince
* Address most of my own commentsAlex Stapleton2014-03-271-3/+3
|
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-3/+5
|
* a few small fixesPaul Kehrer2014-03-191-1/+2
|
* import order fixes for future automated checkingPaul Kehrer2014-03-191-2/+2
|
* Removed pretend stubAyrx2014-03-151-3/+1
|
* Added backend check to twofactor primitivesAyrx2014-03-151-1/+12
|
* Added future imports and licenses that are missingAlex Gaynor2014-03-081-0/+2
|
* 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-251-1/+0
|
* Added TOTP implementation and tests.Ayrx2014-02-251-7/+14
|
* 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-211-0/+83