Searched defs:TS_resp_ctx (Results 1 – 1 of 1) sorted by relevance
236 struct TS_resp_ctx { struct237 X509 *signer_cert;238 EVP_PKEY *signer_key;241 ASN1_OBJECT *default_policy; /* It may appear in policies, too. */243 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */244 ASN1_INTEGER *millis; /* accuracy, 0 means not specified. */245 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */246 unsigned clock_precision_digits; /* fraction of seconds in248 unsigned flags; /* Optional info, see values above. */251 TS_serial_cb serial_cb;[all …]