Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89611 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72579 invoked from network); 3 Dec 2015 23:23:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2015 23:23:34 -0000 Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.44 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.213.44 mail-vk0-f44.google.com Received: from [209.85.213.44] ([209.85.213.44:33054] helo=mail-vk0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/A3-47602-3FEC0665 for ; Thu, 03 Dec 2015 18:23:32 -0500 Received: by vkca188 with SMTP id a188so56028853vkc.0 for ; Thu, 03 Dec 2015 15:23:29 -0800 (PST) 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=XWi3sscUTmqa82pi0Yfc3IMkazQV4vllBgkmN8Y2NeU=; b=LjNf5Mutky5FEbP4ApuO11tpCtTRrjOtfJ3enbwGuUr9rCJ+jmIk+gZGdaUKEbR8Pc zKhWzUP7v/kdjY8GfsHhBnLr2MVIRs+7ChVySFgHkANxj7eianhuctpmurhiYmXqMYel z7nmw4YUIkjfyaRv8z6m+gBCeZ6IjKHmnx8xDCoHohA4b5XwfnB1wcnbjqtTWN9vdSay Bns1UAYkgHegWGMZBeG0Np21cwiTlCQ0cSbAV1PKPOTu3tzP5e/OBZ2h/Ky8DlTnVcb4 D5KXpjqVgmJ34CPhdfoe1I7oMPYKjpKorDAuCrHihuTIXqlpTgHfjX93sQrqDgRsvUho iUjw== MIME-Version: 1.0 X-Received: by 10.31.192.199 with SMTP id q190mr8046527vkf.96.1449185009119; Thu, 03 Dec 2015 15:23:29 -0800 (PST) Sender: jakub.php@gmail.com Received: by 10.31.153.132 with HTTP; Thu, 3 Dec 2015 15:23:29 -0800 (PST) In-Reply-To: References: Date: Thu, 3 Dec 2015 23:23:29 +0000 X-Google-Sender-Auth: r_1wtd9TrmJ2e7xTzH_P9pWpTJ0 Message-ID: To: Scott Arciszewski Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a1142fb9aaeb94f052606ad43 Subject: Re: [PHP-DEV] ext/openssl needs to be fixed in 7.1 From: bukka@php.net (Jakub Zelenka) --001a1142fb9aaeb94f052606ad43 Content-Type: text/plain; charset=UTF-8 Hi, On Thu, Dec 3, 2015 at 10:41 PM, Scott Arciszewski wrote: > Hi internals, > > Compare https://3v4l.org/JW5lp with https://3v4l.org/mdEkO > > Why doesn't GCM work? Can it be fixed? > You are probably referring to this feature request: https://bugs.php.net/bug.php?id=67304 I have been slowly working on it and it should be ready for 7.1 (also including CCM) if all passes. It requires almost complete rewrite of openssl_encrypt and openssl_decrypt. You can see progress here (it's not completed in any case but there is some time till 7.1 wiil get released ... :) ): https://github.com/php/php-src/compare/master...bukka:openssl_aead Cheers Jakub --001a1142fb9aaeb94f052606ad43--