[IPsec] EAP Mutual Auth and IKE session resumption

Yaron Sheffer <yaronf.ietf@gmail.com> Mon, 21 June 2010 16:31 UTC

Return-Path: <yaronf.ietf@gmail.com>
X-Original-To: ipsec@core3.amsl.com
Delivered-To: ipsec@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id E1CBD3A69EF for <ipsec@core3.amsl.com>; Mon, 21 Jun 2010 09:31:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.466
X-Spam-Level:
X-Spam-Status: No, score=-1.466 tagged_above=-999 required=5 tests=[AWL=1.133, BAYES_00=-2.599]
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 VuIyPSf-VeO2 for <ipsec@core3.amsl.com>; Mon, 21 Jun 2010 09:31:37 -0700 (PDT)
Received: from mail-wy0-f172.google.com (mail-wy0-f172.google.com [74.125.82.172]) by core3.amsl.com (Postfix) with ESMTP id 240633A6A67 for <ipsec@ietf.org>; Mon, 21 Jun 2010 09:31:25 -0700 (PDT)
Received: by wya21 with SMTP id 21so2791529wya.31 for <ipsec@ietf.org>; Mon, 21 Jun 2010 09:31:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=pG3tKnaVKhY1JBjmjsjDMkFahjPD7UwDd0AtyRuu1DQ=; b=nn7Sbusb8s1uWkiYZm5SxD2d9qtRWQ9L3Efyvcp0uY7tXhsEEXOdQQikqmX6L8TYPC u+pqLfJvDY2f4Mv+tVcvcGdAurkhcPulvCKEPUaTHc6hCJ/IihM1e2WPqwMIXw9AgJ+y GYe6V3JPvXnne3eaGb/q5CgIrTSdNSTQ3EglI=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=FbXlV62OkjXx1ZJGV86f/IwBvkS3Kr7Y2UgDBmRoTV8/FK5T2Yw5WwkiKgENhJlul3 7aicazrIKEEZx3VgGCkeQDszrrROHAdnYwzUpGzOfCFACJJnyLRKOSznhJfMJgmTl11V Yfb0mld4gWGWaWKIblXarj+1BAxNMi2zJi/Ik=
Received: by 10.227.135.2 with SMTP id l2mr4885168wbt.216.1277137888896; Mon, 21 Jun 2010 09:31:28 -0700 (PDT)
Received: from [10.0.0.2] (bzq-79-178-30-177.red.bezeqint.net [79.178.30.177]) by mx.google.com with ESMTPS id y31sm26218368wby.16.2010.06.21.09.31.26 (version=SSLv3 cipher=RC4-MD5); Mon, 21 Jun 2010 09:31:27 -0700 (PDT)
Message-ID: <4C1F93DA.4070200@gmail.com>
Date: Mon, 21 Jun 2010 19:31:22 +0300
From: Yaron Sheffer <yaronf.ietf@gmail.com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4
MIME-Version: 1.0
To: IPsecme WG <ipsec@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: [IPsec] EAP Mutual Auth and IKE session resumption
X-BeenThere: ipsec@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Discussion of IPsec protocols <ipsec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/ipsec>, <mailto:ipsec-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ipsec>
List-Post: <mailto:ipsec@ietf.org>
List-Help: <mailto:ipsec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ipsec>, <mailto:ipsec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jun 2010 16:31:38 -0000

Hi,


EAP-Mutual has just gone through IESG review, but I'd like to make one 
more addition and would appreciate the group's feedback.


The interaction between this draft 
(https://datatracker.ietf.org/doc/draft-ietf-ipsecme-eap-mutual/) and 
session resumption (RFC 5723 <http://tools.ietf.org/html/rfc5723>) is 
simple, but I think should still be pointed out. So I was thinking of 
adding this text at the end of Sec. 3:


    An IKE SA that was set up with this extension can be resumed using 
the mechanism described
    in <xref target="RFC5723"/>. However session resumption does not 
change the authentication
    method. Therefore during the IKE_AUTH exchange of the resumed
    session, this extension MUST NOT be sent by the initiator.

All comments welcome.

Thanks,
     Yaron