Home
last modified time | relevance | path

Searched refs:notbefore (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/usr.sbin/rpki-client/
Dfilemode.c356 time_t *notbefore = NULL, *expires = NULL, *notafter = NULL; in proc_parser_file() local
410 notbefore = &aspa->notbefore; in proc_parser_file()
427 notbefore = &cert->notbefore; in proc_parser_file()
442 notbefore = &mft->thisupdate; in proc_parser_file()
451 notbefore = &gbr->notbefore; in proc_parser_file()
460 notbefore = &geofeed->notbefore; in proc_parser_file()
469 notbefore = &roa->notbefore; in proc_parser_file()
478 notbefore = &rsc->notbefore; in proc_parser_file()
487 notbefore = &spl->notbefore; in proc_parser_file()
496 notbefore = &tak->notbefore; in proc_parser_file()
[all …]
Dprint.c304 json_do_int("valid_since", p->notbefore); in cert_print()
327 time2str(p->notbefore)); in cert_print()
332 time2str(p->notbefore)); in cert_print()
524 json_do_int("valid_since", p->notbefore); in roa_print()
538 time2str(p->notbefore)); in roa_print()
580 json_do_int("valid_since", s->notbefore); in spl_print()
595 time2str(s->notbefore)); in spl_print()
631 json_do_int("valid_since", p->notbefore); in gbr_print()
646 time2str(p->notbefore)); in gbr_print()
666 json_do_int("valid_since", p->notbefore); in rsc_print()
[all …]
Dextern.h142 time_t notbefore; /* cert's Not Before */ member
255 time_t notbefore; /* EE cert's Not Before */ member
281 time_t notbefore; /* EE cert's Not Before */ member
308 time_t notbefore; /* EE cert's Not Before */ member
340 time_t notbefore; /* EE cert's Not Before */ member
363 time_t notbefore; /* EE cert's Not Before */ member
379 time_t notbefore; /* EE cert's Not Before */ member
399 time_t notbefore; /* EE cert's Not Before */ member
Dgbr.c70 if (!x509_get_notbefore(*x509, fn, &gbr->notbefore)) in gbr_parse()
Dparser.c628 if (cert1->notbefore < cert2->notbefore) in proc_parser_ta_cmp()
630 if (cert1->notbefore > cert2->notbefore) in proc_parser_ta_cmp()
912 mtime = cert->notbefore; in parse_entity()
Dgeofeed.c243 if (!x509_get_notbefore(*x509, fn, &geofeed->notbefore)) in geofeed_parse()
Dtak.c238 if (!x509_get_notbefore(*x509, fn, &tak->notbefore)) in tak_parse()
Dcert.c957 if (!x509_get_notbefore(x, fn, &cert->notbefore)) in cert_parse_pre()
1078 time_t validity = p->notafter - p->notbefore; in ta_check_validity()
1156 if (p->notbefore > now) { in ta_parse()
Drsc.c413 if (!x509_get_notbefore(*x509, fn, &rsc->notbefore)) in rsc_parse()
Daspa.c204 if (!x509_get_notbefore(*x509, fn, &aspa->notbefore)) in aspa_parse()
Droa.c271 if (!x509_get_notbefore(*x509, fn, &roa->notbefore)) in roa_parse()
Dspl.c278 if (!x509_get_notbefore(*x509, fn, &spl->notbefore)) in spl_parse()
/openbsd/src/lib/libtls/
Dtls_conninfo.c130 tls_get_peer_cert_times(struct tls *ctx, time_t *notbefore, in tls_get_peer_cert_times() argument
149 if (!OPENSSL_timegm(&before_tm, notbefore)) in tls_get_peer_cert_times()
172 if (tls_get_peer_cert_times(ctx, &ctx->conninfo->notbefore, in tls_get_peer_cert_info()
Dtls_peer.c84 return (ctx->conninfo->notbefore); in tls_peer_cert_notbefore()
Dtls_internal.h140 time_t notbefore; member
/openbsd/src/usr.sbin/ntpd/
Dconstraint.c982 time_t httptime, notbefore, notafter; in httpsdate_request() local
1063 notbefore = tls_peer_cert_notbefore(httpsdate->tls_ctx); in httpsdate_request()
1067 if (httptime <= notbefore) { in httpsdate_request()
1068 if ((tm = gmtime(&notbefore)) == NULL) in httpsdate_request()
/openbsd/src/usr.bin/ssh/
Dchannels.h147 time_t notbefore; /* Pause IO until deadline (time_t) */ member
Dchannels.c1845 c->notbefore = monotime() + 1; in channel_post_x11_listener()
1974 c->notbefore = monotime() + 1; in channel_post_port_listener()
2010 c->notbefore = monotime() + 1; in channel_post_auth_listener()
2466 c->notbefore = monotime() + 1; in channel_post_mux_listener()
2589 } else if (c->notbefore <= now) { in channel_handler()
2605 c->notbefore); in channel_handler()