Return the serial number from an issuer-serial search criterion (borrowed).
Declared in <openssl/store.h>
ASN1_INTEGER const*
OSSL_STORE_SEARCH_get0_serial(OSSL_STORE_SEARCH const* criterion);
Internal ASN1_INTEGER pointer, or NULL if not applicable; do not free.
| Name | Description |
|---|---|
| criterion | Search criterion of type OSSL_STORE_SEARCH_BY_ISSUER_SERIAL. |