summaryrefslogtreecommitdiff
path: root/apps/passwd.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* apps/passwd.c: free before error exitingPeiwei Hu2022-01-051-4/+4
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* passwd.c: use the actual ROUNDS_DEFAULT macroDisconnect3d2021-02-131-1/+1
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire2021-01-091-6/+6
* Check non-option argumentsRich Salz2020-12-151-1/+2
* apps/passwd: remove the -crypt option.Pauli2020-11-121-33/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Deprecate the low level DES functions.Pauli2020-01-251-6/+9
* Fix some typosVeres Lajos2019-12-111-1/+1
* Document command parameters.Rich Salz2019-11-201-0/+5
* Add "sections" to -help outputRich Salz2019-11-081-1/+9
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-21/+21
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* apps/passwd.c: Make MD5 and SHA password making EBCDIC awareRichard Levitte2017-08-241-64/+108
* apps/passwd.c: Fix code layoutRichard Levitte2017-08-241-34/+36
* apps/passwd.c: Don't disable MD5 and SHA when CHARSET_EBCDIC is definedRichard Levitte2017-08-241-48/+2
* Fix some pedantic warnings.Pauli2017-07-171-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-1/+7
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-031-3/+3
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-2/+2
* Fix coding style in apps/passwd filePaul Yang2017-05-311-27/+26
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.Andy Polyakov2017-03-271-3/+3
* use OSSLzu instead of lu format for size_t displayedelangh2017-03-031-2/+2
* 'openssl passwd' command can now compute AIX MD5-based passwords hashes.GaƩtan Njinang2017-01-211-16/+38
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Rather than one variable for each passwd type, use one enum variableRichard Levitte2016-09-141-38/+49
* Add SHA256 and SHA512 based output for 'openssl passwd'Richard Levitte2016-09-141-9/+311
* Fix 'openssl passwd' with arguments -1 or -apr1Richard Levitte2016-09-141-0/+1
* Fix return values of do_passwd() in apps/passwd.cRichard Levitte2016-08-011-2/+2
* Code factorisation and simplificationFdaSilvaYY2016-07-201-1/+1
* Fix double calls to strlenFdaSilvaYY2016-07-201-7/+15
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-32/+53
* Copyright consolidation 01/10Rich Salz2016-05-171-46/+6
* Fix passwd seg faultMatt Caswell2016-04-271-0/+1
* Fix "no-ui" configurationRichard Levitte2016-03-311-11/+24
* Make the '-in' option in apps/passwd.c less mandatoryRichard Levitte2016-03-311-4/+10
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-4/+4
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-27/+31
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0