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

Changelog

libio-socket-ssl-perl (2.021-1) unstable; urgency=medium

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

  [ Salvatore Bonaccorso ]
  * Import upstream version 2.021

 -- Salvatore Bonaccorso <email address hidden>  Thu, 03 Dec 2015 17:17:36 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.021-1.dsc 2.5 KiB 7dd4732d2820a7f9979f03f63a1f2522be07b93628e03c4c6df6074dc069693b
libio-socket-ssl-perl_2.021.orig.tar.gz 204.2 KiB 5cc549326c6dbe43d02cf90211ccb88eb9a279339c23cf9e3e62128906399d6a
libio-socket-ssl-perl_2.021-1.debian.tar.xz 8.6 KiB 29c9fcc4efd29c7a3653b111b7ee6cd9e32c7695b72b5add04d104d3e676c163

Available diffs

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.