summaryrefslogtreecommitdiff
path: root/test-crypt-badargs.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-10Make bcrypt variants independently configurable.Zack Weinberg1-1/+7
2018-11-03Remove 'crypt-private.h' and merge it into 'crypt-port.h'.Björn Esser1-1/+0
2018-10-29Rename all hash methods to match naming in John the Ripper.Björn Esser1-7/+7
2018-10-28Add gost-yescrypt backend and tests.Björn Esser1-0/+3
2018-09-08test-crypt-badargs.c: Add tests for scrypt and yescrypt.Björn Esser1-0/+6
2018-09-07Fix formatting and indentation.Björn Esser1-1/+2
2018-08-07Add configure option --disable-failure-tokens.Zack Weinberg1-30/+38
2018-07-26Issue #15: predictable behavior when crypt args are NULL or invalid.Zack Weinberg1-0/+347