index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hazmat
/
primitives
/
twofactor
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remove a default argument and rename a private function.
Jiangge Zhang
2015-06-03
2
-3
/
+3
|
*
Follow the review advice: turn URI generator into methods.
Jiangge Zhang
2015-06-03
2
-9
/
+4
|
*
Add "generate_key_uri" utility for HOTP/TOTP.
Jiangge Zhang
2015-05-26
2
-0
/
+31
|
*
Move cryptography.exceptions.InvalidToken to ↵
Steven Buss
2015-04-13
2
-2
/
+4
|
|
|
|
cryptography.hazmat.primitives.twofactor
*
Update the license header for every source file, as well as the documentation.
Alex Gaynor
2014-11-16
3
-36
/
+9
|
|
|
|
Fixes #1209
*
Change how we represented that a test requires a backend.
Alex Gaynor
2014-10-23
2
-2
/
+4
|
|
|
|
This way is more extensible and requires less maintaince
*
Address most of my own comments
Alex Stapleton
2014-03-27
2
-6
/
+6
|
*
Fixed #809 -- switch back to always using UnsupportedAlgorithm
Alex Gaynor
2014-03-27
2
-6
/
+10
|
*
a few small fixes
Paul Kehrer
2014-03-19
2
-2
/
+4
|
*
import order fixes for future automated checking
Paul Kehrer
2014-03-19
2
-3
/
+3
|
*
Removed pretend stub
Ayrx
2014-03-15
2
-6
/
+2
|
*
Added backend check to twofactor primitives
Ayrx
2014-03-15
2
-2
/
+24
|
*
Added future imports and licenses that are missing
Alex Gaynor
2014-03-08
3
-0
/
+18
|
*
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
2
-2
/
+0
|
*
Seperated the totp tests based on different hash types
Ayrx
2014-02-25
1
-17
/
+80
|
*
Fixed documentation based on alexs' comments.
Ayrx
2014-02-25
1
-0
/
+8
|
*
Added documentation for TOTP.
Ayrx
2014-02-25
1
-0
/
+1
|
*
Added TOTP implementation and tests.
Ayrx
2014-02-25
2
-7
/
+72
|
*
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
2
-0
/
+83