]> git.ipfire.org Git - thirdparty/strongswan.git/commit
library: Add manager for OCSP responders
authorTobias Brunner <tobias@strongswan.org>
Mon, 30 Oct 2023 16:34:51 +0000 (17:34 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 13 Nov 2023 11:45:54 +0000 (12:45 +0100)
commitdab7c893a600cdb8526f852ee1d13108b4fc037d
tree79b8e9e5c93abaedee2b30462bb77f9677434c8a
parent3197523bd5e253ca08380708dcd670da44fbc187
library: Add manager for OCSP responders

Registered OCSP responders should return VALIDATION_SKIPPED for issuer
certificates they are not responsible for. However, VALIDATION_FAILED is
currently treated the same way, so that's fine as well.
src/libstrongswan/Android.mk
src/libstrongswan/Makefile.am
src/libstrongswan/credentials/certificates/ocsp_responder.h
src/libstrongswan/credentials/ocsp_responders.c [new file with mode: 0644]
src/libstrongswan/credentials/ocsp_responders.h [new file with mode: 0644]
src/libstrongswan/library.c
src/libstrongswan/library.h