Implement multi-process OCSP responder.
authorViktor Dukhovni <openssl-users@dukhovni.org>
Mon, 5 Mar 2018 20:18:04 +0000 (15:18 -0500)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Wed, 7 Mar 2018 16:03:43 +0000 (11:03 -0500)
commit3e3c7c3646878fbbef07865aca007e112cf0fc26
tree9db28b6c140ecae0ad0f44cb3e87a7db9233ce10
parentc7d5ea2670c2f2ce855b099a14ca2c218661ad3f
Implement multi-process OCSP responder.

With "-multi" the OCSP responder forks multiple child processes,
and respawns them as needed.  This can be used as a long-running
service, not just a demo program.  Therefore the index file is
automatically re-read when changed.  The responder also now optionally
times out client requests.

Reviewed-by: Matt Caswell <matt@openssl.org>
CHANGES
apps/apps.h
apps/ocsp.c
doc/man1/ocsp.pod