Home
last modified time | relevance | path

Searched refs:reqExtensions (Results 1 – 4 of 4) sorted by relevance

/openssl-master/crypto/cmp/
A Dcmp_ctx.c215 sk_X509_EXTENSION_pop_free(ctx->reqExtensions, X509_EXTENSION_free); in OSSL_CMP_CTX_free()
679 sk_X509_EXTENSION_pop_free(ctx->reqExtensions, X509_EXTENSION_free); in DEFINE_OSSL_CMP_CTX_set1_up_ref()
680 ctx->reqExtensions = exts; in DEFINE_OSSL_CMP_CTX_set1_up_ref()
692 return ctx->reqExtensions != NULL in OSSL_CMP_CTX_reqExtensions_have_SAN()
693 && X509v3_get_ext_by_NID(ctx->reqExtensions, in OSSL_CMP_CTX_reqExtensions_have_SAN()
A Dcmp_msg.c336 if (ctx->reqExtensions != NULL /* augment/override existing ones */ in OSSL_CMP_CTX_setup_CRM()
337 && !add_extensions(&exts, ctx->reqExtensions)) in OSSL_CMP_CTX_setup_CRM()
A Dcmp_local.h110 X509_EXTENSIONS *reqExtensions; /* exts to be added to cert template */ member
/openssl-master/test/
A Dcmp_ctx_test.c769 DEFINE_SET_SK_TEST(OSSL_CMP, CTX, 0, reqExtensions, X509_EXTENSION) in DEFINE_SET_CB_TEST()

Completed in 19 milliseconds