libio-socket-ssl-perl 2.019-1 source package in Ubuntu

Changelog

libio-socket-ssl-perl (2.019-1) unstable; urgency=low

  * Import upstream version 2.018 and 2.019

 -- Salvatore Bonaccorso <email address hidden>  Tue, 01 Sep 2015 17:00:03 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.019-1.dsc 2.5 KiB 81b7e14535d59ea47e5c2f25353ea017c9dde5b2b396c74148a7e2ca3a41ae87
libio-socket-ssl-perl_2.019.orig.tar.gz 192.0 KiB 0ab21958791d94522c57a287e451cf2375db5dde184dd340a752d6d3a8b77549
libio-socket-ssl-perl_2.019-1.debian.tar.xz 8.6 KiB 077198cad62aa3c54cec49af551e264e17047d2744a2fb6bf1a21fea3a3cdb3c

No changes file available.

Binary packages built by this source

libio-socket-ssl-perl: Perl module implementing object oriented interface to SSL sockets

 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.
 .
 IO::Socket::SSL uses IPv6 if libio-socket-ip-perl (>= 0.20) or
 libio-socket-inet6-perl is installed.