Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79542 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69566 invoked from network); 10 Dec 2014 19:37:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2014 19:37:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:41685] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/18-29826-301A8845 for ; Wed, 10 Dec 2014 14:37:40 -0500 Received: by mail-wi0-f170.google.com with SMTP id bs8so14396224wib.3 for ; Wed, 10 Dec 2014 11:37:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=cKP3bIyGaDg8nr9KVDQLn9UC/8ZYb9uZgPqsns9yv6k=; b=Qtdk7w1fghk8cVdHepxv6V+uO9+bLaD/hWF+XfiW2NDfGvOQZuYvp6EFtiFSSmyhQX Wb8S1CEIjnsJ2223iUf7uqYGEeFB2DrYjpq9u2Qn51RpcxbcCs0bZeQEYzjse6dOVvuR 6M9IGn9MpUQ79flhXUKzWIPi+x98k1yTNejpYY16OcDNxpoYEbmOHMO/waL4gftlbgvG VF3aKeHUnk/T3vyq3gV7eLzhKpqHEfOHx2GA4U62ipGhYG7E74aHjVlhRsphiUz5wu8d mcWzSmWrjldaYAUsfkyKGIBYHhz57dtBpHGSpvBKIT5nE0vWPsbLJ8Vx2j8hALmV19IZ n0lw== MIME-Version: 1.0 X-Received: by 10.180.100.98 with SMTP id ex2mr9125401wib.58.1418240256559; Wed, 10 Dec 2014 11:37:36 -0800 (PST) Received: by 10.216.50.139 with HTTP; Wed, 10 Dec 2014 11:37:36 -0800 (PST) In-Reply-To: <648FEBB3-9D71-4AE3-BFDA-5ED268FC02A7@ajf.me> References: <5487E91D.6070602@fedoraproject.org> <648FEBB3-9D71-4AE3-BFDA-5ED268FC02A7@ajf.me> Date: Wed, 10 Dec 2014 19:37:36 +0000 Message-ID: To: Andrea Faulds Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] libmcrypt: abandonware? From: leight@gmail.com (Leigh) On 10 December 2014 at 18:31, Andrea Faulds wrote: > > It=E2=80=99s my understanding that ext/mcrypt is quite widely used. Would= it not be possible to update the lib to use OpenSSL or something on the ba= ckend, so existing applications would not need changing? > Focusing on the "or something". What are our options outside of OpenSSL? We could probably cover all of the features of mcrypt by compiling our own library from a selection of proven public domain or GPL sources if there is nothing that fits the bill exactly. That would give us the flexibility to pick the features we want. I wouldn't object to something a little more current in PHP 7 with an mcrypt polyfill. Crypto is a touchy subject though, so what are our options?