summaryrefslogtreecommitdiff
path: root/test-crypt-sunmd5.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-21Include crypt.h from crypt-port.h.Björn Esser1-1/+0
2018-07-25Issue #16: allow explicit rounds=<default> in sunmd5,sha256,sha512.Zack Weinberg1-0/+5
2018-07-04Make it possible to disable individual hashes at configure time.Zack Weinberg1-0/+12
2018-06-30Use ARRAY_SIZE instead of open-coding it in every use caseDmitry V. Levin1-1/+1
2017-10-26<string.h> gets imported through <crypt-port.h> nowBjörn Esser1-1/+0
2017-10-26test-crypt-sunmd5: Fix test to compare to the correct valueBjörn Esser1-1/+1
2017-10-24test-crypt-sunmd5: Fix tests and add some commentsBjörn Esser1-11/+17
2017-10-24test-crypt-sunmd5: Increase test coverageBjörn Esser1-3/+21
2017-10-24Add support for SUNMD5 ($md5[,rounds=%u]$salt$) from (Open)SolarisBjörn Esser1-0/+107