Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87632 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22706 invoked from network); 5 Aug 2015 00:14:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Aug 2015 00:14:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.52 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.52 mail-pa0-f52.google.com Received: from [209.85.220.52] ([209.85.220.52:35384] helo=mail-pa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/F6-11835-35551C55 for ; Tue, 04 Aug 2015 20:14:11 -0400 Received: by pabxd6 with SMTP id xd6so3110777pab.2 for ; Tue, 04 Aug 2015 17:14:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=6xwDop6xCyyZEnXwcGb5makIdL5XjJf/jqYyda9jg5E=; b=CeTITs1sJhx3OF5U5WmxD0UY4as6+ncqXtoylicOziOx8pGJeeERkVv+N83LlRFAgJ MySQ3/w027xJE1NX4OJ1wJihB83A0KIjnO9C2AGbw5s3QBYv7tKWNItT2JQSamoAtCEJ FzsutxZna9T275+4jQGEY9gcjUItyZ6J1opDUAKZ/u2VwqQ4C9sPC2WuOp2IVACNighH qvTkbSVI3tSq8MbDTID6Phm7rQZbAJeG97sg83yTX8iW+9HmtSTQTBrJ8T2VLxR8fItf Q8Y0aDaMJpM8nLWjoSdu2N1zAtERRBaZ03SosDvq9RCVIIih5ojh32IszBm2JrTt3l2U +Kcw== X-Received: by 10.66.55.105 with SMTP id r9mr13350119pap.143.1438733648387; Tue, 04 Aug 2015 17:14:08 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by smtp.gmail.com with ESMTPSA id dc8sm599248pdb.23.2015.08.04.17.14.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Aug 2015 17:14:07 -0700 (PDT) To: Anthony Ferrara , =?UTF-8?Q?Lauri_Kentt=c3=a4?= References: <9996b5784a1bfbca80b07de01f1a7a94@k-piste.dy.fi> Cc: Scott Arciszewski , PHP Internals Message-ID: <55C15541.20904@gmail.com> Date: Tue, 4 Aug 2015 17:13:53 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 7.1 Cryptography Projects From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > of the storage formats. Similar to the headers used by TLS and other > formats. That way anyone can build to the specification, which would > be maintained along side the implementation. I'm not a big fan of the idea that to talk to the PHP script, I will have now to have yet another set of client libraries in Java, Ruby, Python, Go, C#, etc. just because I'd need to read those headers to get to the content. And of course I will have to update all of those each time new version, encryption protocol, option, etc. comes out. -- Stas Malyshev smalyshev@gmail.com