Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verifier ¶
type Verifier interface {
// Update the cache
Update() error
// Verify returns OCSP status:
// ocsp.Revoked - the certificate found in CRL
// ocsp.Good - the certificate not found in a valid CRL
// ocsp.Unknown - no CRL or OCSP response found for the certificate
Verify(crt *x509.Certificate, issuer *x509.Certificate) (int, error)
}
Verifier provides an interface to check revocation status
Click to show internal directories.
Click to hide internal directories.