summaryrefslogtreecommitdiff
path: root/crypt-sunmd5.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-03Remove 'crypt-private.h' and merge it into 'crypt-port.h'.Björn Esser1-1/+0
2018-10-22Use md5 implementation from Alexander Peslyak.Björn Esser1-10/+10
2018-08-21Improved handling of out-of-range cost parameters in gensalt.Zack Weinberg1-1/+1
2018-07-26Issue #15: predictable behavior when crypt args are NULL or invalid.Zack Weinberg1-9/+7
2018-07-13Fix several test failures on x86-64 with -m32.Zack Weinberg1-3/+3
2018-07-13crypt-sunmd5.c: Fix possible overflow on 32 bit archesBjörn Esser1-1/+1
2018-07-11Add more tests based on gaps in line coverage.Zack Weinberg1-2/+2
2018-07-10Replace crypt-sunmd5.c with BSD-licensed cleanroom reimplementation.Zack Weinberg1-326/+217
2018-07-09Make salt validation pickier.Zack Weinberg1-34/+38
2018-07-04Make it possible to disable individual hashes at configure time.Zack Weinberg1-0/+5
2018-05-16crypt-sunmd5: Fix 'Werror=format-truncation=' (Fixes #2)Björn Esser1-1/+1
2017-10-26<string.h> gets imported through <crypt-port.h> nowBjörn Esser1-1/+0
2017-10-24crypt-sunmd5: Fix -Werror=sign-compareBjörn Esser1-1/+1
2017-10-24Add support for SUNMD5 ($md5[,rounds=%u]$salt$) from (Open)SolarisBjörn Esser1-0/+422