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

Function client_verify

src/openssl.cpp:1074–1080  ·  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

1072// Wrappers to be able to use the above `verify()` and `configure_socket()`
1073// inside a `TLSClientConfig` struct.
1074Try<Nothing> client_verify(
1075 const SSL* const ssl,
1076 const Option<std::string>& hostname,
1077 const Option<net::IP>& ip)
1078{
1079 return verify(ssl, Mode::CLIENT, hostname, ip);
1080}
1081
1082
1083Try<Nothing> client_configure_socket(

Callers

nothing calls this directly

Calls 1

verifyFunction · 0.85

Tested by

no test coverage detected