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.cc285 size_t ocsp_staple_len; in PrintConnectionInfo() local
286 SSL_get0_ocsp_response(ssl, &ocsp_staple, &ocsp_staple_len); in PrintConnectionInfo()
287 fprintf(stderr, " OCSP staple: %s\n", ocsp_staple_len > 0 ? "yes" : "no"); in PrintConnectionInfo()