
Christopher, Actually, to answer my own question, it looks like I would need to parameterize the service_impl_type in the context_service class: class context_service template<typename _SERVICE_IMPLACE_TYPE = :detail::openssl_context_service> public asio::io_service::service { private: // The type of the platform-specific implementation. typedef _SERVICE_IMPLACE_TYPE service_impl_type; ... }; Is that correct? Is 0.3.7 still the current release? Regards, George. "Christopher Kohlhoff" <chris@kohlhoff.com> wrote in message news:1166439105.5815.280961457@webmail.messagingengine.com...
Hi George,
On Fri, 15 Dec 2006 21:40:03 -0500, "George M. Garner Jr." <gmgarner@erols.com> said:
Has anyone developed a win32 schannel based ssl implementation for asio?
Not that I am aware of. It would be nice to have support for SSL on Windows without the dependency on openssl. I have no idea of the scope of such a task though, but I'm sure it's a non-trivial exercise.
Cheers, Chris _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost