summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/certhash.c
AgeCommit message (Expand)Author
2017-01-20rearrange pledge promises into the canonical order; easier to eyeballTheo de Raadt
2015-11-20do not need sys/param.hTheo de Raadt
2015-10-17Exit if a pledge call fails in non-interactive mode.Doug Hogan
2015-10-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-10-02avoid sys/param.h, by using PATH_MAXTheo de Raadt
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-07-19Fix coverity 105339, by correctly checking return from strtollBob Beck
2015-03-05subtraction is not comparison. the difference of two longs is not goodTed Unangst
2015-02-25No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice.Todd C. Miller
2015-02-25Avoid NULL pointer deref in hashinfo_free() when calling from error paths.Doug Hogan
2015-02-22While slick, this isn't accessing multiple directories concurrently, soPhilip Guenther
2015-02-18fix coverity 105350 and 10345Bob Beck
2015-02-12qsort() compare functions MUST use memcmp() instead of bcmp() to havePhilip Guenther
2015-02-12swap limits.h for sys/limits.hBrent Cook
2015-02-10Introduce an openssl(1) certhash command.Joel Sing