crypt-ssleay 0.57-2ubuntu1 source package in Ubuntu

Changelog

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

  * d/p/sslv2.patch: Add patch from Andreas J. König to disable sslv2
    Ubuntu's Openssl disabled sslv2, making this module fail to load.
    (LP: #777848, #935271)
 -- Andreas Moog <email address hidden>   Mon, 27 Feb 2012 18:00:28 +0100

Upload details

Uploaded by:
Andreas Moog
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe interpreters

Downloads

File Size SHA-256 Checksum
crypt-ssleay_0.57.orig.tar.gz 120.1 KiB 14e880ce3d007457f193056d9f373024fc59d1c7fc5f6990db69789a922f11b8
crypt-ssleay_0.57-2ubuntu1.debian.tar.gz 3.9 KiB 0b4c24a2e44f1c05129dbccb694604560fd4434ed0b8010a47c818b803593551
crypt-ssleay_0.57-2ubuntu1.dsc 1.9 KiB 49dbb36de51a10a01ab712e10891a57fc0de38adc356b0a078d16890fbdc0bf6

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).