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
/
test_totp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1
/
+1
*
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
*
Do some nitpicking cleanup of the twofactor code and documentation.
David Reid
2014-02-25
1
-1
/
+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
1
-0
/
+58