summaryrefslogtreecommitdiffstats
path: root/Modules/md5.c
Commit message (Collapse)AuthorAgeFilesLines
* Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-141-0/+13
| | | | | 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/.