summaryrefslogtreecommitdiff
path: root/Doc/library/hmac.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH...Matthias Bussonnier2018-09-101-2/+1
* bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)Matthias Bussonnier2018-05-221-1/+1
* bpo-32433: Optimized HMAC digest (#5023)Christian Heimes2018-01-271-0/+15
* Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-211-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* that this is "for Python" is obviousBenjamin Peterson2015-06-051-1/+0
* Issues #21948 and #16040: Fix typos.Berker Peksag2014-07-091-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-3/+2
* Issue #18775: Add name and block_size attribute to HMAC object. They nowChristian Heimes2013-11-201-0/+19
* Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMACChristian Heimes2013-11-201-2/+9
* merge with 3.3Georg Brandl2013-10-061-1/+1
|\
| * Fix markup to not add parens to the "hashlib.md5" constructor when the object...Georg Brandl2013-10-061-1/+1
* | Issue 18240: The HMAC module is no longer restricted to bytes and acceptsChristian Heimes2013-07-011-6/+12
|/
* #16518: use "bytes-like object" throughout the docs.Ezio Melotti2013-05-041-2/+1
* 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