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
/
test_hmac.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
add hmac_supported method to backend.
Paul Kehrer
2013-12-23
1
-1
/
+1
*
Raise UnsupportedAlgorithm when initing HMACs
Alex Stapleton
2013-12-21
1
-2
/
+12
*
Use keyword argument forms everywhere.
David Reid
2013-11-25
1
-4
/
+5
*
Explicit backend
David Reid
2013-11-20
1
-7
/
+6
*
Make HMAC methods raise AlreadyFinalized.
David Reid
2013-11-13
1
-0
/
+14
*
Remove the hash and hmac specific classes, now that the logic is the Context ...
Alex Gaynor
2013-11-13
1
-1
/
+1
*
Get a HashContext from the hmac backend like we do a CipherContext
David Reid
2013-11-12
1
-2
/
+3
*
TypeErrors are pretty cool, there are lot of reasons you get them.
David Reid
2013-11-01
1
-1
/
+1
*
Enforce HMAC taking an instance of HashAlgorithm
David Reid
2013-11-01
1
-3
/
+7
*
Strip down the HMAC interface to be HashContext.
David Reid
2013-11-01
1
-13
/
+2
*
change type of exception raised, fix docs typo
Paul Kehrer
2013-10-28
1
-1
/
+1
*
make hmac (mostly) compatible with stdlib hmac
Paul Kehrer
2013-10-28
1
-4
/
+8
*
HMAC support
Paul Kehrer
2013-10-28
1
-0
/
+53