X509_EXTENSIONS
X509_EXTENSIONS *exts = NULL;
ASN1_ITEM_ref(X509_EXTENSIONS),
ASN1_OPT(OSSL_CMP_REVANNCONTENT, crlDetails, X509_EXTENSIONS)
ASN1_OPT(OSSL_CMP_REVDETAILS, crlEntryDetails, X509_EXTENSIONS)
int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts)
X509_EXTENSIONS *reqExtensions; /* exts to be added to cert template */
X509_EXTENSIONS *crlDetails;
X509_EXTENSIONS *crlEntryDetails;
static int add1_extension(X509_EXTENSIONS **pexts, int nid, int crit, void *ex)
static int add_crl_reason_extension(X509_EXTENSIONS **pexts, int reason_code)
X509_EXTENSIONS *exts = NULL;
X509_EXTENSIONS *exts)
X509_EXTENSIONS
ASN1_ITEM_rptr(X509_EXTENSIONS));
&ext, ASN1_ITEM_rptr(X509_EXTENSIONS));
ASN1_ITEM_TEMPLATE(X509_EXTENSIONS) = ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, Extension, X509_EXTENSION)
ASN1_ITEM_TEMPLATE_END(X509_EXTENSIONS)
IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
ASN1_ITEM_ref(X509_EXTENSIONS),
X509_EXTENSIONS *extensions;
int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts);
int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
X509_EXTENSIONS
DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
X509_EXTENSIONS *exts;
X509_EXTENSIONS *exts = NULL;