OCSP_RESPID_set_by_name

Set a ResponderID to the subject name of cert.

Synopsis

Declared in <openssl/ocsp.h>

int
OCSP_RESPID_set_by_name(
    OCSP_RESPID* respid,
    X509* cert);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
respidResponderID to update.
certCertificate whose subject name becomes the byName identity.