Protocol Action: 'Integrity Check Value and Timestamp TLV Definitions for MANETs' to Proposed Standard (draft-ietf-manet-packetbb-sec-09.txt)

The IESG <iesg-secretary@ietf.org> Fri, 09 March 2012 22:17 UTC

Return-Path: <iesg-secretary@ietf.org>
X-Original-To: ietf-announce@ietfa.amsl.com
Delivered-To: ietf-announce@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B613021F847D; Fri, 9 Mar 2012 14:17:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level:
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W7UkXZPRkf0Y; Fri, 9 Mar 2012 14:17:41 -0800 (PST)
Received: from ietfa.amsl.com (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BF71A21F8498; Fri, 9 Mar 2012 14:17:40 -0800 (PST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: The IESG <iesg-secretary@ietf.org>
To: IETF-Announce <ietf-announce@ietf.org>
Subject: Protocol Action: 'Integrity Check Value and Timestamp TLV Definitions for MANETs' to Proposed Standard (draft-ietf-manet-packetbb-sec-09.txt)
X-Test-IDTracker: no
X-IETF-IDTracker: 4.00
Message-ID: <20120309221740.31378.22905.idtracker@ietfa.amsl.com>
Date: Fri, 09 Mar 2012 14:17:40 -0800
Cc: manet chair <manet-chairs@tools.ietf.org>, manet mailing list <manet@ietf.org>, RFC Editor <rfc-editor@rfc-editor.org>
X-BeenThere: ietf-announce@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "IETF announcement list. No discussions." <ietf-announce.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf-announce>
List-Post: <mailto:ietf-announce@ietf.org>
List-Help: <mailto:ietf-announce-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 09 Mar 2012 22:17:41 -0000

The IESG has approved the following document:
- 'Integrity Check Value and Timestamp TLV Definitions for MANETs'
  (draft-ietf-manet-packetbb-sec-09.txt) as a Proposed Standard

This document is the product of the Mobile Ad-hoc Networks Working Group.

The IESG contact persons are Adrian Farrel and Stewart Bryant.

A URL of this Internet Draft is:
http://datatracker.ietf.org/doc/draft-ietf-manet-packetbb-sec/




Technical Summary 

   The document defines the mechanism for including a cryptographic
   signature for the key items in an RFC 5444 formatted packet. The
   document also specifies how mutable fields in the packet should
   be handled, such that the resulting signature can be correctly 
   verified by a recipient.  

Working Group Summary 

   The document has been reviewed by the working group quite carefully.
   The document reflects the consensus of the working group. 

Document Quality 

    The document has received careful review. The shepherd does not 
    know of any existing implementations at this time. 

Personnel

   Stan Ratliff (sratliff@cisco.com) is the Document Shepherd
   Adrian Farrel (adrian@olddog.co.uk) is the Responsible AD

RFC Editor Note

Section 1

OLD
   o  One common method for generating ICVs as a cryptographic function,
      calculated over the hash value of the content to be signed.
NEW
   o  One common method for generating ICVs as a cryptographic function,
      calculated over the hash value of the content.
END      

---

Section 3

OLD
   In Section 12, an example method
   for calculating such ICVs is given, using a cryptographic function
   over the hash value of the content to be signed.
NEW
   In Section 12, an example method
   for calculating such ICVs is given, using a cryptographic function
   over the hash value of the content.
END

---

Section 12.1

OLD
   <key-id>  is a field specifying the key identifier of the key that
      was used to sign the message, which allows unique identification
      of different keys with the same originator.
NEW
   <key-id>  is a field specifying the key identifier of the key that
      was used to calculate the ICV of the message, which allows unique
      identification of different keys with the same originator.
END