Update to 1.962: - work around problems with older F5 BIG-IP by offering fewer ciphers on the client side by default, so that the client hello stays below 255 byte
- IO::Socket::SSL::Utils::CERT_create can now create CA-certificates which are not self-signed (by giving issuer_*) OK? Index: Makefile =================================================================== RCS file: /cvs/ports/security/p5-IO-Socket-SSL/Makefile,v retrieving revision 1.59 diff -u -p -u -p -r1.59 Makefile --- Makefile 25 Nov 2013 14:11:12 -0000 1.59 +++ Makefile 12 Dec 2013 15:38:26 -0000 @@ -2,7 +2,7 @@ COMMENT = perl interface to SSL sockets -DISTNAME = IO-Socket-SSL-1.960 +DISTNAME = IO-Socket-SSL-1.962 CATEGORIES = security Index: distinfo =================================================================== RCS file: /cvs/ports/security/p5-IO-Socket-SSL/distinfo,v retrieving revision 1.48 diff -u -p -u -p -r1.48 distinfo --- distinfo 25 Nov 2013 14:11:12 -0000 1.48 +++ distinfo 12 Dec 2013 15:38:26 -0000 @@ -1,2 +1,2 @@ -SHA256 (IO-Socket-SSL-1.960.tar.gz) = Z3esMnDV/5cNxEcc5jXvJ/dtjtzPtOB/bfRbW1OhMKQ= -SIZE (IO-Socket-SSL-1.960.tar.gz) = 91495 +SHA256 (IO-Socket-SSL-1.962.tar.gz) = pXdrRx6L4dBhTEKlLQ5oOOQeXbhqK3ldUHt6Qi9Myz8= +SIZE (IO-Socket-SSL-1.962.tar.gz) = 93076
