Import tex-fancybox-doc-1.4 as print/tex-fancybox-doc. Packaged by
[pkgsrc.git] / security / p5-Crypt-SSLeay / DESCR
1 This perl module provides support for the https protocol under LWP,
2 so that a LWP::UserAgent can make https GET & HEAD & POST requests.
3 Please see perldoc LWP for more information on POST requests.
4
5 The Crypt::SSLeay package contains Net::SSL, which is automatically
6 loaded by LWP::Protocol::https on https requests, and provides the
7 necessary SSL glue for that module to work via these deprecated
8 modules:
9
10    Crypt::SSLeay::CTX
11    Crypt::SSLeay::Conn
12    Crypt::SSLeay::X509
13
14 Work on Crypt::SSLeay has been continued only to provide https
15 support for the LWP - libwww perl libraries. If you want access to
16 the OpenSSL API via perl, check out Sampo's Net::SSLeay.