Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74850 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16681 invoked from network); 11 Jun 2014 15:54:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jun 2014 15:54:19 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 217.70.183.198 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.198 relay6-d.mail.gandi.net Received: from [217.70.183.198] ([217.70.183.198:39617] helo=relay6-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/16-09240-8AB78935 for ; Wed, 11 Jun 2014 11:54:18 -0400 Received: from mfilter9-d.gandi.net (mfilter9-d.gandi.net [217.70.178.138]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id C75AFFB8BF for ; Wed, 11 Jun 2014 17:54:13 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter9-d.gandi.net Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by mfilter9-d.gandi.net (mfilter9-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id iHJ6pZmrF47K for ; Wed, 11 Jun 2014 17:54:12 +0200 (CEST) X-Originating-IP: 82.241.130.121 Received: from schrodingerscat.famillecollet.com (pom51-2-82-241-130-121.fbx.proxad.net [82.241.130.121]) (Authenticated sender: contact@ll-experts.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 19779FB8D6 for ; Wed, 11 Jun 2014 17:54:11 +0200 (CEST) Message-ID: <53987BA3.40803@fedoraproject.org> Date: Wed, 11 Jun 2014 17:54:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: openssl_spki_verify.phpt failing From: remi@fedoraproject.org (Remi Collet) Hi On modern distro, md4/md5 digest are not allowed anymore (ex RHEL-7), thus this test is failing. Patch proposal (verify only modern algo) https://raw.githubusercontent.com/remicollet/remirepo/0fc68b550e90d24a1cf8208d78d10981f06267a7/php/php56/php-5.6.0-openssl.patch If nobody complains, I plan to apply it in 5.6+ Remi.