Changes for version 1.15
- added `use bytes' from Marcus Taylor <marcus@@semantico_.com> This avoids unicode/utf8 (as may appear in some XML docs) from fooling the length comuptations.
- Dropped support for perl5.005_03 because I do not have opportunity to test it. --Sampo
Modules
Perl module that lets SSL (HTTPS) sockets be handled as standard file handles.
Perl extension for using OpenSSL or SSLeay
Examples
- examples/bulk.pl
- examples/callback.pl
- examples/cli-cert.pl
- examples/get_authenticated_page.pl
- examples/get_page.pl
- examples/get_page_cert.pl
- examples/https-proxy-snif.pl
- examples/makecert.pl
- examples/minicli.pl
- examples/req.conf
- examples/ssl-inetd-serv.pl
- examples/ssl_diff.pl
- examples/sslcat.pl
- examples/sslecho.pl
- examples/stdio_bulk.pl