]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Merge branch 'ocsp-responder-index'
authorTobias Brunner <tobias@strongswan.org>
Mon, 13 Nov 2023 11:51:47 +0000 (12:51 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 13 Nov 2023 11:55:49 +0000 (12:55 +0100)
commita1224b6c8071d64fca0928c316b7bdb739901cd2
treeccbfc87dc3c0bb058b51b92e5f83cce0bfe4f74e
parent3197523bd5e253ca08380708dcd670da44fbc187
parent801c6c32e5f5939bb7ede30502ead05c991d0a3b
Merge branch 'ocsp-responder-index'

Adds support for multiple OCSP responders in `pki --ocsp` and one that
is based on OpenSSL-style index.txt files.  The parser for these files
also accepts simplified files that only specify the status, serial number
and optional revocation date/reason.  The OCSP test scenarios are also
updated to use this OCSP responder including one that shows the multi-CA
capabilities of the --ocsp command and the --index option.