Lines Matching full:tlsdate
2 * tlsdate_status.c - handles tlsdate-monitor responses
22 #include "src/tlsdate.h"
39 error ("[event:(%s)] invalid time read from tlsdate (rd:%d,ret:%zd).",
52 info ("[event:%s] tlsdate timed out", __func__);
67 verb_debug ("[event:%s] forcibly timing out tlsdate", __func__);
86 error ("[event:%s] invalid time received from tlsdate: %ld",
106 /* TODO(wad): CLOEXEC, Don't leak these into tlsdate proper. */
110 /* Create a fd pair that the tlsdate runner will communicate over */
123 /* Make the reader fd non-blocking and not leak into tlsdate. */
134 error ("Failed to allocate tlsdate status event");
143 error ("Failed to allocate tlsdate timeout event");