Changelog for
perl-IO-Socket-SSL-1.16-3.2.x86_64.rpm :
Tue Sep 1 14:00:00 2009 anickaAATTsuse.cz
- fix certificate hostname comparing (bnc#535554)
- update certificates to files from 1.24 because
old were expired
Mon Feb 23 13:00:00 2009 roAATTsuse.de
- ignore test suite errors, too many unreproducable failures
Mon Nov 17 13:00:00 2008 lnusselAATTsuse.de
- fix typo that prevented wildcards in CN (bnc#445678)
Mon Oct 6 14:00:00 2008 anickaAATTsuse.cz
- update to 1.16
* change code for SSL_check_crl to use X509_STORE_set_flags
instead of X509_STORE_CTX_set_flags
* change opened() to report -1 if the IO::Handle is open, but the
SSL connection failed, needed with HTTP::Daemon::SSL which will
send an error mssage over the unencrypted socket
Wed Sep 10 14:00:00 2008 anickaAATTsuse.cz
- update to 1.15
* change internal behavior when SSL handshake failed (like when
verify callback returned an error) in the hope to fix spurios
errors in t/auto_verify_hostname.t
Mon Aug 18 14:00:00 2008 roAATTsuse.de
- hack to build also in buildservice where 127.0.0.1 can
resolve to the hostname instead of localhost
Mon Aug 4 14:00:00 2008 roAATTsuse.de
- update require for Net_SSLeay to Net-SSLeay
Fri Jul 25 14:00:00 2008 anickaAATTsuse.cz
- update to 1.14
* added support for verification of hostname from certificate
including subjectAltNames, support for IDN etc
* automatic verification of hostnames with SSL_verifycn_scheme and
SSL_verifycn_name
* global setting of default context options like SSL_verifycn_scheme,
SSL_verify_mode with set_ctx_defaults
* fix import of inet4,inet6 which got broken within 1.13_X.
* clarified and enhanced debugging supppport
* put information into README regarding the supported
and recommanded version of Net::SSLeay
Mon Jan 28 13:00:00 2008 anickaAATTsuse.cz
- update to 1.13
* removed CLONE_SKIP which was added in 1.03 because this breaks
windows forking. Handled threads/windows forking better by
making sure that CTX from Net::SSLeay gets not freed multiple
times from different threads after cloning/forking
* removed setting LocalPort to 0 in tests, instead leave it undef
if a random port should be allocated.
Thu Nov 1 13:00:00 2007 anickaAATTsuse.cz
- update to 1.12
* treat timeouts of 0 for accept_SSL and connect_SSL like
no timeout, like IO::Socket does.
* fixed errors in accept_SSL which would work when called
from start_SSL but not from accept
* start_SSL, accept_SSL and connect_SSL have argument for
Timeout so that the SSL handshake will not block forever. Only
used if the socket is blocking. If not set the Timeout value
from the underlying IO::Socket is used
Mon Oct 8 14:00:00 2007 anickaAATTsuse.cz
- update to 1.09
* new method stop_SSL as opposite of start_SSL
* try to make it clearer that thread support is buggy
* make sure that Scalar::Util has support for dualvar
(Makefile.PL,SSL.pm) because the perl
*only version has
has no dualvar
Mon Jun 11 14:00:00 2007 anickaAATTsuse.cz
- update to 1.07
* fix t/nonblock.t on systems which have by default a larger
socket buffer. Set SO_SNDBUF explicitly with setsockopt
to force smaller writes on the socket
- move testing to %check
Tue May 15 14:00:00 2007 anickaAATTsuse.cz
- update to 1.06
* instead of setting undef args to \'\' in configure_SSL drop
them. This makes Net::SMTP::SSL working again because it
does not give LocalPort of \'\' to IO::Socket::INET any more
Mon Apr 23 14:00:00 2007 anickaAATTsuse.cz
- update to 1.05
* make session cache working even if the IO::Socket::SSL object
was not created with IO::Socket::SSL->new but with
IO::Socket::SSL->start_SSL on an established socket
Fri Mar 30 14:00:00 2007 anickaAATTsuse.cz
- update to 1.04
* added way to create SSL object with predefined session
cache
Wed Mar 7 13:00:00 2007 anickaAATTsuse.cz
- update to 1.03
* add CLONE_SKIP
Wed Dec 13 13:00:00 2006 anickaAATTsuse.cz
- update to 1.02
* added some info to BUGS and to BUGS section of pod
* added TELL and BINMODE to IO::Socket::SSL::SSL_HANDLE, even
if they do nothing useful.
* all tests allocate now the ports dynamically, so there should
be no longer a conflict with open ports on the system where
the tests run
Thu Sep 14 14:00:00 2006 anickaAATTsuse.cz
- update to 1.01
* add support for Diffie Hellman Key Exchange.
* accept_SSL sets errors on $socket (the accepted socket)
not $self (the listening socket if called from accept)
* many bugfixes
Mon Jul 24 14:00:00 2006 anickaAATTsuse.cz
- update to 0.993
* added test for sysread/syswrite behavior
* fix Makefile.PL to allow detectection of failures in PREREQ_PM
* fix problems with HTTP::Daemon::SSL
Tue Jul 18 14:00:00 2006 anickaAATTsuse.cz
- update to 0.99
* Maintainer changed to
* Better support for nonblocking sockets
* Bugfixes