]> git.ipfire.org Git - thirdparty/strongswan.git/commit - configure.ac
Merge branch 'ocsp-responder'
authorTobias Brunner <tobias@strongswan.org>
Mon, 13 Nov 2023 11:42:00 +0000 (12:42 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 13 Nov 2023 11:42:00 +0000 (12:42 +0100)
commit3197523bd5e253ca08380708dcd670da44fbc187
tree5de65ba93cc807ec3b4d5214712d0a09da20ca06
parent3cb843436765cec853e35a15be343ec0624665ce
parent821d7784a3b207e0aa959056769d0f12df527f12
Merge branch 'ocsp-responder'

Implements a new --ocsp command for the pki tool that can produce OCSP
responses based on information provided by a plugin.  A first plugin
that accesses the OpenXPKI database is also added.

Closes strongswan/strongswan#1958