Home
last modified time | relevance | path

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

/openbsd/lib/libtls/
H A Dtls_ocsp.c102 info->revocation_time = info->this_update = info->next_update = -1; in tls_ocsp_fill_info()
110 tls_ocsp_asn1_parse_time(ctx, thisupd, &info->this_update) != 0) { in tls_ocsp_fill_info()
443 return ctx->ocsp->ocsp_result->this_update; in tls_peer_ocsp_this_update()
H A Dtls_internal.h158 time_t this_update; member