id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2617,SSL overview documentation issues,rbock@…,chris_kohlhoff,"Hi, I think there are two issues in the overview documentation: http://www.boost.org/doc/libs/1_37_0/doc/html/boost_asio/overview/ssl.html {{{ ssl::context ctx(io_service, ssl::context::sslv23); }}} io_service is a class. It should probably be my_io_service or similar. {{{ ip::tcp::socket& sock = ssl_sock.lowest_layer(); }}} This actually won't compile, because lowest layer yields a reference to the base type of ip::tcp::socket. See also http://lists.boost.org/boost-users/2008/12/43512.php (thanks to Igor). Regards, Roland ",Bugs,closed,Boost 1.38.0,asio,Boost 1.37.0,Problem,fixed,asio ssl documentation lowest_layer,