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

Search results for "module:Net::SSLeay"

Net::SSLeay::OO - OO Calling Method for Net::SSLeay River stage zero No dependents

This set of modules adds an OO calling convention to the Net::SSLeay module. It steers away from overly abstracting things, or adding new behaviour, instead just making the existing functionality easier to use. What does this approach win you over Ne...

SAMV/Net-SSLeay-OO-0.02 - 10 Oct 2009 08:23:39 UTC

lib/Net/SSLeay.pm River stage four • 166 direct dependents • 2151 total dependents

CHRISN/Net-SSLeay-1.94 - 08 Jan 2024 01:22:27 UTC

SPVM::Net::SSLeay - SPVM bindings for OpenSSL River stage zero No dependents

The Net::SSLeay class of SPVM has methods to call OpenSSL functions....

KIMOTO/SPVM-Net-SSLeay-0.001 - 31 Aug 2023 01:33:14 UTC

Net::SSLeay::Handle - Perl module that lets SSL (HTTPS) sockets be handled as standard file handles. River stage four • 166 direct dependents • 2151 total dependents

Net::SSLeay::Handle allows you to request and receive HTTPS web pages using "old-fashion" file handles as in: print SSL "GET / HTTP/1.0\r\n"; and print while (<SSL>); If you export the shutdown routine, then the only extra code that you need to add t...

CHRISN/Net-SSLeay-1.94 - 08 Jan 2024 01:22:27 UTC

Net::SSLeay::OO::SSL - OO interface to Net::SSLeay methods River stage zero No dependents

This module adds some OO niceties to using the Net::SSLeay / OpenSSL SSL objects. This SSL object is a per-connection entity. In general you will create one of these from a Net::SSLeay::OO::Context object which you set up for your process and perhaps...

SAMV/Net-SSLeay-OO-0.02 - 10 Oct 2009 08:23:39 UTC

Net::SSLeay::OO::X509 - OpenSSL SSL certificate River stage zero No dependents

This module encapsulates X509 certificates, the "X509*" type in OpenSSL's C library. The functions available to this library are focused on pulling useful information out of the SSL certificates that were exchanged. As a result, there are no methods ...

SAMV/Net-SSLeay-OO-0.02 - 10 Oct 2009 08:23:39 UTC

SPVM::Net::SSLeay::BIO - BIO River stage zero No dependents

The Net::SSLeay::BIO class of SPVM has methods to manipulate BIO....

KIMOTO/SPVM-Net-SSLeay-0.001 - 31 Aug 2023 01:33:14 UTC

SPVM::Net::SSLeay::PEM River stage zero No dependents

The Net::SSLeay::PEM class of SPVM has methods to manipulate PEM....

KIMOTO/SPVM-Net-SSLeay-0.001 - 31 Aug 2023 01:33:14 UTC

Net::SSLeay::OO::Error - encapsulated SSLeay errors River stage zero No dependents

Unlike Net::SSLeay, with Net::SSLeay::OO functions, if an error occurs in a low level library an exception is raised via "die". OpenSSL has an 'error queue', which normally represents something like a stack trace indicating the context of the error. ...

SAMV/Net-SSLeay-OO-0.02 - 10 Oct 2009 08:23:39 UTC

SPVM::Net::SSLeay::ERR - SSL/TSL Errors River stage zero No dependents

The Net::SSLeay::ERR class of SPVM has methods to manipulate SSL/TLS errors....

KIMOTO/SPVM-Net-SSLeay-0.001 - 31 Aug 2023 01:33:14 UTC

SPVM::Net::SSLeay::X509 - X509 River stage zero No dependents

The Net::SSLeay::X509 class of SPVM has methods to manipulate X509...

KIMOTO/SPVM-Net-SSLeay-0.001 - 31 Aug 2023 01:33:14 UTC

Net::SSLeay::OO::Context - OO interface to Net::SSLeay CTX_ methods River stage zero No dependents

Every SSL connection has a context, which specifies various options. You can also specify these options on Net::SSLeay::OO::SSL objects, but you would normally want to set up as much as possible early on, then re-use the context to create new SSL han...

SAMV/Net-SSLeay-OO-0.02 - 10 Oct 2009 08:23:39 UTC

Net::SSLeay::OO::Session - representation of SSL_SESSION* objects River stage zero No dependents

This is a wrapper for SSL_SESSION methods. defined methods are: get_time() set_time($epoch) Get/set the time that this SSL session was established. get_timeout() set_timeout($epoch) Set the timeout value for the session. See SSL_SESSION_set_timeout(3...

SAMV/Net-SSLeay-OO-0.02 - 10 Oct 2009 08:23:39 UTC

SPVM::Net::SSLeay::SSL_CTX - SSL/TLS Contexts River stage zero No dependents

The Net::SSLeay::SSL_CTX class of SPVM has methods to manipulate SSL/TLS contexts....

KIMOTO/SPVM-Net-SSLeay-0.001 - 31 Aug 2023 01:33:14 UTC

Net::SSLeay::OO::Constants - Importer interface to Net::SSLeay constants River stage zero No dependents

This module allows Net::SSLeay constants to be explicitly imported into your program. As well as avoiding using the verbose &Net::SSLeay::XXXX syntax all the time, they can then be spelt as bare words. It also means that instead of waiting for run-ti...

SAMV/Net-SSLeay-OO-0.02 - 10 Oct 2009 08:23:39 UTC

Net::SSLeay::OO::Functions - convert Net::SSLeay functions to methods River stage zero No dependents

This internal utility module distributes Net::SSLeay functions into the calling package. Its import method takes a callback which should return a callback to be assigned into the symbol table; not providing that will mean that the Net::SSLeay functio...

SAMV/Net-SSLeay-OO-0.02 - 10 Oct 2009 08:23:39 UTC

Net::Server::Proto::SSLEAY - Custom Net::Server SSL protocol handler based on Net::SSLeay. River stage two • 36 direct dependents • 88 total dependents

This module has reliably been used in situations receiving millions of hits on a single box per day. If anybody has any successes or ideas for improvement under SSLEAY, please email <paul@seamons.com>. Protocol module for Net::Server. This module imp...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

SPVM::Net::SSLeay::Constant - Short Description River stage zero No dependents

The Net::SSLeay::Constant class of SPVM has methods for someting....

KIMOTO/SPVM-Net-SSLeay-0.001 - 31 Aug 2023 01:33:14 UTC

SPVM::Net::SSLeay::SSL_METHOD - SSL/TLS Methods River stage zero No dependents

The Net::SSLeay::SSL_METHOD class of SPVM has methods for SSL/TLS methods....

KIMOTO/SPVM-Net-SSLeay-0.001 - 31 Aug 2023 01:33:14 UTC

SPVM::Net::SSLeay::X509_STORE - Short Description River stage zero No dependents

The Net::SSLeay::X509_STORE class of SPVM has methods for someting....

KIMOTO/SPVM-Net-SSLeay-0.001 - 31 Aug 2023 01:33:14 UTC
48 results (0.038 seconds)