aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/twofactor/test_totp.py
Commit message (Collapse)AuthorAgeFilesLines
* support byteslike for OTP (#4710)Paul Kehrer2019-01-171-0/+6
|
* Remove a default argument and rename a private function.Jiangge Zhang2015-06-031-1/+1
|
* Follow the review advice: turn URI generator into methods.Jiangge Zhang2015-06-031-3/+2
|
* Add "generate_key_uri" utility for HOTP/TOTP.Jiangge Zhang2015-05-261-0/+14
|
* 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-1/+1
|
* 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
|
* Do some nitpicking cleanup of the twofactor code and documentation.David Reid2014-02-251-1/+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-251-0/+58