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

Function client_verify

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

Wrappers to be able to use the above `verify()` and `configure_socket()` inside a `TLSClientConfig` struct.

Source from the content-addressed store, hash-verified

1110// Wrappers to be able to use the above `verify()` and `configure_socket()`
1111// inside a `TLSClientConfig` struct.
1112Try<Nothing> client_verify(
1113 const SSL* const ssl,
1114 const Option<std::string>& hostname,
1115 const Option<net::IP>& ip)
1116{
1117 return verify(ssl, Mode::CLIENT, hostname, ip);
1118}
1119
1120
1121Try<Nothing> client_configure_socket(

Callers

nothing calls this directly

Calls 1

verifyFunction · 0.70

Tested by

no test coverage detected