| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
from Kenjiro Nakayama
|
|
|
|
|
|
|
|
| |
This gets rid of our last uses of timegm and gmtime in the
library and things that ship with it. It includes a bit
of refactoring in ocsp_cl.c to remove some obvious ugly.
ok tb@
|
|
|
|
|
|
|
| |
Like in libtls, we use ASN1_GENERALIZEDTIME_check() to ensure we actually
have a GeneralizedTime.
ok beck
|
|
|
|
| |
any parts of his diff not taken are noted on tech
|
|
|
|
|
|
|
|
|
| |
fails to report the path that the failure occured on. Suggested by
deraadt@ after some tech discussion.
Work done and verified by Ashton Fagg <ashton@fagg.id.au>
ok deraadt@ semarie@ claudio@
|
|
|
|
|
|
|
| |
first entry. This way ocspcheck will try all returned IPs to contact
the OCSP server. Found by the regress test and a resolv.conf file with
'family inet6 inet4'.
OK kn@ deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
| |
and add the ability to parse a port in the specified ocsp url.
Since this will now pass them, enable regress tests previously
committed for ocspcheck.
mostly by me with some cleanup by tb after an obvious yak was found
to shave in the OCSP routines in libcrypto
ok tb@
|
|
|
|
|
|
| |
This makes piping the OCSP response to other programs with -o - work.
input and r+ guenther
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CA certs it couldn't find otherwise. This may lead to a pledge rpath
violation reported by Kor, son of Rynar. Unfortunately, providing certs
inside a directory is common in linuxes, so we need to keep this
functionality for portable.
Check if /etc/ssl/cert.pem and /etc/ssl/cert exist and pledge
accordingly. Add unveils to restrict this program further on a
default OpenBSD install. Fix -C to look only inside the provided
root bundle.
Input from jsing and sthen, tests by sthen and Kor
ok beck, jsing, sthen (after much back and forth)
|
|
|
|
| |
ok beck@
|
|
|
|
|
|
| |
Found by gcc.
OK jca@
|
|
|
|
| |
ok beck
|
|
|
|
| |
ok claudio@ benno@
|
|
|
|
| |
Fix from Jonas 'Sortie' Termansen <sortie@maxsi.org>
|
|
|
|
| |
ok beck
|
|
|
|
|
|
| |
the web server probably doesn't like it, even though you published
the url without the trailing / in the certificate. (hello digicert!)
ok claudio@
|
|
|
|
| |
point in trying to parse error pages as an ocsp response.
|
|
|
|
| |
ok tb@
|
| |
|
|
|
|
|
| |
don't have EAI_NODATA, so make this easier for people
from bernard spill
|
|
|
|
| |
from holger mikolon, plus one more in nc;
|
|
|
|
| |
ok jsing@
|
| |
|
|
|
|
| |
ok jsing@ rpe@
|
|
|
|
|
| |
Conformance to C99, and avoiding build break on VisualStudio and HP-UX.
OK millert@
|
| |
|
|
|
|
| |
bcook@
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
irrelevant and look gross here anyway.. we don't need them
|
| |
|
|
and save the reply for stapling
ok deraadt@ jsing@
|