Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81750 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89425 invoked from network); 4 Feb 2015 00:34:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 00:34:04 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:11243] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/6D-20608-8F861D45 for ; Tue, 03 Feb 2015 19:34:03 -0500 To: internals@lists.php.net Date: Wed, 04 Feb 2015 01:33:58 +0100 Message-ID: References: X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 85.223.116.227 Subject: Re: [PHP-DEV] [RFC][VOTE] Removal of dead or not yet PHP7 ported SAPIs and extensions From: phpdev@ehrhardt.nl (Jan Ehrhardt) "Anatol Belski" in php.internals (Tue, 3 Feb 2015 09:11:18 +0100): >Hi Michael, > >On Tue, February 3, 2015 08:31, Michael Wallner wrote: >> On 3 Feb 2015 08:10, "Adam Harvey" wrote: > >> I understand your thoughts. How about if we do for mcrypt what we did for >> mhash, I.e. implement a compatible layer on top of openssl? I have not >> checked if it's even possible yet, just an idea that popped into mind. I >> would be willing to do this to learn more about the openssl innards, so >> I'd probably need someone else to verify my work. > >if you venture to do this, please ping. I can support you at least with >testing and maybe more. Daniel Stenberg (curl dev) happened to point to libtomcrypt today: https://github.com/libtom/libtomcrypt Jan