Create an OSSL_CRMF_CERTID from an issuer name and serial number.
Synopsis
Declared in <openssl/crmf.h>
OSSL_CRMF_CERTID*
OSSL_CRMF_CERTID_gen(
X509_NAME const* issuer,
ASN1_INTEGER const* serial);
Return Value
New OSSL_CRMF_CERTID, or NULL on error; free with OSSL_CRMF_CERTID_free().
Parameters
Name |
Description |
issuer |
Issuer distinguished name to copy into the CertId. |
serial |
Certificate serial number to copy into the CertId. |
Created with MrDocs