Return the serial number from an issuer‐serial search criterion (borrowed).

Synopsis

Declared in <openssl/store.h>

ASN1_INTEGER const*
OSSL_STORE_SEARCH_get0_serial(OSSL_STORE_SEARCH const* criterion);

Return Value

Internal ASN1_INTEGER pointer, or NULL if not applicable; do not free.

Parameters

Name

Description

criterion

Search criterion of type OSSL_STORE_SEARCH_BY_ISSUER_SERIAL.

Created with MrDocs