[http-state] SCS draft -01

tho <tho@koanlogic.com> Mon, 07 March 2011 07:47 UTC

Return-Path: <tho@koanlogic.com>
X-Original-To: http-state@core3.amsl.com
Delivered-To: http-state@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id EAD2A3A692D for <http-state@core3.amsl.com>; Sun, 6 Mar 2011 23:47:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.505
X-Spam-Level: *
X-Spam-Status: No, score=1.505 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FH_RELAY_NODNS=1.451, HELO_MISMATCH_COM=0.553, IP_NOT_FRIENDLY=0.334, RDNS_NONE=0.1, SARE_RECV_IP_069060096=1.666]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ttYJhP+z3uOU for <http-state@core3.amsl.com>; Sun, 6 Mar 2011 23:47:23 -0800 (PST)
Received: from gonzo.koanlogic.com (unknown [69.60.118.166]) by core3.amsl.com (Postfix) with ESMTP id F2B803A6923 for <http-state@ietf.org>; Sun, 6 Mar 2011 23:47:22 -0800 (PST)
Received: from host245-57-dynamic.42-79-r.retail.telecomitalia.it ([79.42.57.245]:63929 helo=[192.168.1.4]) by sp2844.serverpronto.com with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.50) id 1PwVB4-0006AV-9Z; Mon, 07 Mar 2011 02:48:34 -0500
From: tho <tho@koanlogic.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Date: Mon, 07 Mar 2011 08:47:51 +0100
Message-Id: <83BCE6C9-203A-463B-891D-ECD913559B0C@koanlogic.com>
To: http-state@ietf.org
Mime-Version: 1.0 (Apple Message framework v1082)
X-Mailer: Apple Mail (2.1082)
X-SA-Exim-Connect-IP: 79.42.57.245
X-SA-Exim-Mail-From: tho@koanlogic.com
X-Spam-DCC: :
X-Spam-Pyzor: Reported 0 times.
X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
X-SA-Exim-Scanned: Yes (on sp2844.serverpronto.com)
Cc: Lorenzo Cavallaro <lorenzo.cavallaro@gmail.com>, Steven Dorigotti <stewy@koanlogic.com>, tat@koanlogic.com, David Wagner <daw@cs.berkeley.edu>
Subject: [http-state] SCS draft -01
X-BeenThere: http-state@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Discuss HTTP State Management Mechanism <http-state.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/http-state>, <mailto:http-state-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/http-state>
List-Post: <mailto:http-state@ietf.org>
List-Help: <mailto:http-state-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/http-state>, <mailto:http-state-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Mar 2011 07:47:24 -0000

Hello all,

we have just published an updated version of the SCS draft which can be found at:

  http://tools.ietf.org/html/draft-secure-cookie-session-protocol-01

The major difference as compared to -00 is that, due to changed cookie-value encoding between -22 and -23 of draft-ietf-httpstate-cookie, the five SCS cookies have now been condensed into one anonymous cookie-value.

Another significant delta from -00 is that the intro section has been rewritten to (hopefully) better describe the basic set of security services that SCS provides: cookie data confidentiality, cookie data integrity, and sender (i.e. origin) authentication.  The former reasoning has been somewhat reversed, and the "no-storage session" scenario is now given as a natural outspring of the aforementioned properties.

Last but not least, a bug in the authentication tag computation has been fixed (thanks David!).

Other minor improvements concern inbound and outbound algorithms layout and a new section describing SCS cookie "inflation".

The source code at http://github.com/koanlogic/libscs -- which has reached a fairly stable state -- fully implements the -01 spec.

Any comment is welcome.

t.