Home
last modified time | relevance | path

Searched refs:tsa_name (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c37 static int ts_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer);
296 GENERAL_NAME *tsa_name = tst_info->tsa; in int_ts_RESP_verify_token() local
304 if (((flags & TS_VFY_SIGNER) && tsa_name != NULL) in int_ts_RESP_verify_token()
333 && tsa_name && !ts_check_signer_name(tsa_name, signer)) { in int_ts_RESP_verify_token()
338 && !ts_check_signer_name(ctx->tsa_name, signer)) { in int_ts_RESP_verify_token()
538 static int ts_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer) in ts_check_signer_name() argument
544 if (tsa_name->type == GEN_DIRNAME in ts_check_signer_name()
545 && X509_name_cmp(tsa_name->d.dirn, X509_get_subject_name(signer)) == 0) in ts_check_signer_name()
549 found = ts_find_name(gen_names, tsa_name) >= 0; in ts_check_signer_name()
H A Dts_rsp_sign.c537 GENERAL_NAME *tsa_name = NULL; in ts_RESP_create_tst_info() local
578 if ((tsa_name = GENERAL_NAME_new()) == NULL) in ts_RESP_create_tst_info()
580 tsa_name->type = GEN_DIRNAME; in ts_RESP_create_tst_info()
581 tsa_name->d.dirn = in ts_RESP_create_tst_info()
583 if (!tsa_name->d.dirn) in ts_RESP_create_tst_info()
585 if (!TS_TST_INFO_set_tsa(tst_info, tsa_name)) in ts_RESP_create_tst_info()
599 GENERAL_NAME_free(tsa_name); in ts_RESP_create_tst_info()
H A Dts_local.h151 GENERAL_NAME *tsa_name; member
H A Dts_verify_ctx.c96 GENERAL_NAME_free(ctx->tsa_name); in TS_VERIFY_CTX_cleanup()
/freebsd/crypto/openssl/test/
H A DCAtsa.cnf142 tsa_name = yes # Must the TSA name be included in the reply?
/freebsd/crypto/openssl/apps/
H A Dopenssl.cnf330 tsa_name = yes # Must the TSA name be included in the reply?
H A Dopenssl-vms.cnf329 tsa_name = yes # Must the TSA name be included in the reply?
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ts.pod.in473 =item B<tsa_name>