Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

ssl_stream

(Deprecated: Use asio::ssl::stream instead.) Provides stream-oriented functionality using OpenSSL

Synopsis

Defined in header <boost/beast/ssl/ssl_stream.hpp>

template<
    class NextLayer>
struct ssl_stream :
    public net::ssl::stream< NextLayer >

PrevUpHomeNext