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

Changelog

libio-socket-ssl-perl (2.098-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 08:38:54 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.098.orig.tar.gz 273.7 KiB b38473be20256b1a06447dd6769ad162bfad6a258234ed2c7e2e1819c16c4df7
libio-socket-ssl-perl_2.098-ok1.debian.tar.xz 3.6 KiB 527d7c35d3589b7457606244d9eae94fe1ef2ae2ccf92c0778fa93b23dc4f678
libio-socket-ssl-perl_2.098-ok1.dsc 2.4 KiB f85acdcd2d84621e1763e5c8013def35b4f35132df2556f64f2617c0b1a12bea

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.