Searched refs:cert_valid_to (Results 1 – 1 of 1) sorted by relevance
138 u_int64_t cert_valid_to = ~0ULL; variable1647 public->cert->valid_before = cert_valid_to; in do_ca_sign()1754 cert_valid_to = now + secs; in parse_cert_times()1780 cert_valid_to = parse_relative_time(to, now); in parse_cert_times()1782 cert_valid_to = parse_absolute_time(to); in parse_cert_times()1784 if (cert_valid_to <= cert_valid_from) in parse_cert_times()