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

Changelog

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

  * Import upstream version 2.076.

 -- Salvatore Bonaccorso <email address hidden>  Mon, 14 Nov 2022 23:07:48 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.076-1.dsc 2.7 KiB 8d89497b6e84a6161ccd76c32cbb1b87071aa6e4cbd9774e3b0a2dac5ce8d987
libio-socket-ssl-perl_2.076.orig.tar.gz 252.2 KiB bdd148d9feaef1220251676d7053698fcf446c9850d706fe2e1c90ff232ed874
libio-socket-ssl-perl_2.076-1.debian.tar.xz 10.5 KiB 559d831876e877e02795bf0408c03b1e85e8d969d1307d0e6c9f63edbf55a4a0

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.