aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/twofactor
Commit message (Collapse)AuthorAgeFilesLines
* Move cryptography.exceptions.InvalidToken to ↵Steven Buss2015-04-132-2/+4
| | | | cryptography.hazmat.primitives.twofactor
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-163-36/+9
| | | | Fixes #1209
* Change how we represented that a test requires a backend.Alex Gaynor2014-10-232-2/+4
| | | | This way is more extensible and requires less maintaince
* 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