Description
Perl network applications can add TLS/SSL encryption to socket connections with an interface close to IO::Socket::INET. This is useful for secure clients and servers that need encrypted transport.
It is a TLS networking library. Applications must verify certificates, choose safe protocol settings, protect keys, and handle hostname validation correctly.