Searched refs:tsa (Results 1 – 12 of 12) sorted by relevance
/openssl/doc/man1/ |
H A D | tsget.pod | 140 timestamp requests, tsa.opentsa.org listens at port 8080 for HTTP requests 141 and at port 8443 for HTTPS requests, the TSA service is available at the /tsa 147 tsget -h http://tsa.opentsa.org:8080/tsa file1.tsq 152 tsget -h http://tsa.opentsa.org:8080/tsa -v -e .reply \ 159 | tsget -h http://tsa.opentsa.org:8080/tsa \ 165 tsget -h https://tsa.opentsa.org:8443/tsa \ 172 tsget -h https://tsa.opentsa.org:8443/tsa -C cacerts.pem \ 179 TSGET='-h https://tsa.opentsa.org:8443/tsa -C cacerts.pem \
|
H A D | openssl-ts.pod.in | 375 =item B<tsa> section, B<default_tsa>
|
/openssl/crypto/ts/ |
H A D | ts_rsp_utils.c | 272 int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa) in TS_TST_INFO_set_tsa() argument 276 if (a->tsa == tsa) in TS_TST_INFO_set_tsa() 278 new_tsa = GENERAL_NAME_dup(tsa); in TS_TST_INFO_set_tsa() 283 GENERAL_NAME_free(a->tsa); in TS_TST_INFO_set_tsa() 284 a->tsa = new_tsa; in TS_TST_INFO_set_tsa() 290 return a->tsa; in TS_TST_INFO_get_tsa()
|
H A D | ts_rsp_print.c | 161 if (a->tsa == NULL) in TS_TST_INFO_print_bio() 165 if ((nval = i2v_GENERAL_NAME(NULL, a->tsa, NULL))) in TS_TST_INFO_print_bio()
|
H A D | ts_local.h | 91 GENERAL_NAME *tsa; member
|
H A D | ts_asn1.c | 95 ASN1_EXP_OPT(TS_TST_INFO, tsa, GENERAL_NAME, 0),
|
H A D | ts_rsp_verify.c | 296 GENERAL_NAME *tsa_name = tst_info->tsa; in int_ts_RESP_verify_token()
|
/openssl/test/ |
H A D | CAtsa.cnf | 75 commonName = tsa$ENV::INDEX 120 [ tsa ]
|
/openssl/include/openssl/ |
H A D | ts.h | 211 int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa);
|
/openssl/apps/ |
H A D | openssl-vms.cnf | 305 [ tsa ]
|
H A D | openssl.cnf | 305 [ tsa ]
|
/openssl/crypto/err/ |
H A D | openssl.txt | 1725 TS_R_TSA_NAME_MISMATCH:111:tsa name mismatch 1726 TS_R_TSA_UNTRUSTED:112:tsa untrusted
|
Completed in 31 milliseconds