OSSL_STORE_SEARCH_by_issuer_serial

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

NameDescription
nameIssuer X509_NAME owned by the caller; must remain valid for the search lifetime.
serialSerial number owned by the caller; must remain valid for the search lifetime.