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
/
ocsp.c
Age
Commit message (
Expand
)
Author
2020-10-13
Make sure an OCSP query sends a host header
Theo Buehler
2020-10-08
set SO_REUSEADDR on the server socket when we play oscp server.
Bob Beck
2020-09-09
Wrap long lines, add space in front of goto label in openssl(1) ocsp.c
Kinichiro Inoguchi
2020-09-09
Change SSLv23_client_method to TLS_client_method openssl(1) ocsp
Kinichiro Inoguchi
2020-09-09
Remove space between pointer '*' and variable name in ocsp.c
Kinichiro Inoguchi
2020-09-09
Convert openssl(1) ocsp option handling
Kinichiro Inoguchi
2018-02-07
Nuke some more free NULL guards.
Joel Sing
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
Joel Sing
2017-11-29
Mixing -url with any of -host, -port, or -path should be a usage error
Philip Guenther
2017-01-21
whitespace
Theo de Raadt
2017-01-20
rearrange pledge promises into the canonical order; easier to eyeball
Theo de Raadt
2017-01-20
fix pledge for openssl ocsp - we will need tty to ask for a cert pw
Bob Beck
2017-01-19
fix openssl ocsp to not report sucess when the ocsp responder rejects us
Bob Beck
2016-04-26
add "dns" to openssl ocsp
Sebastien Marie
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-03
BIO_get_fd() could return fd 0; fix error condition. Found at
Theo de Raadt
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-02
Conversion of braindead select() path to braindead poll() path.
Theo de Raadt
2014-08-26
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
Joel Sing