Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83909 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37128 invoked from network); 26 Feb 2015 16:44:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2015 16:44:35 -0000 Authentication-Results: pb1.pair.com header.from=albertcasademont@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=albertcasademont@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.52 as permitted sender) X-PHP-List-Original-Sender: albertcasademont@gmail.com X-Host-Fingerprint: 209.85.215.52 mail-la0-f52.google.com Received: from [209.85.215.52] ([209.85.215.52:38986] helo=mail-la0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/87-32582-F6D4FE45 for ; Thu, 26 Feb 2015 11:44:33 -0500 Received: by labgq15 with SMTP id gq15so12192911lab.6 for ; Thu, 26 Feb 2015 08:44:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=LmLuftEU0h4SbjHg5Ib+ozVmdNOI6kV/mL+GPXZeT1c=; b=jiu/5wn/ffNQyyf64Ibt+mmhBd1vqqhYUh5H57rz4tdIINzy4fyF/yEzs3imWeR93G Xm638MIdP/skmmX74q8EwwlyvCyGr90o901q+JpWXigPyq/18kz67FtpBQSBbdCKuWaX pwckHmU4R1N8Ucwz60VXZ7iDJwWs6IjMQj1rfR6OiWuKeYwM1WIOAHk4drzbtxjJC/k/ PVU2/pVLQCgxH/X7T+vWozLtAemhfNV97cDsg/L4S3VHolN88GZ4WnZxqY//c5lypSI7 EMIqJb6pe1/Lze8TdjE3ptmqRqnMj9SdfkUpmcZOFwIHgbGiWxzmx50pZbqgiuH+89mP rfUQ== X-Received: by 10.152.23.233 with SMTP id p9mr8512488laf.123.1424969068601; Thu, 26 Feb 2015 08:44:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.154.194 with HTTP; Thu, 26 Feb 2015 08:44:08 -0800 (PST) In-Reply-To: References: <54EF44CB.7040707@sektioneins.de> Date: Thu, 26 Feb 2015 17:44:08 +0100 Message-ID: To: Leigh Cc: Stefan Esser , internals Content-Type: multipart/alternative; boundary=089e0160b864266750051000774c Subject: Re: [PHP-DEV] crypto_something From: albertcasademont@gmail.com (Albert Casademont Filella) --089e0160b864266750051000774c Content-Type: text/plain; charset=UTF-8 Please remember that now is just impossible to use AES-GCM with the current OpenSSL extension API, there is no way to get/set the authentication tag. With AES-GCM you already get a MAC for free, that should be the default operation mode. https://bugs.php.net/bug.php?id=67304 On Thu, Feb 26, 2015 at 5:18 PM, Leigh wrote: > On 26 February 2015 at 16:07, Stefan Esser > wrote: > > Hi, > > > >> libgcrypt does at least have a maintainer but it's poor > >> Werner Koch who is so destitute he lives on charity raised > >> on Kickstarter and has his work cut out just trying to deal > >> with GPG: http://is.gd/cbHCYO > > > > Wow. Just WOW. > > > > Are you jealous that thousands of people consider Werner Koch's work > > valuable and therefore support him building the financial ground to pay > > full-time maintainers for a software that millions use without even > > knowing (HINT: package signatures) or are you just a jerk? > > > > Unbelievable. > > > > Stefan Esser > > Woah, hold on there Stefan. I think you may have misinterpreted > something here. Toms words definitely don't have any negative feeling > to them, if anything I got the feeling of sympathy, and the "poor > maintainer" might have to quit one day unless he gets more funding! > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --089e0160b864266750051000774c--