commit | 1b10a9adf8447145ac2607f16681340049409fc8 | [log] [tgz] |
---|---|---|
author | Piotr Sikora <piotr@cloudflare.com> | Thu May 16 15:37:13 2013 -0700 |
committer | Piotr Sikora <piotr@cloudflare.com> | Thu May 16 15:37:13 2013 -0700 |
tree | be492fadb98fe7fd5c2fb0511a6736c668848975 | |
parent | 8597218f386351d6c6cdced24af6716e19a18fc3 [diff] |
OCSP stapling: fix error logging of successful OCSP responses. Due to a bad argument list, nginx worker would crash (SIGSEGV) while trying to log the fact that it received OCSP response with "revoked" or "unknown" certificate status. While there, fix similar (but non-crashing) error a few lines above. Signed-off-by: Piotr Sikora <piotr@cloudflare.com>