-
-
26 Dec 2005 14:20:53 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (106 / 27 / 0)
- Kwalitee
- License: unknown
- Activity
24 month- Tools
- Download (76.79KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.30
- Fixed the MD5 function for hashsums containing \0
- Fixed some compile warnings with recent gcc.
- Fixed do_httpx3:
- Don't add additional Host: headers if it's already given
- Omit the :$port suffix for standard ports
- Thanks to ivan-cpan-rt@420.am
- Limit the chunk size when reading with tcp_read_all to 0x1000. This fixes various rt tickets.
- Added patch to allow session caching
- Mike McCauley and Florian Ragwitz maintain this module now
- #EOF
Modules
Perl module that lets SSL (HTTPS) sockets be handled as standard file handles.Perl extension for using OpenSSLExamples
- examples/bio.pl
- examples/bulk.pl
- examples/callback.pl
- examples/cb-testi.pl
- examples/cli-cert.pl
- examples/ephemeral.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/passwd-cb.pl
- examples/req.conf
- examples/server_key.pem
- examples/ssl-inetd-serv.pl
- examples/ssl_diff.pl
- examples/sslcat.pl
- examples/sslecho.pl
- examples/stdio_bulk.pl
- examples/tcpcat.pl
- examples/tcpecho.pl
Module Install Instructions
To install Net::SSLeay, copy and paste the appropriate command in to your terminal.
cpanm Net::SSLeay
perl -MCPAN -e shell install Net::SSLeay
For more information on module installation, please visit the detailed CPAN module installation guide.