...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Start an asynchronous SSL handshake.
template< class HandshakeHandler> DEDUCED async_handshake( handshake_type type, BOOST_ASIO_MOVE_ARG(HandshakeHandler) handler); »more...
template< class ConstBufferSequence, class BufferedHandshakeHandler> DEDUCED async_handshake( handshake_type type, ConstBufferSequence const& buffers, BOOST_ASIO_MOVE_ARG(BufferedHandshakeHandler) handler); »more...