summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/certhash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mark the initialized struct options arrays as both static and const.guenther2019-07-141-1/+1
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-8/+8
* rearrange pledge promises into the canonical order; easier to eyeballderaadt2017-01-201-1/+1
* do not need sys/param.hderaadt2015-11-201-1/+0
* Exit if a pledge call fails in non-interactive mode.doug2015-10-171-1/+3
* Initial support for pledges in openssl(1) commands.doug2015-10-101-0/+5
* avoid sys/param.h, by using PATH_MAXderaadt2015-10-021-1/+1
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-2/+0
* Fix coverity 105339, by correctly checking return from strtollbeck2015-07-191-1/+1
* subtraction is not comparison. the difference of two longs is not goodtedu2015-03-051-1/+1
* No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice.millert2015-02-251-1/+1
* Avoid NULL pointer deref in hashinfo_free() when calling from error paths.doug2015-02-251-2/+3
* While slick, this isn't accessing multiple directories concurrently, soguenther2015-02-221-29/+35
* fix coverity 105350 and 10345beck2015-02-181-1/+2
* qsort() compare functions MUST use memcmp() instead of bcmp() to haveguenther2015-02-121-2/+4
* swap limits.h for sys/limits.hbcook2015-02-121-1/+1
* Introduce an openssl(1) certhash command.jsing2015-02-101-0/+674