Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81594 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48319 invoked from network); 2 Feb 2015 16:09:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2015 16:09:52 -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.223.175 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.223.175 mail-ie0-f175.google.com Received: from [209.85.223.175] ([209.85.223.175:36925] helo=mail-ie0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/82-34915-051AFC45 for ; Mon, 02 Feb 2015 11:09:52 -0500 Received: by mail-ie0-f175.google.com with SMTP id ar1so18507584iec.6 for ; Mon, 02 Feb 2015 08:09:50 -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=1Ko9bh8CM2ubHALo8e+IsE8vsM3X/Gk29yXpGmVK8po=; b=TATIDK+VqszQHUDuGXKaXZN7C6Aw3Y72EByBcT59y/vrwsAnc2tRXP4FPHon6F87zQ VL6kh+rV1tErza/Hh+MlEToI5Fcv0hGNtOkzTL+Sf8/Iknw5b5JmG+NKpOsPQ3CXC6pI peiaLfGEvraUNug6TFyo7Z/U1nDPFNOf3tKOSBK3iE/+ZNf/WNZHKbhmE3sz8HOp9tR6 9Z6J+tiuw4Vywfd18GBW8LHgh9XYUiAY8lRisxubcdhyf92D/PKxpFE0gDarV0lk6YvW USpn2o6YkwAi8V2WRhvR+PjR2j3N2bI7tX0y5/y3P9XAD4OrTcxXkb2N0L6dnM2M8rcp RrOQ== MIME-Version: 1.0 X-Received: by 10.107.136.143 with SMTP id s15mr4727948ioi.8.1422893390121; Mon, 02 Feb 2015 08:09:50 -0800 (PST) Sender: jakub.php@gmail.com Received: by 10.107.55.8 with HTTP; Mon, 2 Feb 2015 08:09:50 -0800 (PST) In-Reply-To: References: Date: Mon, 2 Feb 2015 16:09:50 +0000 X-Google-Sender-Auth: NXnwVRVna-B-gE9wHZVogCyhE7g Message-ID: To: Leigh Cc: Jason Gerfen , PHP internals Content-Type: multipart/alternative; boundary=001a113ed55a125005050e1d2fd3 Subject: Re: [PHP-DEV] OpenSSL ext. improvements for authenticated cipher modes. From: bukka@php.net (Jakub Zelenka) --001a113ed55a125005050e1d2fd3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Feb 2, 2015 at 12:03 PM, Leigh wrote: > > In Rogaway's own OCB FAQ it states: > > The number =CF=84, the tag length of the scheme, is, like the blockcipher > E, a parameter of the mode. It=E2=80=99s a number 0 =E2=89=A4 =CF=84 =E2= =89=A4 128. > > http://web.cs.ucdavis.edu/~rogaway/ocb/ocb-faq.htm > The OCB is just in openssl master and won't be released for quite a some time (scheduled for 1.1.0) so think that you don't have to worry about that now ;) --001a113ed55a125005050e1d2fd3--