crypt-ssleay 0.57-2build2 source package in Ubuntu

Changelog

crypt-ssleay (0.57-2build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 22:07:19 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Noël Köthe
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
crypt-ssleay_0.57.orig.tar.gz 120.1 KiB 14e880ce3d007457f193056d9f373024fc59d1c7fc5f6990db69789a922f11b8
crypt-ssleay_0.57-2build2.diff.gz 3.1 KiB b32b7e87ad131f7c2e1c5c501370c753ff290d88c6098a4face7bafb614298c9
crypt-ssleay_0.57-2build2.dsc 1.8 KiB 387e1502f2be211ce76be01647cf8a79874dba602eb4980a18912cc9791d7221

Available diffs

View changes file

Binary packages built by this source

libcrypt-ssleay-perl: Support for https protocol in 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).