Home
last modified time | relevance | path

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

/openssl-master/crypto/cmp/
A Dcmp_ctx.c224 sk_X509_pop_free(ctx->newChain, X509_free); in OSSL_CMP_CTX_free()
475 return X509_chain_up_ref(ctx->newChain); in STACK_OF()
482 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain) in ossl_cmp_ctx_set1_newChain() argument
487 sk_X509_pop_free(ctx->newChain, X509_free); in ossl_cmp_ctx_set1_newChain()
488 ctx->newChain = NULL; in ossl_cmp_ctx_set1_newChain()
489 return newChain == NULL || in ossl_cmp_ctx_set1_newChain()
490 (ctx->newChain = X509_chain_up_ref(newChain)) != NULL; in ossl_cmp_ctx_set1_newChain()
A Dcmp_local.h126 STACK_OF(X509) *newChain; /* chain of newly enrolled cert received */
786 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain);
/openssl-master/test/
A Dcmp_ctx_test.c96 && ctx->newChain == NULL in execute_CTX_reinit_test()
783 DEFINE_SET_GET_SK_X509_TEST(ossl_cmp, ctx, 1, 1, newChain) in DEFINE_SET_CB_TEST()
/openssl-master/doc/man3/
A DOSSL_CMP_CTX_new.pod180 and any previous results (newCert, newChain, caPubs, and extraCertsIn)

Completed in 11 milliseconds