ocspd(1) mojave man page | unix.com

Man Page: ocspd

Operating Environment: mojave

Section: 1

ocspd(1)						    BSD General Commands Manual 						  ocspd(1)

NAME
ocspd -- OCSP and CRL Daemon
SYNOPSIS
ocspd
DESCRIPTION
ocspd performs caching and network fetching of Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol (OCSP) responses. It is used by Security.framework during certificate verification. Security.framework communicates with ocspd via a private RPC interface. When Security.framework determines that a CRL is needed, or that it needs to perform an OCSP transaction, it performs an RPC to ocspd which then examines its cache to see if the appropriate CRL or OCSP response exists and is still valid. If so, that entity is returned to Secu- rity.framework. If no entry is found in cache, ocspd obtains it from the network, saving the result in cache before returning it to Secu- rity.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
ocspd was first introduced in Mac OS X version 10.4 (Tiger). Darwin June 1, 2019 Darwin
Related Man Pages
felix-framework(1) - debian
dirmngr-client(1) - suse
ocsp(1) - opendarwin
libcache(3) - osx
dirmngr-client(1) - hpux
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
My first PERL incarnation... Audio Oscillograph
How can I direct messages from mac console.app to a log file?
[BASH] eval command not expanding variables as expected.