Be more explicit about RSAES-PKCS#1v1.5 error handling
[openssl.git] / apps / rehash.c
13 days ago Richard LevitteCopyright year updates
2024-02-06 Vincent LefèvreAdd a missing space in an error message
2023-12-12 Bernd EdlingerFix a possible memleak in apps/rehash.c
2023-12-05 Tomas Mrazrehash.c: Do not use NAME_MAX limit
2023-11-08 Matthias St. Pierreapps/rehash.c: avoid printf format warning [-Wformat]
2023-09-07 Matt CaswellCopyright year updates
2023-05-25 minyong.haFix a bug where the result of rehash is unstable
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-14 Jiasheng Jiangopenssl rehash: add check for OPENSSL_strdup
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-13 Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2020-12-15 Rich SalzCheck non-option arguments
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-21 Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2020-03-07 Paulicmdline app: add provider commandline options.
2019-11-20 Rich SalzDocument command parameters.
2019-11-07 Rich SalzAdd "sections" to -help output
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