]> git.kaiwu.me - nginx.git/commit
OCSP stapling: fix error logging of successful OCSP responses.
authorPiotr Sikora <piotr@cloudflare.com>
Thu, 16 May 2013 22:37:13 +0000 (15:37 -0700)
committerPiotr Sikora <piotr@cloudflare.com>
Thu, 16 May 2013 22:37:13 +0000 (15:37 -0700)
commit4ca32c31a0f842f2980c2d6a6584d6f680bfe839
treed0b0ca18f588adb1790d9a4bb8cb0ecfd5f02429
parent26dc3f37c33bbeff57ffee46c0310848862e0900
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>
src/event/ngx_event_openssl_stapling.c