1Net::SSLGlue(3)       User Contributed Perl Documentation      Net::SSLGlue(3)
2
3
4

NAME

6       Net::SSLGlue - add/extend SSL support for common perl modules
7

DESCRIPTION

9       Some commonly used perl modules don't have SSL support at all, even if
10       the protocol supports it. Others have SSL support, but most of them
11       don't do proper checking of the server's certificate.
12
13       The "Net::SSLGlue::*" modules try to add SSL support or proper
14       certificate checking to these modules. Currently support for the
15       following modules is available:
16
17       Net::SMTP - add SSL from beginning or using STARTTLS
18       Net::POP3 - add SSL from beginning or using STLS
19       Net::FTP  - add SSL and IPv6 support to Net::FTP
20       Net::LDAP - add proper certificate checking
21       LWP - add proper certificate checking for older LWP versions
22
23       There is also a Net::SSLGlue::Socket package which combines ssl and
24       non-ssl and ipv6 capabilities to make it easier to enhance modules
25       based on IO::Socket::INET.
26
28       This module and the modules in the Net::SSLGlue Hierarchy distributed
29       together with this module are copyright (c) 2008-2015, Steffen Ullrich.
30       All Rights Reserved.  These modules are free software. They may be
31       used, redistributed and/or modified under the same terms as Perl
32       itself.
33
34
35
36perl v5.32.0                      2020-07-28                   Net::SSLGlue(3)
Impressum