Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68606 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37801 invoked from network); 22 Aug 2013 18:05:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2013 18:05:08 -0000 Authentication-Results: pb1.pair.com header.from=john.goodwin@gmail.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.3 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.3 plane.gmane.org Received: from [80.91.229.3] ([80.91.229.3:39431] helo=plane.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/C7-11927-2D256125 for ; Thu, 22 Aug 2013 14:05:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VCZFn-00008Z-A5 for internals@lists.php.net; Thu, 22 Aug 2013 20:05:03 +0200 Received: from 207.239.107.3 ([207.239.107.3]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Aug 2013 20:05:03 +0200 Received: from john.goodwin by 207.239.107.3 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Aug 2013 20:05:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Thu, 22 Aug 2013 18:02:25 +0000 (UTC) Lines: 22 Message-ID: References: <505B2CA7.6050505@codeangel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 207.239.107.3 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36) Subject: Re: [PHP-DEV] Authenticated Encryption in PHP From: john.goodwin@gmail.com (John Goodwin) Yahav Gindi Bar gmail.com> writes: > > To be honest, I've thought about it today and think that it could be great! > :) I'd love to help if it's possible in any way I can :) > > On Thu, Sep 20, 2012 at 5:48 PM, Chad Emrys codeangel.org> wrote: > > I was wondering how difficult it would be to add access to a standard > > authenticated encryption mode in openssl. > > > > Chad > > Sorry to resuscitate an ancient thread, but I was curious if anything ever came of this? I am currently looking for an aes-gcm impl in PHP, and contemplating building my own openssl wrapper to expose access. John