| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15225: improve error message when hmac is passed a wrong key type. | Antoine Pitrou | 2012-06-30 | 1 | -1/+1 |
|
|
* | Issue #15061: Re-implemented hmac.compare_digest() in C | Christian Heimes | 2012-06-24 | 1 | -20/+1 |
|
|
* | Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting ... | Nick Coghlan | 2012-06-15 | 1 | -14/+14 |
|
|
* | Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate | Charles-François Natali | 2012-05-13 | 1 | -0/+21 |
|
|
* | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 1 | -1/+1 |
|
|
* | speed hack can be implemented more cleanly by directly calling __new__ | Benjamin Peterson | 2010-08-21 | 1 | -8/+2 |
|
|
* | use blank object instead | Benjamin Peterson | 2010-08-21 | 1 | -1/+1 |
|
|
* | remove outdated comment | Benjamin Peterson | 2010-08-21 | 1 | -5/+0 |
|
|
* | Fixed failing unit tests due to str/bytes mismatch. | Alexandre Vassalotti | 2008-03-03 | 1 | -2/+4 |
|
|
* | Merged revisions 58862-58885 via svnmerge from | Guido van Rossum | 2007-11-06 | 1 | -2/+18 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -8/+2 |
|
|
* | Make hmac use bytes. Make test_hmac pass. | Guido van Rossum | 2007-07-10 | 1 | -4/+15 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -1/+1 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -2/+2 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -16/+20 |
|
|
* | [ sf.net patch # 1121611 ] | Gregory P. Smith | 2005-08-21 | 1 | -9/+15 |
|
|
* | Speed HMAC.copy() by installing a secret backdoor argument to | Tim Peters | 2004-03-20 | 1 | -1/+11 |
|
|
* | Remove uses of the string and types modules: | Walter Dörwald | 2002-06-03 | 1 | -3/+1 |
|
|
* | Replace boolean test with is None | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | Replace '== None' with 'is None' | Raymond Hettinger | 2002-05-31 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-11-13 | 1 | -2/+1 |
|
|
* | [Patch #477336] Make hmac.py match PEP247, and fix the copy method() so that | Andrew M. Kuchling | 2001-11-02 | 1 | -23/+13 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-09-18 | 1 | -3/+3 |
|
|
* | HMAC algorithm as described by RFC 2104, by Gerhard Häring (SF patch | Guido van Rossum | 2001-09-11 | 1 | -0/+110 |
|
|