NAME
ooccssppdd - OCSP and CRL Daemon
SYNOPSIS
ooccssppddDESCRIPTION
ooccssppdd performs caching and network fetching of Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol (OCSP) responses. Itis used by Security.framework during certificate verification. Secu-
rity.framework communicates with ooccssppdd via a private RPC interface. When Security.framework determines that a CRL is needed, or that it needs toperform an OCSP transaction, it performs an RPC to ooccssppdd which then exam-
ines its cache to see if the appropriate CRL or OCSP response exists and is still valid. If so, that entity is returned to Security.framework. If no entry is found in cache, ooccssppdd obtains it from the network, saving the result in cache before returning it to Security.framework. This command is not intended to be invoked directly. FILES /private/var/db/crls/crlcache.db CRL cache /private/var/db/crls/ocspcache.db OCSP response cache HISTORY ooccssppdd was first introduced in Mac OS X version 10.4 (Tiger). AUTHORS Doug Mitchell Darwin December 21, 2019 Darwin