libio-socket-ssl-perl 2.067-ok1 source package in openKylin

Changelog

libio-socket-ssl-perl (2.067-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.067.orig.tar.gz 239.2 KiB ef8842806d047cf56e2af64add4ed30b24547bcbb50e8df33cee0c54609af1c1
libio-socket-ssl-perl_2.067-ok1.debian.tar.xz 3.6 KiB 4b9a8481b167a4e4e7ff005a5b4b3b3381a267a2b9364d39799211f981d836ba
libio-socket-ssl-perl_2.067-ok1.dsc 2.3 KiB df681e29259d5d631f8d74553a226ee2b1b14893735e4881bafef396db7d66bd

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.