summaryrefslogtreecommitdiff
path: root/apps/rehash.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-3/+4
* openssl rehash: add check for OPENSSL_strdupJiasheng Jiang2022-02-141-0/+6
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-4/+3
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-131-3/+16
* Check non-option argumentsRich Salz2020-12-151-0/+2
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-211-3/+11
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+8
* Document command parameters.Rich Salz2019-11-201-1/+4
* Add "sections" to -help outputRich Salz2019-11-081-1/+4
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-241-0/+20
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* apps/rehash.c: Convert ISO-8859-1 to UTF-8Richard Levitte2018-10-291-1/+1
* Replace strdup() with OPENSSL_strdup()Todd Short2018-05-291-5/+9
* openssl rehash: exit 0 on warnings, same as c_rehashRichard Levitte2018-04-251-5/+6
* openssl rehash: use libcrypto variables for default dirRichard Levitte2018-04-121-3/+4
* openssl rehash: no more need to massage the files on VMSRichard Levitte2018-03-121-19/+0
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1
* Fix ctype arguments.Pauli2017-08-221-1/+1
* Cleanup some copyright stuffRich Salz2017-06-301-6/+1
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-6/+6
* Convert uses of snprintf to BIO_snprintfRich Salz2017-05-021-10/+10
* Check for the presence of _WIN32 rather than its value.Richard Levitte2017-02-231-2/+2
* In apps/rehash.c, decorate the inclusion of internal/o_dir.h for VMSRichard Levitte2017-02-231-0/+16
* On VMS, massage the fetch file names to remove the generation numberRichard Levitte2017-02-231-0/+19
* Make "openssl rehash" work on VMS 8.3 and upRichard Levitte2017-02-221-2/+16
* Constify command optionsFdaSilvaYY2016-10-141-2/+2
* Add -h and -help for c_rehash script and appRich Salz2016-09-141-0/+1
* Add mask for newly created symlink.Dr. Stephen Henson2016-07-221-0/+1
* Check suffixes properly.Dr. Stephen Henson2016-07-221-2/+4
* use correct name for duplicateDr. Stephen Henson2016-07-221-2/+2
* GH1123: sort dir before rehashRich Salz2016-06-021-3/+25
* Build the 'openssl rehash' command on VMS version 8.3 and upRichard Levitte2016-06-021-2/+6
* Copyright consolidation 01/10Rich Salz2016-05-171-53/+9
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* GH408 follow-on: update buflenAlessandro Ghedini2015-09-251-1/+5
* fix compilation on SolarisVladimir Kotal2015-09-241-3/+2
* RT4033: Use OPENSSL_SYS_UNIX not "unix"Rich Salz2015-09-171-2/+2
* Unwriteable directories are errorsRich Salz2015-09-101-1/+1
* Fix rehash/c_rehash doc and behavior.Rich Salz2015-09-081-0/+4