summaryrefslogtreecommitdiffstats
path: root/Doc/library/hmac.rst
Commit message (Expand)AuthorAgeFilesLines
* Minor grammar refinement for hmac.compare_digest().Larry Hastings2012-06-251-2/+2
* Remove a detailed discussion of content-based short circuiting, off topic for...Antoine Pitrou2012-06-241-13/+4
* Simplify wording.Antoine Pitrou2012-06-241-8/+4
* FormattingAntoine Pitrou2012-06-241-4/+4
* Merge heads.Georg Brandl2012-06-241-1/+1
|\
| * The buffer protocol doesn't exist (in the glossary anyway).Antoine Pitrou2012-06-241-1/+1
* | Merge heads.Georg Brandl2012-06-241-10/+9
|\ \ | |/
| * Larry's suggested rewording of the compare_digest() docs.Antoine Pitrou2012-06-241-29/+12
* | Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H.Georg Brandl2012-06-241-22/+23
|/
* Issue #15061: Re-implemented hmac.compare_digest() in CChristian Heimes2012-06-241-5/+11
* Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting ...Nick Coghlan2012-06-151-16/+25
* 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
* 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
* 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