MCPcopy Create free account
hub / github.com/3rdparty/libprocess / create_tls_client_config

Function create_tls_client_config

src/openssl.cpp:1104–1112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102
1103
1104TLSClientConfig create_tls_client_config(
1105 const Option<std::string>& servername)
1106{
1107 return TLSClientConfig(
1108 servername,
1109 openssl::ctx,
1110 &client_configure_socket,
1111 &client_verify);
1112}
1113
1114} // namespace openssl {
1115} // 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