summaryrefslogtreecommitdiffstats
path: root/apps/passwd.c
AgeCommit message (Expand)Author
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
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-03-22Merge in DES changed from 0.9.7-stable.Richard Levitte
2002-02-22Config code updates.Dr. Stephen Henson
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-03-13Fix: return 0 if no error occured.Bodo Möller
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte