OSSL_STORE_SEARCH_get0_serial

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

NameDescription
criterionSearch criterion of type OSSL_STORE_SEARCH_BY_ISSUER_SERIAL.