summaryrefslogtreecommitdiffstats
path: root/Doc/library/hmac.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting ↵Nick Coghlan2012-06-151-16/+25
| | | | comparison function in hmac
* Add versionadded for hmac.secure_compare().Charles-François Natali2012-05-151-0/+1
|
* Issue #14532: Add a secure_compare() helper to the hmac module, to mitigateCharles-François Natali2012-05-131-0/+32
| | | | timing attacks. Patch by Jon Oberheide.
* Closes #13944: fix capitalization of class name.Georg Brandl2012-02-051-4/+4
|
* More source linksRaymond Hettinger2011-01-271-0/+3
|
* #5212: md5 weaknesses do not affect hmac, so remove the note about that.Georg Brandl2010-10-171-5/+0
|
* Fix hmac docs: it takes and returns bytes, except for hexdigest().Georg Brandl2010-10-171-16/+18
|
* Merged revisions 76904 via svnmerge fromEzio Melotti2009-12-191-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 Brandl2009-05-171-2/+1
|
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+61