]> git.ipfire.org Git - thirdparty/strongswan.git/commit
openxpki: OCSP responder plugin accessing OpenXPKI
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 15 Jun 2023 14:24:34 +0000 (16:24 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 13 Nov 2023 11:40:55 +0000 (12:40 +0100)
commit199c7083e196421ae9530db25b550ea11a17bab3
treeb0fab7e28a50518d654e571e8c4aaa127ffb58ef
parent24d45de633a5a541f31f9322faa347779f4ae642
openxpki: OCSP responder plugin accessing OpenXPKI

The openxpki plugin directly access the certificates table in
the OpenXPKI's MariaDB in order to retrieve the status of an
issued X.509 certificate based on its serial number.
conf/Makefile.am
conf/plugins/openxpki.opt [new file with mode: 0644]
configure.ac
src/libstrongswan/Makefile.am
src/libstrongswan/credentials/certificates/ocsp_responder.h [new file with mode: 0644]
src/libstrongswan/plugins/openxpki/Makefile.am [new file with mode: 0644]
src/libstrongswan/plugins/openxpki/openxpki_ocsp_responder.c [new file with mode: 0644]
src/libstrongswan/plugins/openxpki/openxpki_ocsp_responder.h [new file with mode: 0644]
src/libstrongswan/plugins/openxpki/openxpki_plugin.c [new file with mode: 0644]
src/libstrongswan/plugins/openxpki/openxpki_plugin.h [new file with mode: 0644]