| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 
 | Source: libcrypt-ssleay-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               libbytes-random-secure-perl,
               libdevel-checklib-perl (>= 0.99),
               libpath-class-perl (>= 0.26),
               libssl-dev,
               libtest-pod-coverage-perl,
               libtest-pod-perl,
               libtry-tiny-perl (>= 0.19),
               openssl,
               perl-openssl-defaults,
               perl,
               perl (>= 5.19.8) | libio-socket-ip-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-ssleay-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcrypt-ssleay-perl.git
Homepage: https://metacpan.org/release/Crypt-SSLeay
Package: libcrypt-ssleay-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libbytes-random-secure-perl
Recommends: perl (>= 5.19.8) | libio-socket-ip-perl
Description: OpenSSL support for LWP
 This perl module provides support for the HTTPS protocol under LWP, so
 that an 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 and 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 (available in Debian as
 the libnet-ssleay-perl package).
 |