Searched refs:ocsp_staple_len (Results 1 – 1 of 1) sorted by relevance
315 size_t ocsp_staple_len; in PrintConnectionInfo() local316 SSL_get0_ocsp_response(ssl, &ocsp_staple, &ocsp_staple_len); in PrintConnectionInfo()317 BIO_printf(bio, " OCSP staple: %s\n", ocsp_staple_len > 0 ? "yes" : "no"); in PrintConnectionInfo()