On Fri, Oct 24, 2003 at 02:06:36PM -0700, Wilkinson, Mike wrote:
> One day I would
> like to have see the POE socket factory have optional support for SSH (or
> any other encryption) wrappers, but I don't know enough about POE internals
> to be able to pull something like that off yet.

I have tied filehandle classes based on Net::SSLeay::Handle that wrap
client and server sockets with SSL functionality.  I'm open to
suggestions for ways to incorporate the feature into POE in general.

It's imperative that the SSL-ification code not go in SocketFactory.
Some protocols require a plaintext handshake before switching to SSL
(FTP is like this), so mixed-mode support is a hard requirement.

See: http://poe.perl.org/?POE_RFCs/Experimental_Prototypes

-- 
Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/

Reply via email to