]> git.ipfire.org Git - thirdparty/strongswan.git/commit
cert-validator: Use a separate method for online revocation checking
authorTobias Brunner <tobias@strongswan.org>
Wed, 21 Sep 2022 08:22:16 +0000 (10:22 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 3 Oct 2022 08:48:46 +0000 (10:48 +0200)
commit1f870ae1892de1e58d92422761b9047c86c2e0fe
treeb8993d22ec6bb811aac4d935966f9f776d3b1ddb
parent19686155906ed2e4f113c78d69803d7d0af0e48e
cert-validator: Use a separate method for online revocation checking

This avoids having to repeat offline checks after basic trust chain
validation.
src/libcharon/plugins/addrblock/addrblock_validator.c
src/libcharon/plugins/coupling/coupling_validator.c
src/libstrongswan/credentials/cert_validator.h
src/libstrongswan/credentials/credential_manager.c
src/libstrongswan/plugins/acert/acert_validator.c
src/libstrongswan/plugins/constraints/constraints_validator.c
src/libstrongswan/plugins/revocation/revocation_validator.c