mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
21 lines
818 B
Plaintext
21 lines
818 B
Plaintext
This perl module provides support for the https protocol
|
|
under LWP, so that a LWP::UserAgent can make https GET &
|
|
HEAD & POST requests. Please see perldoc LWP for more
|
|
information on POST requests.
|
|
|
|
The Crypt::SSLeay package contains Net::SSL, which is
|
|
automatically loaded by LWP::Protocol::https on https
|
|
requests, and provides the necessary SSL glue for that
|
|
module to work via these deprecated modules:
|
|
|
|
Crypt::SSLeay::CTX
|
|
Crypt::SSLeay::Conn
|
|
Crypt::SSLeay::X509
|
|
|
|
Work on Crypt::SSLeay has been continued only to provide
|
|
https support for the LWP - libwww perl libraries. If you
|
|
want access to the OpenSSL API via perl, check out Sampo's
|
|
Net::SSLeay.
|
|
|
|
WWW: https://metacpan.org/release/Crypt-SSLeay
|