summaryrefslogtreecommitdiffstats
path: root/apps/rehash.c
AgeCommit message (Expand)Author
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-21Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-10-29apps/rehash.c: Convert ISO-8859-1 to UTF-8Richard Levitte
2018-05-29Replace strdup() with OPENSSL_strdup()Todd Short
2018-04-25openssl rehash: exit 0 on warnings, same as c_rehashRichard Levitte
2018-04-12openssl rehash: use libcrypto variables for default dirRichard Levitte
2018-03-12openssl rehash: no more need to massage the files on VMSRichard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-22Fix ctype arguments.Pauli
2017-06-30Cleanup some copyright stuffRich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-05-02Convert uses of snprintf to BIO_snprintfRich Salz
2017-02-23Check for the presence of _WIN32 rather than its value.Richard Levitte
2017-02-23In apps/rehash.c, decorate the inclusion of internal/o_dir.h for VMSRichard Levitte
2017-02-23On VMS, massage the fetch file names to remove the generation numberRichard Levitte
2017-02-22Make "openssl rehash" work on VMS 8.3 and upRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-09-14Add -h and -help for c_rehash script and appRich Salz
2016-07-22Add mask for newly created symlink.Dr. Stephen Henson
2016-07-22Check suffixes properly.Dr. Stephen Henson
2016-07-22use correct name for duplicateDr. Stephen Henson
2016-06-02GH1123: sort dir before rehashRich Salz
2016-06-02Build the 'openssl rehash' command on VMS version 8.3 and upRichard Levitte
2016-05-17Copyright consolidation 01/10Rich Salz
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-09-25GH408 follow-on: update buflenAlessandro Ghedini
2015-09-24fix compilation on SolarisVladimir Kotal
2015-09-17RT4033: Use OPENSSL_SYS_UNIX not "unix"Rich Salz
2015-09-10Unwriteable directories are errorsRich Salz
2015-09-08Fix rehash/c_rehash doc and behavior.Rich Salz
2015-09-08Fix uninit warning. Remove unnecessary casts. Nothing to add is an error.Ben Laurie
2015-09-07add support for apple os/xRich Salz
2015-09-07GH391: Apple portRich Salz
2015-09-06fix build breakage on windowsRich Salz
2015-09-06Fix typo, that broke build on non-unixRich Salz
2015-09-06Add rehash command to opensslTimo Teras