> I noticed in my logs things like this.
> May 1 03:00:02 isildur openssl: vfprintf %s NULL in "%s %2d
> %02d:%02d:%02d%.*s %d%s"
>
> It comes down to this command to fetch ocsp response:
> openssl ocsp -respout ocsp.der -no_nonce -issuer chain.pem -cert
> cert.pem -url http://ocsp.int-x3.letsencrypt.org -header "HOST"
> "ocsp.int-x3.letsencrypt.org" -verify_other chain.pem -rother chain.pem
Fixed a month ago.
revision 1.28
date: 2017/04/03 15:52:59; author: beck; state: Exp; lines: +2 -2; commitid: SfEldwG3FeZUMrhN;
Fix silly code that printfs NULL when there are no fractional seconds
on a GENREALIZEDTIME (which there should really never be for anything
remotely standards compliant)
ok jsing@
No comments:
Post a Comment