Build a search criterion matching an issuer name and serial number.

Synopsis

Declared in <openssl/store.h>

OSSL_STORE_SEARCH*
OSSL_STORE_SEARCH_by_issuer_serial(
    X509_NAME* name,
    ASN1_INTEGER const* serial);

Return Value

New OSSL_STORE_SEARCH, or NULL on error; free with OSSL_STORE_SEARCH_free().

Parameters

Name

Description

name

Issuer X509_NAME owned by the caller; must remain valid for the search lifetime.

serial

Serial number owned by the caller; must remain valid for the search lifetime.

Created with MrDocs