Tweak security/sshblock version 1.0_1
[dports.git] / security / p5-IO-Async-SSL / pkg-descr
1 This module extends existing IO::Async classes with extra methods to allow the
2 use of SSL or TLS-based connections using IO::Socket::SSL. It does not directly
3 provide any methods or functions of its own.
4
5 Primarily, it provides SSL_connect and SSL_listen, which yield
6 IO::Socket::SSL-upgraded socket handles or IO::Async::SSLStream instances, and
7 two forms of SSL_upgrade to upgrade an existing TCP connection to use SSL.
8
9 WWW: http://search.cpan.org/dist/IO-Async-SSL/