7c8993b519
- fmt on DESCR Changes : - calling context_init twice destroyed global context. fix from Jason Heiss <jheiss@ofb.net>. - file handle tying interface implementation moved to a separate class to prevent problems resulting from self-tying filehandles. Harmon S. Nine <hnine@netarx.com>. - docs/debugging.txt file added - require Net::SSLeay v1.08 - preliminary support for non-blocking read/write - socketToSSL() now respects context's SSL verify setting reported by Uri Guttman <uri@stemsystems.com>.
4 lines
224 B
Text
4 lines
224 B
Text
IO::Socket::SSL is a class implementing an object-oriented interface
|
|
to SSL sockets. The class is a descendent of IO::Socket::INET and
|
|
provides a subset of the base class's interface methods as well as
|
|
SSL-specific methods.
|