libio-socket-ssl-perl 2.075-ok2 source package in openKylin

Changelog

libio-socket-ssl-perl (2.075-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- zhangyichun <email address hidden>  Tue, 27 Sep 2022 16:01:35 +0800

Upload details

Uploaded by:
zhangyichun
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
OpenKylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.075.orig.tar.gz 247.2 KiB c30ee2220b1e181a968ebbc81861d0cadf334b001377a44105ae5a8637ddae8c
libio-socket-ssl-perl_2.075-ok2.debian.tar.xz 4.1 KiB b7cd02212a48eb78a711a26b45023512c26e997049dec1d79531f45072f02d5b
libio-socket-ssl-perl_2.075-ok2.dsc 2.1 KiB e93ca52ea41e42936b64ce8346ccb550aa79a1932596aa0854b9aeb23f5931b3

Available diffs

View changes file

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.