Home
last modified time | relevance | path

Searched defs:TS_resp_ctx (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/ts/
H A Dts_local.h101 struct TS_resp_ctx { struct
102 X509 *signer_cert;
103 EVP_PKEY *signer_key;
104 const EVP_MD *signer_md;
105 const EVP_MD *ess_cert_id_digest;
108 ASN1_OBJECT *default_policy; /* It may appear in policies, too. */
110 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */
111 ASN1_INTEGER *millis; /* accuracy, 0 means not specified. */
112 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */
113 unsigned clock_precision_digits; /* fraction of seconds in time stamp
[all …]