Home | History | Annotate | Download | only in openssh

Lines Matching full:cert_valid_from

119 u_int64_t cert_valid_from = 0;
1570 public->cert->valid_after = cert_valid_from;
1608 fmt_validity(cert_valid_from, cert_valid_to));
1682 cert_valid_from = ((now - 59)/ 60) * 60;
1698 cert_valid_from = parse_relative_time(from, now);
1700 cert_valid_from = parse_absolute_time(from);
1703 cert_valid_to = parse_relative_time(to, cert_valid_from);
1707 if (cert_valid_to <= cert_valid_from)