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
/
rand.c
Age
Commit message (
Expand
)
Author
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
Joel Sing
2018-02-07
Remove guards around *_free() calls since these functions handle NULL.
Joel Sing
2017-01-20
rearrange pledge promises into the canonical order; easier to eyeball
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-09-11
Remove engine command and parameters from openssl(1).
Brent Cook
2015-08-22
Remove all duplicate prototypes for *_main functions (these are already
Joel Sing
2014-12-28
Provide a mechanism for option parsing to return the number of arguments
Joel Sing
2014-10-22
Use arc4random_buf() instead of RAND(_pseudo)?_bytes().
Joel Sing
2014-10-13
prefer C99 array initialization syntax.
Brent Cook
2014-08-27
Reset the config struct before calling options_parse(), otherwise config
Joel Sing
2014-08-27
Implement table-driven option parsing that allows an application to
Joel Sing
2014-08-26
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
Joel Sing