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

Changelog

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

  * Imported Upstream version 1.45
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  24 Oct 2011 09:05:46 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_1.45.orig.tar.gz 67.9 KiB 209c19501a4684440cf49e8a548319dab00802f142b806ec810f570e5bfb6a87
libio-socket-ssl-perl_1.45-1.debian.tar.gz 4.6 KiB afde64f5119780da9a4fdbe06d48a560cbb2a3b46a3dfb6ab895d10b585375a2
libio-socket-ssl-perl_1.45-1.dsc 2.3 KiB 1b3df3086e51c95a33b91a4014871099136ca712a6c8fb1bebbf892a7a019bc7

Available diffs

View changes file

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-inet6-perl is installed.