aboutsummaryrefslogtreecommitdiffstats
path: root/apps/passwd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the way apps open their input and output filesRichard Levitte2015-09-061-1/+1
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-1/+0
* Use bio_err not stderr in apps.Rich Salz2015-06-091-2/+2
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-2/+2
* Restore module loadingRichard Levitte2015-05-291-0/+3
* free null cleanup finaleRich Salz2015-05-011-4/+2
* In apps, malloc or dieRich Salz2015-04-301-12/+5
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-155/+171
* free NULL cleanupRich Salz2015-03-251-4/+2
* RAND_bytes updatesMatt Caswell2015-03-251-2/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-478/+458
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.Ben Laurie2005-06-291-1/+2
* some const fixesNils Larsch2005-04-051-2/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+2
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-2/+2
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-1/+0
* Merge in DES changed from 0.9.7-stable.Richard Levitte2002-03-221-2/+2
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-6/+6
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-12/+11
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-27/+27
* Fix: return 0 if no error occured.Bodo Möller2001-03-131-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-8/+8