Skip Menu |

This queue is for tickets about the Crypt-SSLeay CPAN distribution.

Report information
The Basics
Id: 86819
Status: resolved
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: Nobody in particular
Requestors: ZEBARDY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.72



Subject: Add access to openssl's pending attribute on the ssl connection object
This is as part of the fix for #86812 in libwww-perl. Enabling access to this attribute allows libwww-perl to properly asses if there is any data left in the ssl buffer. I have a fix for this in git hub and will submit a pull request.
Thank you again for this patch. This will be included in the development release I will upload later today. https://github.com/nanis/Crypt-SSLeay/commit/c24f0d11b0cfa0c03567915bbecb8a91f3594db0 -- Sinan On Tue Jul 09 17:32:53 2013, ZEBARDY wrote: Show quoted text
> This is as part of the fix for #86812 in libwww-perl. Enabling access > to this attribute allows libwww-perl to properly asses if there is any > data left in the ssl buffer. I have a fix for this in git hub and will > submit a pull request.