Set a ResponderID to the SHA‐1 hash of cert's public key (default libctx).

Synopsis

Declared in <openssl/ocsp.h>

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

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

respid

ResponderID to update.

cert

Certificate whose public key is hashed for the byKey identity.

Created with MrDocs