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

Changelog

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

  * Import upstream version 2.083.

 -- Salvatore Bonaccorso <email address hidden>  Mon, 12 Jun 2023 21:21:38 +0200

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.083-1.dsc 2.7 KiB d5f015f2be64bb44b94e777d991a364e37c7eef2c318a53125271efcb86cc2f1
libio-socket-ssl-perl_2.083.orig.tar.gz 253.8 KiB 904ef28765440a97d8a9a0df597f8c3d7f3cb0a053d1b082c10bed03bc802069
libio-socket-ssl-perl_2.083-1.debian.tar.xz 10.6 KiB caa2918e6387217d148b6433ea02f6a89798517167b336edc671f1a5e3f9ffe0

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.