Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor grammar refinement for hmac.compare_digest(). | Larry Hastings | 2012-06-25 | 1 | -2/+2 |
| | |||||
* | Remove a detailed discussion of content-based short circuiting, off topic ↵ | Antoine Pitrou | 2012-06-24 | 1 | -13/+4 |
| | | | | for library docs. | ||||
* | Simplify wording. | Antoine Pitrou | 2012-06-24 | 1 | -8/+4 |
| | |||||
* | Formatting | Antoine Pitrou | 2012-06-24 | 1 | -4/+4 |
| | |||||
* | Merge heads. | Georg Brandl | 2012-06-24 | 1 | -1/+1 |
|\ | |||||
| * | The buffer protocol doesn't exist (in the glossary anyway). | Antoine Pitrou | 2012-06-24 | 1 | -1/+1 |
| | | |||||
* | | Merge heads. | Georg Brandl | 2012-06-24 | 1 | -10/+9 |
|\ \ | |/ | |||||
| * | Larry's suggested rewording of the compare_digest() docs. | Antoine Pitrou | 2012-06-24 | 1 | -29/+12 |
| | | |||||
* | | Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H. | Georg Brandl | 2012-06-24 | 1 | -22/+23 |
|/ | |||||
* | Issue #15061: Re-implemented hmac.compare_digest() in C | Christian Heimes | 2012-06-24 | 1 | -5/+11 |
| | |||||
* | Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting ↵ | Nick Coghlan | 2012-06-15 | 1 | -16/+25 |
| | | | | comparison function in hmac | ||||
* | Add versionadded for hmac.secure_compare(). | Charles-François Natali | 2012-05-15 | 1 | -0/+1 |
| | |||||
* | Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate | Charles-François Natali | 2012-05-13 | 1 | -0/+32 |
| | | | | timing attacks. Patch by Jon Oberheide. | ||||
* | Closes #13944: fix capitalization of class name. | Georg Brandl | 2012-02-05 | 1 | -4/+4 |
| | |||||
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+3 |
| | |||||
* | #5212: md5 weaknesses do not affect hmac, so remove the note about that. | Georg Brandl | 2010-10-17 | 1 | -5/+0 |
| | |||||
* | Fix hmac docs: it takes and returns bytes, except for hexdigest(). | Georg Brandl | 2010-10-17 | 1 | -16/+18 |
| | |||||
* | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76904 | ezio.melotti | 2009-12-20 00:41:49 +0200 (Sun, 20 Dec 2009) | 1 line #7388: "python".capitalize() in the Doc ........ | ||||
* | More conversion to new-style optional args. | Georg Brandl | 2009-05-17 | 1 | -2/+1 |
| | |||||
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -2/+0 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+61 |