The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:IO::Socket::SSL"

IO::Socket::SSL::Utils - loading, storing, creating certificates and keys River stage four • 342 direct dependents • 2021 total dependents

This module provides various utility functions to work with certificates and private keys, shielding some of the complexity of the underlying Net::SSLeay and OpenSSL....

SULLR/IO-Socket-SSL-2.085 - 22 Jan 2024 19:07:08 UTC

IO::Socket::SSL::Intercept - SSL interception (man in the middle) River stage four • 342 direct dependents • 2021 total dependents

This module provides functionality to clone certificates and sign them with a proxy certificate, thus making it easy to intercept SSL connections (man in the middle). It also manages a cache of the generated certificates....

SULLR/IO-Socket-SSL-2.085 - 22 Jan 2024 19:07:08 UTC

IO::Socket::SSL::PublicSuffix - provide access to Mozilla's list of effective TLD names River stage four • 342 direct dependents • 2021 total dependents

This module uses the list of effective top level domain names from the mozilla project to determine the public top level domain for a given hostname. Method class->default(%args) Returns object with builtin default. "min_suffix" can be given in %args...

SULLR/IO-Socket-SSL-2.085 - 22 Jan 2024 19:07:08 UTC

Net::Daemon::SSL - perl extensions for portable ssl daemons River stage zero No dependents

This class implements an IO::Socket::SSL functionality for Net::Daemon class. See perldoc Net::Daemon for more information about Net::Daemon usage....

MKUL/Net-Daemon-SSL-1.0 - 14 Jun 2000 11:54:57 UTC

lib/IO/Socket/SSL.pm River stage four • 342 direct dependents • 2021 total dependents

SULLR/IO-Socket-SSL-2.085 - 22 Jan 2024 19:07:08 UTC

IO::Socket::CLI - CLI for IO::Socket::INET6 and IO::Socket::SSL River stage zero No dependents

"IO::Socket::CLI" provides a command-line interface to IO::Socket::INET6 and IO::Socket::SSL....

ASHLEYW/IO-Socket-CLI-0.041 - 24 Oct 2014 04:01:40 UTC

IO::Async::SSL - use SSL/TLS with IO::Async River stage two • 14 direct dependents • 14 total dependents

This module 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_...

PEVANS/IO-Async-SSL-0.25 - 16 Aug 2023 16:52:56 UTC

Glib::IO - Perl bindings to the GIO library River stage one • 1 direct dependent • 1 total dependent

The "Glib::IO" module allows a Perl developer to access the GIO library, the high level I/O and platform library of the GNOME development platform. GIO is used for: * local and remote enumeration and access of files GIO has multiple backends to acces...

XAOC/Glib-IO-0.002 - 25 Jun 2021 05:40:42 UTC

IO::Stream - ease non-blocking I/O streams based on EV River stage one • 8 direct dependents • 9 total dependents

Non-blocking event-based low-level I/O is hard to get right. Code usually error-prone and complex... and it very similar in all applications. Things become much worse when you need to alter I/O stream in some way - use proxies, encryption, SSL, etc. ...

POWERMAN/IO-Stream-v2.0.3 - 03 Apr 2018 16:10:11 UTC

IO::Lambda - non-blocking I/O as lambda calculus River stage one • 4 direct dependents • 4 total dependents

This module is another attempt to fight the horrors of non-blocking I/O. It tries to bring back the simplicity of the declarative programming style, that is only available when one employs threads, coroutines, or co-processes. Usually coding non-bloc...

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 UTC

Mail::Sender - (DEPRECATED) module for sending mails with attachments through an SMTP server River stage one • 4 direct dependents • 4 total dependents

Mail::Sender is deprecated. Email::Sender is the go-to choice when you need to send Email from Perl. Go there, be happy! Mail::Sender provides an object-oriented interface to sending mails. It directly connects to the mail server using IO::Socket....

CAPOEIRAB/Mail-Sender-0.903 - 17 Nov 2016 14:48:17 UTC

IO::EPP::TCI River stage zero No dependents

Work with normal TCI EPP API .дети/.xn--d1acj3b documents: <http://dotdeti.ru/foruser/docs/>, <https://tcinet.ru/documents/deti/2TechPolitDeti.pdf> .tatar documents: <http://domain.tatar/to-registars/documents.php>, <https://tcinet.ru/documents/deti/...

VADIML/IO-EPP-0.004 - 17 Jan 2020 18:46:48 UTC

IO::EPP::CNic River stage zero No dependents

Work with CentralNic APP API, Overrides the IO::EPP::Base functions where the provider has supplemented the standard The main documentation is in https://registrar-console.centralnic.com/doc/operations-manual-3.2.6.pdf Other see on https://registrar-...

VADIML/IO-EPP-0.004 - 17 Jan 2020 18:46:48 UTC

IO::EPP::IRRP River stage zero No dependents

Work with iRRP/iDotz/Hexonet epp api: A large number of add-ons, but all special data is passed through the key-value extension Some of the transfer Functions have been replaced with the key-value extension To change the contacts of many zones you ne...

VADIML/IO-EPP-0.004 - 17 Jan 2020 18:46:48 UTC

IO::EPP::Base River stage zero No dependents

Module for common EPP-functions, without extension (dnssec only). The module can be used to work with any provider, if the requests do not use extensions and the provider does not have its own features It has two options: using a separate function ca...

VADIML/IO-EPP-0.004 - 17 Jan 2020 18:46:48 UTC

IO::EPP::CoCCA River stage zero No dependents

Module for work with .РУС/.xn--p1acf, .CX, ... tlds. All list see on https://cocca.org.nz/#five Frontends: https://rusnames.com/ https://cocca.org.nz/ Backend: https://secure.coccaregistry.net/ CoCCA features: - not show authinfo in domain:info POD E...

VADIML/IO-EPP-0.004 - 17 Jan 2020 18:46:48 UTC

IO::EPP::DrsUa River stage zero No dependents

Module for work with nic.ua/drs.ua domains Drs.ua is a registry for biz.ua, co.ua, pp.ua and reseller for other .ua tlds drs.ua uses deprecated epp version 0.5 -- it uses hostAttr instead of hostObj Features: * special PP format * the contact id must...

VADIML/IO-EPP-0.004 - 17 Jan 2020 18:46:48 UTC

IO::Async::Loop - core loop of the IO::Async framework River stage three • 115 direct dependents • 145 total dependents

This module provides an abstract class which implements the core loop of the IO::Async framework. Its primary purpose is to store a set of IO::Async::Notifier objects or subclasses of them. It handles all of the lower-level set manipulation actions, ...

PEVANS/IO-Async-0.803 - 29 Jan 2024 20:40:58 UTC

IO::Async::SSLStream - read and write buffers around an SSL connection River stage two • 14 direct dependents • 14 total dependents

This subclass of IO::Async::Stream provides support for using an SSL connection, as created by IO::Async::SSL's "SSL_connect" or "SSL_listen" extension methods. After one of these methods has provided a socket handle, it should be wrapped in an IO::A...

PEVANS/IO-Async-SSL-0.25 - 16 Aug 2023 16:52:56 UTC

IO::EPP::CoreNic River stage zero No dependents

Module for work with CoreNic domains Feature: in all responses incomplete xml schemas, for example, instead of "<domain:update>" is written "<update>"...

VADIML/IO-EPP-0.004 - 17 Jan 2020 18:46:48 UTC
37 results (0.062 seconds)