Fix: 'openssl ca' command crashes when used with 'rand_serial' option
[openssl.git] / apps / passwd.c
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-24 Richard Levitteapps/passwd.c: Make MD5 and SHA password making EBCDIC...
2017-08-24 Richard Levitteapps/passwd.c: Fix code layout
2017-08-24 Richard Levitteapps/passwd.c: Don't disable MD5 and SHA when CHARSET_E...
2017-07-17 PauliFix some pedantic warnings.
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-05-31 Paul YangFix coding style in apps/passwd file
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-27 Andy Polyakovapps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.
2017-03-03 edelanghuse OSSLzu instead of lu format for size_t display
2017-01-21 Gaétan Njinang'openssl passwd' command can now compute AIX MD5-based...
2016-10-14 FdaSilvaYYConstify command options
2016-09-14 Richard LevitteRather than one variable for each passwd type, use...
2016-09-14 Richard LevitteAdd SHA256 and SHA512 based output for 'openssl passwd'
2016-09-13 Richard LevitteFix 'openssl passwd' with arguments -1 or -apr1
2016-08-01 Richard LevitteFix return values of do_passwd() in apps/passwd.c
2016-07-20 FdaSilvaYYCode factorisation and simplification
2016-07-20 FdaSilvaYYFix double calls to strlen
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-04-27 Matt CaswellFix passwd seg fault
2016-03-31 Richard LevitteFix "no-ui" configuration
2016-03-31 Richard LevitteMake the '-in' option in apps/passwd.c less mandatory
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-06-09 Rich SalzUse bio_err not stderr in apps.
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-05-29 Richard LevitteRestore module loading
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2005-06-29 Ben LaurieBrought forward from 0.9.8 - 64 bit warning fixes and...
2005-04-05 Nils Larschsome const fixes
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-10-14 Richard Levittemakedepend complains when a header file is included...
2002-03-22 Richard LevitteMerge in DES changed from 0.9.7-stable.
2002-02-22 Dr. Stephen HensonConfig code updates.
2001-10-24 Richard LevitteDue to an increasing number of clashes between modern...
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-06-23 Richard LevitteUse apps_shutdown() in all applications, in case someon...
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-03-13 Bodo MöllerFix: return 0 if no error occured.
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-01-19 Bodo MöllerFix openssl passwd -1
2000-11-17 Bodo MöllerImprove usability of 'openssl passwd' by including
2000-09-20 Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-07-31 Bodo MöllerUpdate 'openssl passwd' documentation on selection...
2000-06-23 Bodo MöllerBSD-style MD5-based password algorithm in 'openssl...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-04-27 Bodo MöllerStylistic changes: Don't use a macro for the malloc...
2000-04-27 Bodo MöllerWarn about truncation also in the case when a single...
2000-02-24 Ralf S. EngelschallMake gcc 2.95.2 happy here, too.
2000-02-20 Ulf MöllerFix gcc warnings.
2000-02-17 Bodo MöllerCasts now unnecessary because of changed prototype.
2000-02-16 Ben LaurieFix signed/unsigned warnings.
2000-02-11 Bodo MöllerCorrections.
2000-02-11 Bodo MöllerImplement MD5-based "apr1" password hash.
2000-02-11 Ben LaurieFix shadow.
2000-02-10 Bodo Möller'passwd' tool.