Home
last modified time | relevance | path

Searched refs:next_update (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/lib/libtls/
Dtls_ocsp.c102 info->revocation_time = info->this_update = info->next_update = -1; in tls_ocsp_fill_info()
116 tls_ocsp_asn1_parse_time(ctx, nextupd, &info->next_update) != 0) { in tls_ocsp_fill_info()
453 return ctx->ocsp->ocsp_result->next_update; in tls_peer_ocsp_next_update()
Dtls_internal.h159 time_t next_update; member