Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Dtransport_common.cc315 size_t ocsp_staple_len; in PrintConnectionInfo() local
316 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()