Home
last modified time | relevance | path

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

/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_enrollment.csv4 …,BLANK,,BLANK,,BLANK,, -certout,_RESULT_DIR/test.certout_newkey.pem,, -out_trusted,root.crt,,BLANK…
66 …NK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,, -certout,"""",, -out_trusted,root.crt,,BLANK…
67 …,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,, -certout,,, -out_trusted,root.crt,,BLANK…
72out_trusted bigcert, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK…
73out_trusted missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,B…
74out_trusted is non-existing file, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,…
75out_trusted too many parameters, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,…
76out_trusted empty certificate file, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLAN…
77out_trusted expired ca certificate, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLAN…
78out_trusted wrong ca, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLAN…
[all …]
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf8 out_trusted = root.crt
33 out_trusted = signer_root.crt
108 out_trusted =
/openssl/crypto/cmp/
H A Dcmp_client.c489 X509_STORE *out_trusted = OSSL_CMP_CTX_get_certConf_cb_arg(ctx); in OSSL_CMP_certConf_cb() local
497 chain = X509_build_chain(cert, ctx->untrusted, out_trusted /* maybe NULL */, in OSSL_CMP_certConf_cb()
501 if (out_trusted != NULL) { in OSSL_CMP_certConf_cb()
/openssl/apps/
H A Dcmp.c1213 X509_STORE *out_trusted = in setup_verification_ctx() local
1217 if (out_trusted == NULL) in setup_verification_ctx()
1220 out_vpm = X509_STORE_get0_param(out_trusted); in setup_verification_ctx()
1223 (void)OSSL_CMP_CTX_set_certConf_cb_arg(ctx, out_trusted); in setup_verification_ctx()
H A Dopenssl.cnf359 out_trusted = insta.ca.crt
H A Dopenssl-vms.cnf359 out_trusted = insta.ca.crt
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in37 [B<-out_trusted> I<filenames>|I<uris>]
368 =item B<-out_trusted> I<filenames>|I<uris>
764 B<-own_trusted>, B<-srvcert>, B<-out_trusted>, B<-extracerts>,
1054 only affect the certificate verification enabled via the B<-out_trusted> option.

Completed in 25 milliseconds