Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/transport/
Dthrift_ssl_socket.h104 TLSv1_2 = 5, /* Supports TLSv1_2 or later. */ enumerator
105 LATEST = TLSv1_2
Dthrift_ssl_socket.c844 case TLSv1_2: in thrift_ssl_socket_context_initialize()
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTSSLSocket.h43 TLSv1_2 = 5, // Supports TLSv1_2 or later. enumerator
44 LATEST = TLSv1_2
DTSSLSocket.cpp188 } else if (protocol == TLSv1_2) { in SSLContext()