Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87613 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68937 invoked from network); 4 Aug 2015 15:47:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2015 15:47:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:36401] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/43-49831-5AED0C55 for ; Tue, 04 Aug 2015 11:47:50 -0400 Received: by lbbud7 with SMTP id ud7so8558392lbb.3 for ; Tue, 04 Aug 2015 08:47:46 -0700 (PDT) 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; bh=rMARmTjxG1vDJhH8BfGyEljW1wyTqIaNv+VJxCU1eeE=; b=gheYfAnSRMiDJp4k7eEHJI7y8eiQCRqtIxOJogCGWnI6YnGJkPo1BeCrVwKdO8KNbv Eawa7TYqgNtk5zcOGfh5m15vf9V8Bt0f289kz7sAiWa37yg5trIbXgd+P5D0L3IPjuhJ 0XwhJt9r5srNDY/8eZ7ys45MNhMw0zmhnHBqVJnHskg1YJGRddsvKfV/gQAPp0ZDl6La 9qsisbqxj9aq9zS4qtR0EOrAv26w0IeUxXCv93dm+cDmaCq323hlv+uj3RomgnAW18q/ i08RUNiHk9yQQJTnK41FgnwMTNV9+q7CKTzPDaA7pZGcz74TSwZRNYmV/BT9cVYgovOP klsQ== MIME-Version: 1.0 X-Received: by 10.112.147.8 with SMTP id tg8mr4309640lbb.62.1438703266673; Tue, 04 Aug 2015 08:47:46 -0700 (PDT) Received: by 10.112.33.7 with HTTP; Tue, 4 Aug 2015 08:47:46 -0700 (PDT) In-Reply-To: <55C0685E.2070202@gmail.com> References: <55C0685E.2070202@gmail.com> Date: Tue, 4 Aug 2015 22:47:46 +0700 Message-ID: To: Stanislav Malyshev Cc: Scott Arciszewski , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PHP 7.1 Cryptography Projects From: pierre.php@gmail.com (Pierre Joye) On Tue, Aug 4, 2015 at 2:23 PM, Stanislav Malyshev wrote: >> * Adding streaming encryption/decryption support to OpenSSL > > Hm... Implementing streaming cyphers right is not trivial, and if we'd > be doing our own crypto (as opposed to providing API to existing > libraries) we need a real lot of review to be confident it's done right. I totally agree. Except bundling existing widely used code (if really necessary, like what we did for blowfish for example), I would strongly recommend to never even try to implement our own crypto features. Cheers, -- Pierre @pierrejoye | http://www.libgd.org