| /freebsd-14.2/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
| H A D | test_enrollment.csv | 66 …NK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,, -certout,"""",, -out_trusted,root.crt,,BLANK… 71 …out_trusted bigcert, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK… 72 …out_trusted missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,B… 73 …out_trusted is directory, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,… 74 …out_trusted too many parameters, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,… 75 …out_trusted empty certificate file, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLAN… 76 …out_trusted accept issuing ca cert even with CRL check enabled by default, -section,, -cmd,ir, -ne… 77 …out_trusted expired issuing ca cert, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLA… 78 …out_trusted expired root ca cert, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,… 79 …out_trusted wrong ca, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLAN… [all …]
|
| /freebsd-14.2/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/ |
| H A D | test.cnf | 8 out_trusted = root.crt 33 out_trusted = signer_root.crt 107 out_trusted =
|
| /freebsd-14.2/crypto/openssl/crypto/cmp/ |
| H A D | cmp_client.c | 491 X509_STORE *out_trusted = OSSL_CMP_CTX_get_certConf_cb_arg(ctx); in OSSL_CMP_certConf_cb() local 498 if (out_trusted == NULL) { in OSSL_CMP_certConf_cb() 500 chain = X509_build_chain(cert, ctx->untrusted, out_trusted, in OSSL_CMP_certConf_cb() 508 if (!X509_STORE_CTX_init(csc, out_trusted, cert, ctx->untrusted)) in OSSL_CMP_certConf_cb() 531 if (out_trusted != NULL) { in OSSL_CMP_certConf_cb()
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | openssl.cnf | 360 out_trusted = apps/insta.ca.crt # does not include keyUsage digitalSignature 370 trusted = $insta::out_trusted # apps/insta.ca.crt
|
| H A D | openssl-vms.cnf | 359 out_trusted = apps/insta.ca.crt # does not include keyUsage digitalSignature 369 trusted = $insta::out_trusted # apps/insta.ca.crt
|
| H A D | cmp.c | 1225 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-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-cmp.pod.in | 37 [B<-out_trusted> I<filenames>|I<uris>] 373 =item B<-out_trusted> I<filenames>|I<uris> 785 B<-own_trusted>, B<-srvcert>, B<-out_trusted>, B<-extracerts>, 1101 only affect the certificate verification enabled via the B<-out_trusted> option.
|