Searched refs:own_trusted (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 700 int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted, in DEFINE_OSSL_set1_up_ref() 715 chain = X509_build_chain(ctx->cert, ctx->untrusted, own_trusted, 0, in DEFINE_OSSL_set1_up_ref()
|
/openssl/apps/ |
H A D | cmp.c | 1552 X509_STORE *own_trusted = NULL; in setup_protection_ctx() local 1566 own_trusted = load_trusted(opt_own_trusted, 0, in setup_protection_ctx() 1568 ok = own_trusted != NULL; in setup_protection_ctx() 1570 ok = ok && OSSL_CMP_CTX_build_cert_chain(ctx, own_trusted, certs); in setup_protection_ctx() 1572 X509_STORE_free(own_trusted); in setup_protection_ctx()
|
/openssl/doc/man3/ |
H A D | OSSL_CMP_CTX_new.pod | 119 int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted, 514 If I<own_trusted> is NULL it builds the chain as far down as possible and 516 verifiable where the chain reaches a trust anchor contained in I<own_trusted>. 521 with the I<candidates> and I<own_trusted> arguments being NULL.
|
/openssl/include/openssl/ |
H A D | cmp.h.in | 397 int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
|
/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 88 [B<-own_trusted> I<filenames>|I<uris>] 834 =item B<-own_trusted> I<filenames>|I<uris> 922 B<-own_trusted>, B<-srvcert>, B<-crlcert>, B<-out_trusted>, B<-extracerts>,
|
Completed in 33 milliseconds