Skip Menu |

This queue is for tickets about the Net-IMAP-Server CPAN distribution.

Report information
The Basics
Id: 62557
Status: resolved
Priority: 0/
Queue: Net-IMAP-Server

People
Owner: Nobody in particular
Requestors: marcos.marado [...] optimus.pt
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Wishlist: please consider Net::Server::Proto::SSLEAY
Date: Fri, 29 Oct 2010 17:34:06 +0100
To: <bug-Net-IMAP-Server [...] rt.cpan.org>
From: Marcos Marado <marcos.marado [...] optimus.pt>
Net::Server::Proto::SSL is deprecated, and there's an new Net::Server::Proto::SSLEAY to replace it. I don't know if a simple - push @proto, "SSL"; + push @proto, "SSLEAY"; should be enough to start using the new SSLEAY, but please consider doing so. Thanks, -- Marcos Marado Optimus IT - www.optimus.pt Edifício Sonaecom Av. D. João II - Lote 1.06.2.4, 1990-095 Lisboa, Portugal
On 2010-10-29T12:33:23-04:00, marcos.marado@optimus.pt wrote: Show quoted text
> Net::Server::Proto::SSL is deprecated, and there's an new > Net::Server::Proto::SSLEAY to replace it. I don't know if a simple > - push @proto, "SSL"; > + push @proto, "SSLEAY"; > should be enough to start using the new SSLEAY, but please consider > doing so.
Net::IMAP::Server is built on Net::Server::Coro, which implements its own non-blocking SSL socket layer atop of Net::SSLeay. As such, doesn't use Net::Server::Proto::SSL at all, but in some ways beat Net::Server::Proto::SSLEAY to the punch. :) - Alex