Make EVP_Digest* functions provider aware
[openssl.git] / apps / rehash.c
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-29 Richard Levitteapps/rehash.c: Convert ISO-8859-1 to UTF-8
2018-05-29 Todd ShortReplace strdup() with OPENSSL_strdup()
2018-04-25 Richard Levitteopenssl rehash: exit 0 on warnings, same as c_rehash
2018-04-12 Richard Levitteopenssl rehash: use libcrypto variables for default dir
2018-03-12 Richard Levitteopenssl rehash: no more need to massage the files on VMS
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-21 PauliFix ctype arguments.
2017-07-01 Rich SalzCleanup some copyright stuff
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-05-02 Rich SalzConvert uses of snprintf to BIO_snprintf
2017-02-23 Richard LevitteCheck for the presence of _WIN32 rather than its value.
2017-02-23 Richard LevitteIn apps/rehash.c, decorate the inclusion of internal...
2017-02-23 Richard LevitteOn VMS, massage the fetch file names to remove the...
2017-02-22 Richard LevitteMake "openssl rehash" work on VMS 8.3 and up
2016-10-14 FdaSilvaYYConstify command options
2016-09-14 Rich SalzAdd -h and -help for c_rehash script and app
2016-07-22 Dr. Stephen HensonAdd mask for newly created symlink.
2016-07-22 Dr. Stephen HensonCheck suffixes properly.
2016-07-22 Dr. Stephen Hensonuse correct name for duplicate
2016-06-02 Rich SalzGH1123: sort dir before rehash
2016-06-02 Richard LevitteBuild the 'openssl rehash' command on VMS version 8...
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-09-26 Alessandro GhediniGH408 follow-on: update buflen
2015-09-24 Vladimir Kotalfix compilation on Solaris
2015-09-17 Rich SalzRT4033: Use OPENSSL_SYS_UNIX not "unix"
2015-09-10 Rich SalzUnwriteable directories are errors
2015-09-08 Rich SalzFix rehash/c_rehash doc and behavior.
2015-09-08 Ben LaurieFix uninit warning. Remove unnecessary casts. Nothing...
2015-09-08 Rich Salzadd support for apple os/x
2015-09-07 Rich SalzGH391: Apple port
2015-09-07 Rich Salzfix build breakage on windows
2015-09-06 Rich SalzFix typo, that broke build on non-unix
2015-09-06 Timo TerasAdd rehash command to openssl