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.sbin
/
ocspcheck
Age
Commit message (
Expand
)
Author
2020-01-23
The X509_LOOKUP code tries to grope around in /etc/ssl/cert/ to find
Theo Buehler
2020-01-11
Set "Content-Type: application/ocsp-request" in ocspcheck(1)'s POSTs,
Stuart Henderson
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-15
check result of ftruncate() as we do write() below
Brent Cook
2018-11-29
update for libtls default cert changes.
Ted Unangst
2018-11-06
Use TLS_CA_CERT_FILE instead of a separate define.
Joel Sing
2017-12-01
Avoid using an uninitialized variable.
Visa Hankala
2017-11-29
add -i to SYNOPSIS/usage() and sundry tweaks;
Jason McIntyre
2017-11-28
Add option -i to allow oscpcheck to be used to validate an on-disk staple
Bob Beck
2017-10-17
add missing HISTORY; based on CVS logs and release announcements
Ingo Schwarze
2017-05-08
Print size_t's correctly.
Bob Beck
2017-05-07
Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoid
Jonathan Gray
2017-03-27
repair knf & whitespace that jumped out of the screen during review
Theo de Raadt
2017-03-27
use a path of "/" if the URL does not include a trailing / - since
Bob Beck
2017-03-27
Fail early if an ocep server returns a non-200 http response, there is no
Bob Beck
2017-03-26
recallocarray() for data buffer from the net.
Theo de Raadt
2017-02-25
pledge stdio before parsing the http response
Bob Beck
2017-02-20
Add missing $OpenBSD$
Bob Beck
2017-02-03
Don't use <sys/param.h> from userland without cause. Sort <sys/*>
Philip Guenther
2017-02-01
netinet/in.h should be included, and freebsd and some others
Bob Beck
2017-01-26
oscp -> ocsp;
Jason McIntyre
2017-01-26
Use numeric exit codes consistently rather than a mix
Bob Beck
2017-01-26
style
Bob Beck
2017-01-26
Fix the structure initialzation to compile. bad inioguchi and millert :)
Bob Beck
2017-01-25
Fix array initialization syntax for ocspcheck.c
Kinichiro Inoguchi
2017-01-25
remove __BEGIN_DECLS and __END_DECLS from http.h
Kinichiro Inoguchi
2017-01-25
bring changes from acme-client over here.
Sebastian Benoit
2017-01-24
correct usage format; ok beck claudio benno
Theo de Raadt
2017-01-24
fix mode on open() and ftruncate(), noticed by
Bob Beck
2017-01-24
Say no to two line error messages on failure
Bob Beck
2017-01-24
s/returns/exits/
Bob Beck
2017-01-24
Break run-on sentence into two.
Bob Beck
2017-01-24
string terminator is called a NUL
Theo de Raadt
2017-01-24
Actually load the cafile when providede, and error message cleanup
Bob Beck
2017-01-24
use warn, I have errno here. noticed by theo
Bob Beck
2017-01-24
Yes the "if (const == val" idiom provides some safety, but it grates on
Theo de Raadt
2017-01-24
knf
Bob Beck
2017-01-24
revert accidental commit of theo diff
Bob Beck
2017-01-24
Just don't bother with OpenSSL error strings, they are mostly
Bob Beck
2017-01-24
various cleanup;
Jason McIntyre
2017-01-24
slight cleanups
Theo de Raadt
2017-01-24
s/exit/exist/ typo
Bob Beck
2017-01-24
New ocspcheck utility to validate a certificate against its ocsp responder
Bob Beck