MCPcopy Create free account
hub / github.com/chriskohlhoff/asio / handshake

Method handshake

include/asio/ssl/stream.hpp:424–429  ·  view source on GitHub ↗

Perform SSL handshaking. * This function is used to perform SSL handshaking on the stream. The * function call will block until handshaking is complete or an error occurs. * * @param type The type of handshaking to be performed, i.e. as a client or as * a server. * * @throws asio::system_error Thrown on failure. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

processMethod · 0.45
operator()Method · 0.45

Calls 3

throw_errorFunction · 0.85
ioFunction · 0.85
handshake_opClass · 0.85

Tested by

no test coverage detected