Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74857 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46810 invoked from network); 11 Jun 2014 21:56:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jun 2014 21:56:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.46 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.216.46 mail-qa0-f46.google.com Received: from [209.85.216.46] ([209.85.216.46:35616] helo=mail-qa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/00-46297-160D8935 for ; Wed, 11 Jun 2014 17:55:45 -0400 Received: by mail-qa0-f46.google.com with SMTP id i13so536845qae.33 for ; Wed, 11 Jun 2014 14:55:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=NDNxjt4htEoS6JyiZ50uW9wjHs2ZAsUqBjKqJYuWNGw=; b=fVDkWh0jQXRFQZ5AuT2jaoAZDEvLVE9/fwPMhhrFVxuw6Ji6i1klb1ex7K0QyYkabF 4zD9rt/O+WPjeEkWdBd7+3Nj6YaUCC+R4NRYuzyGdCfkYnLhYrQBcslzkoz7uxf6q9DQ etFQ15jE5gT37pM4BiwL86b42UtNZo7mpK7jjGTAo8L0KjaBbnlo1AUMvp0Tays2JsAh MT2o6Tdh5xSO+igdaA3y+U2dzko8klw800Ju7a5adlHhjW9ih/UuI4Wt2vBj5koqfMDZ YjkNeoAqbSllnpinyiGSleocJtJeXKVe3gmJW29tH8ZHQjPlUt1NwXJ1mwpqsKhoCLsW 31Sw== MIME-Version: 1.0 X-Received: by 10.140.107.119 with SMTP id g110mr17080054qgf.100.1402523742439; Wed, 11 Jun 2014 14:55:42 -0700 (PDT) Sender: are.you.winning@gmail.com Received: by 10.229.149.73 with HTTP; Wed, 11 Jun 2014 14:55:42 -0700 (PDT) In-Reply-To: <53987BA3.40803@fedoraproject.org> References: <53987BA3.40803@fedoraproject.org> Date: Wed, 11 Jun 2014 22:55:42 +0100 X-Google-Sender-Auth: sq88TKBoDBSgaLRIMBtfZLrkoj8 Message-ID: To: Remi Collet Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] openssl_spki_verify.phpt failing From: cw@daverandom.com (Chris Wright) On 11 June 2014 16:54, Remi Collet wrote: > 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. Is it feasible/practical/a good idea to formally deprecate this? (i.e. emit E_DEPRECATED when these are specified as acceptable algos)