Searched refs:ocspbuf (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.sbin/relayd/ |
| D | relay.c | 2136 char *buf = NULL, *cabuf = NULL, *ocspbuf = NULL; in relay_tls_ctx_create() local 2207 (ocspbuf = relay_load_fd(cert->cert_ocsp_fd, in relay_tls_ctx_create() 2213 purge_key(&ocspbuf, ocsplen); in relay_tls_ctx_create() 2218 NULL, 0, ocspbuf, ocsplen) != 0) { in relay_tls_ctx_create() 2230 NULL, 0, ocspbuf, ocsplen) != 0) { in relay_tls_ctx_create() 2237 purge_key(&ocspbuf, ocsplen); in relay_tls_ctx_create() 2297 purge_key(&ocspbuf, ocsplen); in relay_tls_ctx_create()
|