summaryrefslogtreecommitdiff
path: root/crypt-md5.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-29Rename all hash methods to match naming in John the Ripper.Björn Esser1-3/+3
2018-10-22Use md5 implementation from Alexander Peslyak.Björn Esser1-24/+23
2018-08-21Improved handling of out-of-range cost parameters in gensalt.Zack Weinberg1-2/+7
2018-07-26Issue #15: predictable behavior when crypt args are NULL or invalid.Zack Weinberg1-24/+23
2018-07-09Make salt validation pickier.Zack Weinberg1-2/+7
2018-07-04Make it possible to disable individual hashes at configure time.Zack Weinberg1-0/+3
2017-10-26<string.h> gets imported through <crypt-port.h> nowBjörn Esser1-1/+0
2017-10-23Reformat all code files to match GNU styleBjörn Esser1-1/+1
2017-10-05Make a pass updating copyright and authorship notices.Zack Weinberg1-14/+11
2017-10-03Fix bugs in MD5, SHA256, and SHA512 setting-string generation.Zack Weinberg1-0/+9
2017-10-03Clean up internal API to per-algorithm crypt/gensalt functions.Zack Weinberg1-3/+2
2017-10-02Grab bag of header-related cleanups.Zack Weinberg1-1/+2
2017-10-02Shrink crypt_data and increase CRYPT_(GENSALT_)OUTPUT_SIZE.Zack Weinberg1-53/+40
2017-09-26squash! SHA256, SHA512: Don't use two contexts.Zack Weinberg1-46/+33
2017-09-17Data buffers for MD5 and SHAZack Weinberg1-53/+79
2017-09-15Crank up the warnings level still further.Zack Weinberg1-9/+11
2017-09-15Flatten the directory tree.Zack Weinberg1-0/+211