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

Changelog

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

  * Import upstream version 2.085.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Sat, 27 Jan 2024 04:10:22 +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
Noble release main perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.085-1.dsc 2.8 KiB 759063527fdd220b783d42c7066f37e5645904d2805203bc8395743326e1b788
libio-socket-ssl-perl_2.085.orig.tar.gz 259.4 KiB 95b2f7c0628a7e246a159665fbf0620d0d7835e3a940f22d3fdd47c3aa799c2e
libio-socket-ssl-perl_2.085-1.debian.tar.xz 10.7 KiB 7fefe489df514c4b038eec98097144da64caf801fef5241c52df06ff38c26ebc

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.