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
/
ca.c
Age
Commit message (
Expand
)
Author
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
Joel Sing
2017-05-08
simplify startdate/enddate validation
Bob Beck
2017-05-04
Fix the ca command so that certs it generates have RFC5280 conformant time.
Bob Beck
2017-01-20
rearrange pledge promises into the canonical order; easier to eyeball
Theo de Raadt
2016-08-31
We don't need any VMS access tricks.
Theo de Raadt
2016-08-30
buf[][] with strange use all over the place is ridiculous, especially
Theo de Raadt
2015-12-24
more e-mail -> email
mmcc
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-21
add a couple of missing NULL checks
Brent Cook
2015-09-21
remove vestigial bits of sha-0 and md2 from openssl(1)
Brent Cook
2015-09-12
Nuke SSLEAY_CONF -- a backwards compatibility environment variable that
Lawrence Teo
2015-09-11
fix unchecked mallocs - coverity 130454 and 130455
Bob Beck
2015-09-11
Remove engine command and parameters from openssl(1).
Brent Cook
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-09-10
Remove unused defines. No binary change.
Lawrence Teo
2015-08-22
Remove all duplicate prototypes for *_main functions (these are already
Joel Sing
2015-07-22
Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integer
Joel Sing
2015-07-19
Free memory when finished.
Doug Hogan
2015-07-19
Remove effectively unused variable.
Doug Hogan
2015-02-08
Delete commented out code from openssl(1) apps.
Doug Hogan
2015-02-07
Modify BSIZE to BUFLEN to avoid redefinition on HP-UX.
Brent Cook
2014-09-01
Enable -Wshadow in openssl(1) and fix a few shadow warnings.
Doug Hogan
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