libio-async-ssl-perl 0.25-1 source package in Ubuntu

Changelog

libio-async-ssl-perl (0.25-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.25.
  * Update years of upstream copyright.

 -- gregor herrmann <email address hidden>  Fri, 29 Sep 2023 02:26:11 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-async-ssl-perl_0.25-1.dsc 2.5 KiB ecaac9a96ea6e60fb360eb555b7df880cfc40e69653eae357b2566b57bf673ff
libio-async-ssl-perl_0.25.orig.tar.gz 29.2 KiB 4def485db1eff4e139b4b5912202c0fd61c3aed2cec35bd5ab8bf7bbd83f5a75
libio-async-ssl-perl_0.25-1.debian.tar.xz 2.3 KiB 890868489642e61a511a36172eec631ca8d310aef2d3c65f97663581653e95e7

Available diffs

No changes file available.

Binary packages built by this source

libio-async-ssl-perl: module to use SSL/TLS with IO::Async

 IO::Async::SSL extends existing IO::Async classes with extra methods to allow
 the use of SSL or TLS-based connections using IO::Socket::SSL. It does not
 directly provide any methods or functions of its own.
 .
 Primarily, it provides SSL_connect and SSL_listen, which yield
 IO::Socket::SSL-upgraded socket handles or IO::Async::Stream instances, and
 two forms of SSL_upgrade to upgrade an existing TCP connection to use SSL.
 .
 As an additional convenience, if the SSL_verify_mode and SSL_ca_* options are
 omitted, the module will attempt to provide them by querying the result of
 IO::Socket::SSL's default_ca function. Otherwise, the module will print a
 warning and set SSL_VERIFY_NONE instead.