MCPcopy Create free account
hub / github.com/apache/mesos / create_tls_client_config

Function create_tls_client_config

3rdparty/libprocess/src/openssl.cpp:1142–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1140
1141
1142TLSClientConfig create_tls_client_config(
1143 const Option<std::string>& servername)
1144{
1145 return TLSClientConfig(
1146 servername,
1147 openssl::ctx,
1148 &client_configure_socket,
1149 &client_verify);
1150}
1151
1152} // namespace openssl {
1153} // namespace network {

Callers 7

connectFunction · 0.85
connectSocketFunction · 0.85
TEST_FFunction · 0.85
connectSocketFunction · 0.85
TEST_PFunction · 0.85
TEST_FFunction · 0.85
TEST_PFunction · 0.85

Calls 1

TLSClientConfigClass · 0.85

Tested by 5

TEST_FFunction · 0.68
connectSocketFunction · 0.68
TEST_PFunction · 0.68
TEST_FFunction · 0.68
TEST_PFunction · 0.68