summaryrefslogtreecommitdiffstats
path: root/apps/passwd.c
AgeCommit message (Expand)Author
2019-12-11Fix some typosVeres Lajos
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-10-18Remove parentheses of return.KaoruToda
2017-08-24apps/passwd.c: Make MD5 and SHA password making EBCDIC awareRichard Levitte
2017-08-24apps/passwd.c: Fix code layoutRichard Levitte
2017-08-24apps/passwd.c: Don't disable MD5 and SHA when CHARSET_EBCDIC is definedRichard Levitte
2017-07-17Fix some pedantic warnings.Pauli
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-05-31Fix coding style in apps/passwd filePaul Yang
2017-03-29More typo fixesFdaSilvaYY
2017-03-27apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.Andy Polyakov
2017-03-03use OSSLzu instead of lu format for size_t displayedelangh
2017-01-21'openssl passwd' command can now compute AIX MD5-based passwords hashes.GaƩtan Njinang
2016-10-14Constify command optionsFdaSilvaYY
2016-09-14Rather than one variable for each passwd type, use one enum variableRichard Levitte
2016-09-14Add SHA256 and SHA512 based output for 'openssl passwd'Richard Levitte
2016-09-14Fix 'openssl passwd' with arguments -1 or -apr1Richard Levitte
2016-08-01Fix return values of do_passwd() in apps/passwd.cRichard Levitte
2016-07-20Code factorisation and simplificationFdaSilvaYY
2016-07-20Fix double calls to strlenFdaSilvaYY
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-05-17Copyright consolidation 01/10Rich Salz
2016-04-27Fix passwd seg faultMatt Caswell
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-03-31Make the '-in' option in apps/passwd.c less mandatoryRichard Levitte
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-06-09Use bio_err not stderr in apps.Rich Salz
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2005-06-29Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.Ben Laurie
2005-04-05some const fixesNils Larsch
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte