Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87594 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20231 invoked from network); 4 Aug 2015 08:13:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2015 08:13:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=lauri.kentta@gmail.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=lauri.kentta@gmail.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain gmail.com does not designate 195.197.172.111 as permitted sender) X-PHP-List-Original-Sender: lauri.kentta@gmail.com X-Host-Fingerprint: 195.197.172.111 gw03.mail.saunalahti.fi Received: from [195.197.172.111] ([195.197.172.111:59726] helo=gw03.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/60-17227-C2470C55 for ; Tue, 04 Aug 2015 04:13:33 -0400 Received: from tuikku (a91-154-97-11.elisa-laajakaista.fi [91.154.97.11]) by gw03.mail.saunalahti.fi (Postfix) with ESMTP id C20152002E; Tue, 4 Aug 2015 11:13:27 +0300 (EEST) Received: from localhost.localdomain ([::1] helo=k-piste.dy.fi) by tuikku with esmtp (Exim 4.86) (envelope-from ) id 1ZMXLj-0007mN-KD; Tue, 04 Aug 2015 11:13:27 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 04 Aug 2015 11:13:27 +0300 To: PHP Internals Cc: Scott Arciszewski In-Reply-To: References: Message-ID: <9996b5784a1bfbca80b07de01f1a7a94@k-piste.dy.fi> X-Sender: lauri.kentta@gmail.com User-Agent: Roundcube Webmail/1.1.2 Subject: Re: [PHP-DEV] PHP 7.1 Cryptography Projects From: lauri.kentta@gmail.com (=?UTF-8?Q?Lauri_Kentt=C3=A4?=) On 2015-08-03 23:54, Scott Arciszewski wrote: > $AES = new \PCO\Symmetric('openssl:cipher=AES-128'); It would be great if you could just ask for cipher=AES-128 without explicitly specifying the provider (openssl). -- Lauri Kenttä