summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/ocsp.c
AgeCommit message (Expand)Author
2020-10-13Make sure an OCSP query sends a host headerTheo Buehler
2020-10-08set SO_REUSEADDR on the server socket when we play oscp server.Bob Beck
2020-09-09Wrap long lines, add space in front of goto label in openssl(1) ocsp.cKinichiro Inoguchi
2020-09-09Change SSLv23_client_method to TLS_client_method openssl(1) ocspKinichiro Inoguchi
2020-09-09Remove space between pointer '*' and variable name in ocsp.cKinichiro Inoguchi
2020-09-09Convert openssl(1) ocsp option handlingKinichiro Inoguchi
2018-02-07Nuke some more free NULL guards.Joel Sing
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2017-11-29Mixing -url with any of -host, -port, or -path should be a usage errorPhilip Guenther
2017-01-21whitespaceTheo de Raadt
2017-01-20rearrange pledge promises into the canonical order; easier to eyeballTheo de Raadt
2017-01-20fix pledge for openssl ocsp - we will need tty to ask for a cert pwBob Beck
2017-01-19fix openssl ocsp to not report sucess when the ocsp responder rejects usBob Beck
2016-04-26add "dns" to openssl ocspSebastien Marie
2015-10-17Exit if a pledge call fails in non-interactive mode.Doug Hogan
2015-10-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-10-03BIO_get_fd() could return fd 0; fix error condition. Found atTheo de Raadt
2015-09-11Remove engine command and parameters from openssl(1).Brent Cook
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2014-12-02Conversion of braindead select() path to braindead poll() path.Theo de Raadt
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing