Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ts/
Dts_rsp_verify.c37 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() local
425 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() argument
678 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()
Dts_rsp_sign.c542 GENERAL_NAME *tsa_name = NULL; in ts_RESP_create_tst_info() local
583 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()
Dts_local.h210 GENERAL_NAME *tsa_name; member
Dts_verify_ctx.c96 GENERAL_NAME_free(ctx->tsa_name); in TS_VERIFY_CTX_cleanup()
/third_party/openssl/test/
DCAtsa.cnf143 tsa_name = yes # Must the TSA name be included in the reply?
/third_party/openssl/apps/
Dopenssl.cnf345 tsa_name = yes # Must the TSA name be included in the reply?
Dopenssl-vms.cnf345 tsa_name = yes # Must the TSA name be included in the reply?
/third_party/openssl/doc/man1/
Dts.pod502 =item B<tsa_name>