Searched refs:tsa_name (Results 1 – 8 of 8) sorted by relevance
37 static int ts_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer);417 GENERAL_NAME *tsa_name = tst_info->tsa; in int_ts_RESP_verify_token() local425 if (((flags & TS_VFY_SIGNER) && tsa_name != NULL) in int_ts_RESP_verify_token()454 && tsa_name && !ts_check_signer_name(tsa_name, signer)) { in int_ts_RESP_verify_token()459 && !ts_check_signer_name(ctx->tsa_name, signer)) { in int_ts_RESP_verify_token()672 static int ts_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer) in ts_check_signer_name() argument678 if (tsa_name->type == GEN_DIRNAME in ts_check_signer_name()679 && X509_name_cmp(tsa_name->d.dirn, X509_get_subject_name(signer)) == 0) in ts_check_signer_name()683 found = ts_find_name(gen_names, tsa_name) >= 0; in ts_check_signer_name()
542 GENERAL_NAME *tsa_name = NULL; in ts_RESP_create_tst_info() local583 if ((tsa_name = GENERAL_NAME_new()) == NULL) in ts_RESP_create_tst_info()585 tsa_name->type = GEN_DIRNAME; in ts_RESP_create_tst_info()586 tsa_name->d.dirn = in ts_RESP_create_tst_info()588 if (!tsa_name->d.dirn) in ts_RESP_create_tst_info()590 if (!TS_TST_INFO_set_tsa(tst_info, tsa_name)) in ts_RESP_create_tst_info()604 GENERAL_NAME_free(tsa_name); in ts_RESP_create_tst_info()
210 GENERAL_NAME *tsa_name; member
96 GENERAL_NAME_free(ctx->tsa_name); in TS_VERIFY_CTX_cleanup()
143 tsa_name = yes # Must the TSA name be included in the reply?
345 tsa_name = yes # Must the TSA name be included in the reply?
502 =item B<tsa_name>