easy-ocsp
    Preparing search index...

    Function parseOCSPResponse

    • Parse a raw OCSP response and return the status of the certificate.

      Parameters

      • responseData: ArrayBuffer

        The raw OCSP response data as a Buffer.

      • certificate: Certificate

        The certificate to check the status for.

      • issuerCertificate: Certificate

        The issuer certificate of the certificate to check.

      • config: OCSPStatusConfig

        Additional configuration options, see OCSPStatusConfig.

      • nonce: null | ArrayBuffer

        The nonce used in the OCSP request.

      Returns Promise<OCSPStatusResponse>

      The parsed OCSP response.