| /openbsd/src/usr.sbin/rpki-client/ |
| D | filemode.c | 356 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 …]
|
| D | print.c | 304 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 …]
|
| D | extern.h | 142 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
|
| D | gbr.c | 70 if (!x509_get_notbefore(*x509, fn, &gbr->notbefore)) in gbr_parse()
|
| D | parser.c | 628 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()
|
| D | geofeed.c | 243 if (!x509_get_notbefore(*x509, fn, &geofeed->notbefore)) in geofeed_parse()
|
| D | tak.c | 238 if (!x509_get_notbefore(*x509, fn, &tak->notbefore)) in tak_parse()
|
| D | cert.c | 957 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()
|
| D | rsc.c | 413 if (!x509_get_notbefore(*x509, fn, &rsc->notbefore)) in rsc_parse()
|
| D | aspa.c | 204 if (!x509_get_notbefore(*x509, fn, &aspa->notbefore)) in aspa_parse()
|
| D | roa.c | 271 if (!x509_get_notbefore(*x509, fn, &roa->notbefore)) in roa_parse()
|
| D | spl.c | 278 if (!x509_get_notbefore(*x509, fn, &spl->notbefore)) in spl_parse()
|
| /openbsd/src/lib/libtls/ |
| D | tls_conninfo.c | 130 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()
|
| D | tls_peer.c | 84 return (ctx->conninfo->notbefore); in tls_peer_cert_notbefore()
|
| D | tls_internal.h | 140 time_t notbefore; member
|
| /openbsd/src/usr.sbin/ntpd/ |
| D | constraint.c | 982 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(¬before)) == NULL) in httpsdate_request()
|
| /openbsd/src/usr.bin/ssh/ |
| D | channels.h | 147 time_t notbefore; /* Pause IO until deadline (time_t) */ member
|
| D | channels.c | 1845 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()
|