| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a default argument and rename a private function. | Jiangge Zhang | 2015-06-03 | 1 | -2/+2 |
* | Follow the review advice: turn URI generator into methods. | Jiangge Zhang | 2015-06-03 | 1 | -6/+2 |
* | Add "generate_key_uri" utility for HOTP/TOTP. | Jiangge Zhang | 2015-05-26 | 1 | -0/+17 |
* | Move cryptography.exceptions.InvalidToken to cryptography.hazmat.primitives.t... | Steven Buss | 2015-04-13 | 1 | -1/+2 |
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
* | Change how we represented that a test requires a backend. | Alex Gaynor | 2014-10-23 | 1 | -1/+2 |
* | Address most of my own comments | Alex Stapleton | 2014-03-27 | 1 | -3/+3 |
* | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 1 | -3/+5 |
* | a few small fixes | Paul Kehrer | 2014-03-19 | 1 | -1/+2 |
* | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 1 | -2/+2 |
* | Removed pretend stub | Ayrx | 2014-03-15 | 1 | -3/+1 |
* | Added backend check to twofactor primitives | Ayrx | 2014-03-15 | 1 | -1/+12 |
* | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 1 | -0/+2 |
* | Added length type check to HOTP and corresponding test | Ayrx | 2014-03-03 | 1 | -0/+6 |
* | Switch to TypeError | Alex Gaynor | 2014-03-01 | 1 | -1/+1 |
* | Update tests as well | Alex Gaynor | 2014-03-01 | 1 | -2/+2 |
* | Do some nitpicking cleanup of the twofactor code and documentation. | David Reid | 2014-02-25 | 1 | -1/+0 |
* | Added TOTP implementation and tests. | Ayrx | 2014-02-25 | 1 | -7/+14 |
* | Fixed HOTP test path, added changelog and myself to author list. | Ayrx | 2014-02-21 | 1 | -1/+1 |
* | Changed module name from otp to twofactor. | Ayrx | 2014-02-21 | 1 | -0/+83 |