Popular Perl recipes tagged "root"http://code.activestate.com/recipes/langs/perl/tags/root/2015-07-17T01:39:05-07:00ActiveState Code Recipesembedded ssl (Perl)
2015-07-17T01:39:05-07:00Roger Mbiama Assogohttp://code.activestate.com/recipes/users/4178746/http://code.activestate.com/recipes/579083-embedded-ssl/
<p style="color: grey">
Perl
recipe 579083
by <a href="/recipes/users/4178746/">Roger Mbiama Assogo</a>
(<a href="/recipes/tags/root/">root</a>).
</p>
<p>"This module is a true drop-in replacement for IO::Socket::INET that \
uses SSL to encrypt data before it is transferred to a remote server \
or client. IO::Socket::SSL supports all the extra features that one \
needs to write a full-featured SSL client or server application: \
multiple SSL contexts, cipher selection, certificate verification, and \
SSL version selection. As an extra bonus, it works perfectly with \
mod_perl."</p>