Add an s_server capability to read an OCSP Response from a file
authorMatt Caswell <matt@openssl.org>
Tue, 15 Nov 2016 14:22:29 +0000 (14:22 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 23 Nov 2016 15:31:21 +0000 (15:31 +0000)
commitacf65ae5c852c8d05b5d3af263f29dd5115f556b
tree9fda416620849a00999d724c21138563b207c6a8
parentc11237c23e9f60cecdb899580b7b9ffb88614a7e
Add an s_server capability to read an OCSP Response from a file

Current s_server can only get an OCSP Response from an OCSP responder. This
provides the capability to instead get the OCSP Response from a DER encoded
file.

This should make testing of OCSP easier.

Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/s_server.c
doc/man1/s_server.pod