Commit 3e3c7c36 authored by Viktor Dukhovni's avatar Viktor Dukhovni
Browse files

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: default avatarMatt Caswell <matt@openssl.org>
parent c7d5ea26
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment