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

Changelog

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

  * Import upstream version 2.056

 -- Salvatore Bonaccorso <email address hidden>  Mon, 19 Feb 2018 21:14:53 +0100

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
Bionic release main perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.056-1.dsc 2.6 KiB cdebcd863a6a00c767e46124d4379c758d98a4f70a04903e68b6c6faac8f2e0c
libio-socket-ssl-perl_2.056.orig.tar.gz 227.4 KiB 91451ecc28b243a78b438f0a42db24c4b60a86f088879b38e40bdbd697818259
libio-socket-ssl-perl_2.056-1.debian.tar.xz 9.6 KiB 985ec24e89f2edb73b49503aae714703e86f373f01857d28ada9ab267c0093d0

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.