Home
last modified time | relevance | path

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

/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()
536 static int ts_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer) in ts_check_signer_name() argument
542 if (tsa_name->type == GEN_DIRNAME in ts_check_signer_name()
543 && X509_name_cmp(tsa_name->d.dirn, X509_get_subject_name(signer)) == 0) in ts_check_signer_name()
547 found = ts_find_name(gen_names, tsa_name) >= 0; in ts_check_signer_name()
H A Dts_rsp_sign.c535 GENERAL_NAME *tsa_name = NULL; in ts_RESP_create_tst_info() local
576 if ((tsa_name = GENERAL_NAME_new()) == NULL) in ts_RESP_create_tst_info()
578 tsa_name->type = GEN_DIRNAME; in ts_RESP_create_tst_info()
579 tsa_name->d.dirn = in ts_RESP_create_tst_info()
581 if (!tsa_name->d.dirn) in ts_RESP_create_tst_info()
583 if (!TS_TST_INFO_set_tsa(tst_info, tsa_name)) in ts_RESP_create_tst_info()
597 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.c132 GENERAL_NAME_free(ctx->tsa_name); in TS_VERIFY_CTX_cleanup()
/openssl/test/
H A DCAtsa.cnf142 tsa_name = yes # Must the TSA name be included in the reply?
/openssl/apps/
H A Dopenssl-vms.cnf329 tsa_name = yes # Must the TSA name be included in the reply?
H A Dopenssl.cnf329 tsa_name = yes # Must the TSA name be included in the reply?
/openssl/doc/man1/
H A Dopenssl-ts.pod.in473 =item B<tsa_name>

Completed in 20 milliseconds