Searched refs:notbefore (Results 1 – 5 of 5) sorted by relevance
106 tls_get_peer_cert_times(struct tls *ctx, time_t *notbefore, in tls_get_peer_cert_times() argument125 if ((*notbefore = timegm(&before_tm)) == -1) in tls_get_peer_cert_times()148 if (tls_get_peer_cert_times(ctx, &ctx->conninfo->notbefore, in tls_get_peer_cert_info()
76 return (ctx->conninfo->notbefore); in tls_peer_cert_notbefore()
138 time_t notbefore; member
148 time_t notbefore; /* Pause IO until deadline (time_t) */ member
1853 c->notbefore = monotime() + 1; in channel_post_x11_listener()1982 c->notbefore = monotime() + 1; in channel_post_port_listener()2018 c->notbefore = monotime() + 1; in channel_post_auth_listener()2504 c->notbefore = monotime() + 1; in channel_post_mux_listener()2627 } else if (c->notbefore <= now) { in channel_handler()2643 c->notbefore); in channel_handler()