Subject: | Fix for SSL_get_shared_ciphers |
Date: | Wed, 21 Mar 2012 09:54:52 +0100 |
To: | bug-Net-SSLeay [...] rt.cpan.org |
From: | kmx <kmx [...] volny.cz> |
Fixing crazy calling convention for Net::SSLeay::get_shared_ciphers()
which IMHO never worked correctly.
$rv = SSL_get_shared_ciphers($ssl, $buf, length($buf));
to
$rv = SSL_get_shared_ciphers($ssl);
For backward compatibility the second and the third parameters are still
accepted but ignored
Also added test for this + documentation patch
--
kmx
Message body is not shown because sender requested not to inline it.