opnsense-ports/security/p5-IO-Async-SSL/pkg-descr
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

9 lines
470 B
Text

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_listen, which yield
IO::Socket::SSL-upgraded socket handles or IO::Async::SSLStream instances, and
two forms of SSL_upgrade to upgrade an existing TCP connection to use SSL.
WWW: http://search.cpan.org/dist/IO-Async-SSL/