Searched defs:TS_resp_ctx (Results 1 – 1 of 1) sorted by relevance
498 typedef struct TS_resp_ctx { struct499 X509 *signer_cert;500 EVP_PKEY *signer_key;503 ASN1_OBJECT *default_policy; /* It may appear in policies, too. */505 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */506 ASN1_INTEGER *millis; /* accuracy, 0 means not specified. */507 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */508 unsigned clock_precision_digits; /* fraction of seconds in time stamp510 unsigned flags; /* Optional info, see values above. */512 TS_serial_cb serial_cb;[all …]