Lines Matching full:ocsp_response
339 OPENSSL_free(ctx->ocsp_response);1506 if (ssl->server || !session || !session->ocsp_response) {1509 *out = session->ocsp_response;1529 OPENSSL_free(ctx->ocsp_response);1532 ctx->ocsp_response = BUF_memdup(response, response_len);1533 if (ctx->ocsp_response == NULL) {