summaryrefslogtreecommitdiff
path: root/crypt-des.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-19Move the base64 encoding table to crypt-common.Björn Esser1-5/+0
2018-11-03Remove 'crypt-private.h' and merge it into 'crypt-port.h'.Björn Esser1-1/+0
2018-11-01Restructure ifdeffage in crypt_bigcrypt_rn for analyzability.Zack Weinberg1-17/+13
2018-10-30Fix bigcrypt rejecting its own valid output for short phrases.Björn Esser1-10/+8
2018-10-30Fix gensalt for bigcrypt if descrypt hash method is not selected.Björn Esser1-1/+22
2018-10-29Rename all hash methods to match naming in John the Ripper.Björn Esser1-16/+16
2018-10-28Fix prototypes, symbol renames, and test-badsalt for des_big.Björn Esser1-2/+14
2018-08-21Improved handling of out-of-range cost parameters in gensalt.Zack Weinberg1-6/+9
2018-07-26Issue #15: predictable behavior when crypt args are NULL or invalid.Zack Weinberg1-14/+18
2018-07-10Make XCRYPT_SECURE_MEMSET() syntactically a normal expression.Zack Weinberg1-2/+2
2018-07-09Make salt validation pickier.Zack Weinberg1-21/+59
2018-07-04Make it possible to disable individual hashes at configure time.Zack Weinberg1-26/+35
2018-06-30Extend --enable-weak-hashes configure optionDmitry V. Levin1-1/+8
2017-10-28Rename memset-macro and avoid extra symbol renameBjörn Esser1-2/+2
2017-10-26<string.h> gets imported through <crypt-port.h> nowBjörn Esser1-1/+0
2017-10-26Use more secure functions to erase sensitive memoryBjörn Esser1-2/+2
2017-10-23Reformat all code files to match GNU styleBjörn Esser1-3/+3
2017-10-22crypt-des: SETTING must be at least 9 bytes long for BSDiBjörn Esser1-2/+3
2017-10-03Fix bugs in MD5, SHA256, and SHA512 setting-string generation.Zack Weinberg1-0/+64
2017-10-03Clean up internal API to per-algorithm crypt/gensalt functions.Zack Weinberg1-13/+9
2017-10-02Grab bag of header-related cleanups.Zack Weinberg1-2/+2
2017-10-02Shrink crypt_data and increase CRYPT_(GENSALT_)OUTPUT_SIZE.Zack Weinberg1-88/+72
2017-09-19Remove the bigcrypt() function.Zack Weinberg1-9/+8
2017-09-17Data buffers for MD5 and SHAZack Weinberg1-6/+5
2017-09-15Crank up the warnings level still further.Zack Weinberg1-21/+20
2017-09-15Flatten the directory tree.Zack Weinberg1-0/+367