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
/
pkcs8.c
Age
Commit message (
Expand
)
Author
2019-07-14
Mark the initialized struct options arrays as both static and const.
Philip Guenther
2018-08-24
update usage for pkcs8;
Jason McIntyre
2018-08-24
Stop handling broken PKCS#8 formats in openssl(1).
Theo Buehler
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
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-17
add "tty" for several subcommands of openssl
Sebastien Marie
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-19
bring prototypes into scope, requires movement of a large global object
Theo de Raadt
2015-01-08
Convert pkcs8.c to the new option handling code.
Doug Hogan
2014-08-28
OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not
Joel Sing
2014-08-28
openssl_setup() calls SSL_load_error_strings(), which happens to call
Joel Sing
2014-08-26
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
Joel Sing