summaryrefslogtreecommitdiff
path: root/Modules/md5.c
Commit message (Collapse)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-65/+65
|
* Fix a compilation warning on WindowsAmaury Forgeot d'Arc2009-06-251-1/+1
|
* - Issue #3745: Fix hashlib to always reject unicode and non buffer-apiGregory P. Smith2009-02-131-4/+4
| | | | | | supporting objects as input no matter how it was compiled (built in implementations or external openssl library). (backported from a py3k branch)
* Merge in release25-maint r60793:Gregory P. Smith2008-06-111-0/+13
| | | | | | Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code.
* - Patch #360466: Replace the MD5 implementation from RSA Data Security IncMatthias Klose2006-04-031-0/+381
with the implementation from http://sourceforge.net/projects/libmd5-rfc/.