Searched refs:reqExtensions (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 225 sk_X509_EXTENSION_pop_free(ctx->reqExtensions, X509_EXTENSION_free); in OSSL_CMP_CTX_free() 700 sk_X509_EXTENSION_pop_free(ctx->reqExtensions, X509_EXTENSION_free); in DEFINE_OSSL_CMP_CTX_set1_up_ref() 701 ctx->reqExtensions = exts; in DEFINE_OSSL_CMP_CTX_set1_up_ref() 713 return ctx->reqExtensions != NULL in OSSL_CMP_CTX_reqExtensions_have_SAN() 714 && X509v3_get_ext_by_NID(ctx->reqExtensions, in OSSL_CMP_CTX_reqExtensions_have_SAN()
|
H A D | cmp_msg.c | 334 if (ctx->reqExtensions != NULL /* augment/override existing ones */ in OSSL_CMP_CTX_setup_CRM() 335 && !add_extensions(&exts, ctx->reqExtensions)) in OSSL_CMP_CTX_setup_CRM()
|
H A D | cmp_local.h | 110 X509_EXTENSIONS *reqExtensions; /* exts to be added to cert template */ member
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 225 sk_X509_EXTENSION_pop_free(ctx->reqExtensions, X509_EXTENSION_free); in OSSL_CMP_CTX_free() 700 sk_X509_EXTENSION_pop_free(ctx->reqExtensions, X509_EXTENSION_free); in DEFINE_OSSL_CMP_CTX_set1_up_ref() 701 ctx->reqExtensions = exts; in DEFINE_OSSL_CMP_CTX_set1_up_ref() 713 return ctx->reqExtensions != NULL in OSSL_CMP_CTX_reqExtensions_have_SAN() 714 && X509v3_get_ext_by_NID(ctx->reqExtensions, in OSSL_CMP_CTX_reqExtensions_have_SAN()
|
H A D | cmp_msg.c | 334 if (ctx->reqExtensions != NULL /* augment/override existing ones */ in OSSL_CMP_CTX_setup_CRM() 335 && !add_extensions(&exts, ctx->reqExtensions)) in OSSL_CMP_CTX_setup_CRM()
|
H A D | cmp_local.h | 110 X509_EXTENSIONS *reqExtensions; /* exts to be added to cert template */ member
|
/third_party/openssl/test/ |
H A D | cmp_ctx_test.c | 769 DEFINE_SET_SK_TEST(OSSL_CMP, CTX, 0, reqExtensions, X509_EXTENSION) in DEFINE_SET_CB_TEST()
|
Completed in 11 milliseconds