I'd like to replace Poco with boost.  Poco has always been crappy for
SSL work, and their decision to implement their own 'Ptr' type (smart
pointer) and then keep it _way_ beyond the standardization of unique_ptr,
shared_ptr, etc. creates headaches.

