blob: 767a129aabc229540c3482dd4aa2ec70dc583a75 (
plain) (
blame)
1
2
3
4
5
6
7
|
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.
|