Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1dce0003a662c8d1adf664b598b7941ad83bf23b
/
Lib
/
hmac.py
24ef3e9
Issue #15225: improve error message when hmac is passed a wrong key type.
by Antoine Pitrou
· 12 years ago
6cea655
Issue #15061: Re-implemented hmac.compare_digest() in C
by Christian Heimes
· 12 years ago
807770e
Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting comparison function in hmac
by Nick Coghlan
· 12 years ago
7feb9f4
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
by Charles-François Natali
· 12 years ago
5d1155c
Closes #13258: Use callable() built-in in the standard library.
by Florent Xicluna
· 13 years ago
0cc7444
speed hack can be implemented more cleanly by directly calling __new__
by Benjamin Peterson
· 14 years ago
bf6f31b
use blank object instead
by Benjamin Peterson
· 14 years ago
c3f810f
remove outdated comment
by Benjamin Peterson
· 14 years ago
a351f77
Fixed failing unit tests due to str/bytes mismatch.
by Alexandre Vassalotti
· 17 years ago
a19f80c
Merged revisions 58862-58885 via svnmerge from
by Guido van Rossum
· 17 years ago
39478e8
Changes in anticipation of stricter str vs. bytes enforcement.
by Guido van Rossum
· 17 years ago
3f42908
Make hmac use bytes. Make test_hmac pass.
by Guido van Rossum
· 17 years ago
d59da4b
Merged revisions 55407-55513 via svnmerge from
by Guido van Rossum
· 17 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
902d6eb
Merged revisions 53005-53303 via svnmerge from
by Thomas Wouters
· 18 years ago
f21a5f7
[ sf.net patch # 1121611 ]
by Gregory P. Smith
· 19 years ago
934d31b
Speed HMAC.copy() by installing a secret backdoor argument to
by Tim Peters
· 21 years ago
65230a2
Remove uses of the string and types modules:
by Walter Dörwald
· 22 years ago
094662a
Replace boolean test with is None
by Raymond Hettinger
· 22 years ago
7fdfc2d
Replace '== None' with 'is None'
by Raymond Hettinger
· 22 years ago
8876848
Whitespace normalization.
by Tim Peters
· 23 years ago
1ccdff9
[Patch #477336] Make hmac.py match PEP247, and fix the copy method() so that
by Andrew M. Kuchling
· 23 years ago
b64bec3
Whitespace normalization.
by Tim Peters
· 23 years ago
8ceef41
HMAC algorithm as described by RFC 2104, by Gerhard Häring (SF patch #460112).
by Guido van Rossum
· 23 years ago