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

Changelog

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

  * Build for openkylin.

 -- zhangyichun <email address hidden>  Fri, 09 Sep 2022 09:41:05 +0800

Upload details

Uploaded by:
zhangyichun
Sponsored by:
luoyaoming
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.075-ok1.tar.xz 210.2 KiB c78d63ca3aec7603accba68f761249a899f0f34a6b5493cfa4082c80e52973f1
libio-socket-ssl-perl_2.075-ok1.dsc 1.9 KiB 0772798dbca06f6f0ef02c53d49b17d9c745e97361a96b255f1068fbfabd7a47

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.