index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
openssl
/
certhash.c
Age
Commit message (
Expand
)
Author
2017-01-20
rearrange pledge promises into the canonical order; easier to eyeball
Theo de Raadt
2015-11-20
do not need sys/param.h
Theo de Raadt
2015-10-17
Exit if a pledge call fails in non-interactive mode.
Doug Hogan
2015-10-10
Initial support for pledges in openssl(1) commands.
Doug Hogan
2015-10-02
avoid sys/param.h, by using PATH_MAX
Theo de Raadt
2015-08-22
Remove all duplicate prototypes for *_main functions (these are already
Joel Sing
2015-07-19
Fix coverity 105339, by correctly checking return from strtoll
Bob Beck
2015-03-05
subtraction is not comparison. the difference of two longs is not good
Ted Unangst
2015-02-25
No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice.
Todd C. Miller
2015-02-25
Avoid NULL pointer deref in hashinfo_free() when calling from error paths.
Doug Hogan
2015-02-22
While slick, this isn't accessing multiple directories concurrently, so
Philip Guenther
2015-02-18
fix coverity 105350 and 10345
Bob Beck
2015-02-12
qsort() compare functions MUST use memcmp() instead of bcmp() to have
Philip Guenther
2015-02-12
swap limits.h for sys/limits.h
Brent Cook
2015-02-10
Introduce an openssl(1) certhash command.
Joel Sing