Home
last modified time | relevance | path

Searched refs:out_trusted (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_enrollment.csv1 …, -implicit_confirm,noarg, -disable_confirm,noarg, -certout,val,val2, -out_trusted,val,val2, -oldc…
4 …,BLANK,,BLANK,,BLANK,, -certout,_RESULT_DIR/test.certout_newkey.pem,, -out_trusted,root.crt,,BLANK…
5 …BLANK,,BLANK,,BLANK,, -certout,_RESULT_DIR/test.certout_newkey1.pem,, -out_trusted,root.crt,,BLANK…
6 …BLANK,,BLANK,,BLANK,, -certout,_RESULT_DIR/test.certout_newkey2.pem,, -out_trusted,root.crt,,BLANK…
7 …BLANK,,BLANK,,BLANK,, -certout,_RESULT_DIR/test.certout_newkey3.pem,, -out_trusted,root.crt,,BLANK…
8 …BLANK,,BLANK,,BLANK,, -certout,_RESULT_DIR/test.certout_newkey4.pem,, -out_trusted,root.crt,,BLANK…
10 …NK,,BLANK,,BLANK,, -certout,_RESULT_DIR/test.certout_newkeypass.pem,, -out_trusted,root.crt,,BLANK…
11 …LANK,,BLANK,, -certout,_RESULT_DIR/test.certout_newkeypass_file.pem,, -out_trusted,root.crt,,BLANK…
12 …,BLANK,, -certout,_RESULT_DIR/test.certout_newkeypass_no_prefix.pem,, -out_trusted,root.crt,,BLANK…
13 …K,,BLANK,,BLANK,, -certout,_RESULT_DIR/test.certout_newkeypass1.pem,, -out_trusted,root.crt,,BLANK…
[all …]
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf8 out_trusted = root.crt
33 out_trusted = signer_root.crt
107 out_trusted =
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c488 X509_STORE *out_trusted = OSSL_CMP_CTX_get_certConf_cb_arg(ctx); in OSSL_CMP_certConf_cb() local
495 if (out_trusted == NULL) { in OSSL_CMP_certConf_cb()
497 chain = X509_build_chain(cert, ctx->untrusted, out_trusted, in OSSL_CMP_certConf_cb()
505 if (!X509_STORE_CTX_init(csc, out_trusted, cert, ctx->untrusted)) in OSSL_CMP_certConf_cb()
528 if (out_trusted != NULL) { in OSSL_CMP_certConf_cb()
/freebsd/crypto/openssl/apps/
H A Dopenssl.cnf360 out_trusted = apps/insta.ca.crt # does not include keyUsage digitalSignature
370 trusted = $insta::out_trusted # apps/insta.ca.crt
H A Dopenssl-vms.cnf359 out_trusted = apps/insta.ca.crt # does not include keyUsage digitalSignature
369 trusted = $insta::out_trusted # apps/insta.ca.crt
H A Dcmp.c1225 X509_STORE *out_trusted = in setup_verification_ctx() local
1229 if (out_trusted == NULL) in setup_verification_ctx()
1232 out_vpm = X509_STORE_get0_param(out_trusted); in setup_verification_ctx()
1235 (void)OSSL_CMP_CTX_set_certConf_cb_arg(ctx, out_trusted); in setup_verification_ctx()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in37 [B<-out_trusted> I<filenames>|I<uris>]
373 =item B<-out_trusted> I<filenames>|I<uris>
781 B<-own_trusted>, B<-srvcert>, B<-out_trusted>, B<-extracerts>,
1096 only affect the certificate verification enabled via the B<-out_trusted> option.