Changelog for
perl-POE-Component-SSLify-1.012-1.1.noarch.rpm :
Wed Apr 15 14:00:00 2015 cooloAATTsuse.com
- updated to 1.012
see /usr/share/doc/packages/perl-POE-Component-SSLify/Changes
Wed Jun 8 14:00:00 2011 cooloAATTnovell.com
- updated to 1.008
BazerkaAATTirc noticed that POE wasn\'t even listed as a runtime prereq, d0h!
Revert the ENGINE load logic added in 1.004 because it was causing coredumps on netbsd ( thanks BINGOS! )
Add the constant LOAD_SSL_ENGINES sub if you need to load the ssl engines
Tweak the renegotiate tests to be more tolerant of failures, thanks RCAPUTO - RT#66741
Fri Apr 22 14:00:00 2011 cooloAATTopensuse.org
- updated to 1.006
Fix a heinous bug where openssl will randomly+reliably close a connection ( thanks MIRE )
Tweak the hook tests so they test the case where no data is sent over the connection
Tweak the connfail tests so they work better
Sun Apr 3 14:00:00 2011 cooloAATTnovell.com
- updated to 1.005
Fix the connfail tests due to an incorrect assumption regards socket close value, thanks CPANTesters!
We now load certificate files via CTX_use_certificate_chain_file(), thanks Zephaniah E. Loss-Cutler-Hull
OpenSSL docs suggest it - http://www.openssl.org/docs/ssl/SSL_CTX_use_certificate.html#NOTES
PLEASE yell at me if you need the old functionality - the docs suggest this is the \"better\" way to do it...
Add the ability to pass a subref to call on connection/negotiation success, thanks Zephaniah E. Loss-Cutler-Hull
NOTE: This will not work if you do renegotiation or any other zany SSL stuff!
Add the SSLify_GetStatus function to get the status of the connection
After staring at the Net::SSLeay/OpenSSL docs for a while I realized we were missing support for sslv23 version, added!
After some investigation, we now load all default ENGINEs for OpenSSL on startup, as it might provide a performance boost
Add $IGNORE_SSL_ERRORS to ignore certain SSL errors, thanks MNUNBERG - RT#66130
Remove prereq on vars.pm as it\'s obsolete
Add SSLify_GetSSL to get the Net::SSLeay object, thanks MNUNBERG!
Fixed the Net::SSLeay import code, thanks CPANTesters!
Converted to Dist::Zilla for the release process!
Add a test for in-situ sslification, thanks MNUNBERG!
Add prereq for IO::Handle 1.28 to get sane $socket->blocking( 0 ) behavior on MSWin32
Remove crufty old code for nonblocking and use $socket->blocking() instead
Sat Jan 22 13:00:00 2011 cooloAATTnovell.com
- initial package 0.20
* created by cpanspec 1.78.03