Home
last modified time | relevance | path

Searched refs:TLSProtocol (Results 1 - 1 of 1) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_tls.cc899 struct TLSProtocol { struct
904 constexpr TLSProtocol TLS_PROTOS[] = {
905 TLSProtocol{StringRef::from_lit("TLSv1.2"), SSL_OP_NO_TLSv1_2},
906 TLSProtocol{StringRef::from_lit("TLSv1.1"), SSL_OP_NO_TLSv1_1},
907 TLSProtocol{StringRef::from_lit("TLSv1.0"), SSL_OP_NO_TLSv1}};

Completed in 4 milliseconds