diff options
Diffstat (limited to 'perl/perl-IO-Socket-SSL/slack-desc')
-rw-r--r-- | perl/perl-IO-Socket-SSL/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-IO-Socket-SSL/slack-desc b/perl/perl-IO-Socket-SSL/slack-desc new file mode 100644 index 0000000000..8bbdf0270b --- /dev/null +++ b/perl/perl-IO-Socket-SSL/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler-------------------------------------------------------| +perl-IO-Socket-SSL: perl-IO-Socket-SSL (Transparent SSL encapsulation for IO::Socket::INET) +perl-IO-Socket-SSL: +perl-IO-Socket-SSL: This module is a true drop-in replacement for IO::Socket::INET that +perl-IO-Socket-SSL: uses SSL to encrypt data before it is transferred to a remote server or +perl-IO-Socket-SSL: client. IO::Socket::SSL supports all the extra features that one needs +perl-IO-Socket-SSL: to write a full-featured SSL client or server application: multiple SSL +perl-IO-Socket-SSL: contexts, cipher selection, certificate verification, and SSL version +perl-IO-Socket-SSL: selection. As an extra bonus, it works perfectly with mod_perl. +perl-IO-Socket-SSL: +perl-IO-Socket-SSL: +perl-IO-Socket-SSL: |