Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/ts/
H A Dts_local.h236 struct TS_resp_ctx { struct
237 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 in
248 unsigned flags; /* Optional info, see values above. */
251 TS_serial_cb serial_cb;
[all …]