Re: [secdir] Secdir review of draft-altmann-tls-channel-bindings-10
"Avygdor Moise" <avy@fdos.ca> Mon, 28 June 2010 17:31 UTC
Return-Path: <avy@fdos.ca>
X-Original-To: secdir@core3.amsl.com
Delivered-To: secdir@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id E79033A6873; Mon, 28 Jun 2010 10:31:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.715
X-Spam-Level:
X-Spam-Status: No, score=-0.715 tagged_above=-999 required=5 tests=[AWL=-1.017, BAYES_50=0.001, MIME_8BIT_HEADER=0.3, STOX_REPLY_TYPE=0.001]
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 hfxJg9G-Kcei; Mon, 28 Jun 2010 10:31:40 -0700 (PDT)
Received: from kirk.fdos.ca (www.naedra.org [206.75.201.253]) by core3.amsl.com (Postfix) with ESMTP id 0A9353A68F6; Mon, 28 Jun 2010 10:31:14 -0700 (PDT)
Received: from PAN (dyna23.fdos.com [192.168.1.23] (may be forged)) by kirk.fdos.ca (8.14.2/8.14.2) with SMTP id o5SHV7hH009768; Mon, 28 Jun 2010 11:31:07 -0600
Message-ID: <D2F38064622140FAA9974F3B1A2C1C27@PAN>
From: Avygdor Moise <avy@fdos.ca>
To: Magnus Nyström <magnusn@gmail.com>, secdir@ietf.org, iesg@ietf.org, draft-c1222-transport-over-ip.all@tools.ietf.org, Paul Hoffman <phoffman@imc.org>
References: <i2k2f57b9e61005042223k47193623m863c28b9136cce96@mail.gmail.com> <AANLkTinnbdlAO5g5qwfEpOMT8Hi7AuDv0O3hRwaKEXXt@mail.gmail.com> <p06240826c84d76ae19d7@[10.20.30.158]>
Date: Mon, 28 Jun 2010 11:31:07 -0600
MIME-Version: 1.0
Content-Type: text/plain; format="flowed"; charset="iso-8859-1"; reply-type="original"
Content-Transfer-Encoding: 8bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.5931
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931
X-Mailman-Approved-At: Wed, 30 Jun 2010 08:31:42 -0700
Cc: Jonathan Brodkin <jonathan.brodkin@fdos.ca>
Subject: Re: [secdir] Secdir review of draft-altmann-tls-channel-bindings-10
X-BeenThere: secdir@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Security Area Directorate <secdir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/secdir>, <mailto:secdir-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/secdir>
List-Post: <mailto:secdir@ietf.org>
List-Help: <mailto:secdir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/secdir>, <mailto:secdir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jun 2010 17:31:42 -0000
Without going into too much detail I will try and explain what is meant by "only to enhance and preserve [and] ... not be a substitute for ... ANSI C12.22 ... security provisions." ANSI C12.22 / IEEE 1703 / MC12.22 can use any network transport protocol to carry a C12.22 Message. Because of the above expectation the protocol can not assume that the underlying transport is secure, although it may be. A C12.22 Message is composed of three core components: 1) Connectionless-mode ACSE APDU wrapper 2) EPSEM service/response indication 3) ANSI C12.19 / IEEE 1377 / MC12.19 Table Data (for EPSEM Read/Write services) ANSI C12.22 / IEEE 1703 / MC12.22 supports the transmission of the ACSE PDU using one of thee "standard modes" 1) Mode 0 -- The C12.22 Message is transmitted in clear text without encryption and without authentication. 2) Mode 1 -- The C12.22 Message is transmitted in plain text without encryption, but with authentication. 3) Mode 2 -- The C12.22 Message is transmitted encrypted and authenticated. The default (build-in) mechanism is EAX' (based on AES-128). In addition the protocol implements duplicate APDU rejection, playback rejection and message associations. The "built-in" C12.22 Security Mechanism is registered as Module C12.22-Security-Mechanism {iso(1) member-body(2) us(840) c1219-standard(10066) mechanism(12) c1222(1) version(1)} Other encryption/authentication protocols may be registered by providing an algorithm and an OID. In addition EPSEM security service together with ANSI C12.19 / IEEE 1377 / MC12.19 passwords and roles tables role-base accessed to data and services. When authentication and/or encryption is used then the ENTIRE ACSE APDU is authenticated including all source/destination elements. If a network manager wishes to introduce additional security (e.g. TLS, Firewalls etc.) then this should not act to replace the security cited above, because the C12.22 Message "contract" is an end-to-end. i.e. a C12.22 Message may enter and leave an IP network, but when it does then the C12.22 Message integrity, security, privacy and authenticity should not be affected by the presence or absence of an IP network or the presence or absence of IP network security. If the IP security introduces additional opacity (privacy) then it may be necessary to install additional C12.22 Relays/Gateways at the perimeter of the secured IP network, when the network attaches to a global AMI network. I hope this clarifies things Avygdor Moise ----- Original Message ----- From: "Paul Hoffman" <phoffman@imc.org> To: "Magnus Nyström" <magnusn@gmail.com>; <secdir@ietf.org>; <iesg@ietf.org>; <draft-c1222-transport-over-ip.all@tools.ietf.org> Sent: Sunday, June 27, 2010 3:44 PM Subject: Re: [secdir] Secdir review of draft-altmann-tls-channel-bindings-10 Given that I have made this same copy-and-paste error in the past: this review is for draft-c1222-transport-over-ip, not the one in the Subject: line. At 10:31 AM -0700 6/27/10, Magnus Nyström wrote: >I have reviewed this document as part of the security directorate's >ongoing effort to review all IETF documents being processed by the >IESG. These comments were written primarily for the benefit of the >security area directors. Document editors and WG chairs should treat >these comments just like any other last call comments. > >This document defines a framework for transporting ANSI C12.22 >advanced metering infrastructure (AMI) messages on IP networks. > >AMI is intended for interaction with various types of utility meters; >as such, it is clear that security services such as data authenticity, >integrity and confidentiality will be quite important. This draft >defers to ANSI C12.22 for application-layer security and states that >any transport (or IP) network layer security security functionality >shall act "only to enhance and preserve [and] ... not be a substitute >for ... ANSI C12.22 ... security provisions." This is all good but I >have not had access to C12.22 for this review and so cannot comment >further on it. It seems to me, however, that the layering of C12.22 >on top of IP networks may warrant a discussion about potential methods >to enhance C12.22 security? For example, could privacy be enhanced >beyond what C12.22 offers through use of a transport network's >confidentiality services? > >Other than this I have no particular comments on this draft; it reads >good to me. >-- Magnus >_______________________________________________ >secdir mailing list >secdir@ietf.org >https://www.ietf.org/mailman/listinfo/secdir
- [secdir] Secdir review of draft-altmann-tls-chann… Magnus Nyström
- Re: [secdir] Secdir review of draft-altmann-tls-c… Magnus Nyström
- Re: [secdir] Secdir review of draft-altmann-tls-c… Paul Hoffman
- Re: [secdir] Secdir review of draft-altmann-tls-c… Avygdor Moise