Re: [cicm] CICM BOF Summary

"Kevin W. Wall" <kevin.w.wall@gmail.com> Wed, 03 August 2011 03:15 UTC

Return-Path: <kevin.w.wall@gmail.com>
X-Original-To: cicm@ietfa.amsl.com
Delivered-To: cicm@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 07D4911E80F7 for <cicm@ietfa.amsl.com>; Tue, 2 Aug 2011 20:15:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.599
X-Spam-Level:
X-Spam-Status: No, score=-3.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SJsMry341ZPd for <cicm@ietfa.amsl.com>; Tue, 2 Aug 2011 20:15:08 -0700 (PDT)
Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by ietfa.amsl.com (Postfix) with ESMTP id D3AC611E8081 for <cicm@ietf.org>; Tue, 2 Aug 2011 20:15:07 -0700 (PDT)
Received: by wwg11 with SMTP id 11so3063602wwg.1 for <cicm@ietf.org>; Tue, 02 Aug 2011 20:15:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=QNM5LERayTjDnwYmG6oW4qlneCigTpz48BbT3TJTgT4=; b=Y1Bg35kX5Hs3NYUO8xVdgJOt/Hu4DxZ17YuOYCRAMn+T5Hx1iBvXnj8Qw/oRwQ7F7Y yhJNCRos1cDafDVoDgMjp+vefYh9fPJNxXscJF32ClWmAQxtyd8tSb1fOsZylzGL1tr8 bW/kzEEfVqaYMYF0xz3UZexs8OSTzzgCTRgfw=
MIME-Version: 1.0
Received: by 10.227.42.203 with SMTP id t11mr1587493wbe.53.1312341317691; Tue, 02 Aug 2011 20:15:17 -0700 (PDT)
Received: by 10.227.157.135 with HTTP; Tue, 2 Aug 2011 20:15:17 -0700 (PDT)
In-Reply-To: <F9AB58FA72BAE7449E7723791F6993ED0630A84D03@IMCMBX3.MITRE.ORG>
References: <F9AB58FA72BAE7449E7723791F6993ED0630A84D03@IMCMBX3.MITRE.ORG>
Date: Tue, 02 Aug 2011 23:15:17 -0400
Message-ID: <CAOPE6Ph4ui1ZLL8y91mX7mNbGzxKM5BFANdpSXVbbTxBQ2fhdw@mail.gmail.com>
From: "Kevin W. Wall" <kevin.w.wall@gmail.com>
To: CICM Discussion List <cicm@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Subject: Re: [cicm] CICM BOF Summary
X-BeenThere: cicm@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
Reply-To: CICM Discussion List <cicm@ietf.org>
List-Id: CICM Discussion List <cicm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cicm>, <mailto:cicm-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/cicm>
List-Post: <mailto:cicm@ietf.org>
List-Help: <mailto:cicm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cicm>, <mailto:cicm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 03 Aug 2011 03:15:09 -0000

Lev,

I think you ought to post this summary to the crypto list
at <cryptography@randombit.net>.

-kevin

On Tue, Aug 2, 2011 at 11:06 PM, Novikov, Lev <lnovikov@mitre.org> wrote:
> Last week we had a BOF at IETF 81. Thanks to all who attended (in-person
> and via Jabber). For those who couldn't make it, a summary:
>
> --- Begin Summary ---
> Dan Harkins and Dan Lanz were the BOF Chairs.
>
> Sean Turner and Stephen Farrell are the Security ADs.
>
> Vincent Roca presented slides about using CICM in a
> High Assurance, High Performance Security Gateway.
> Slides: http://www.ietf.org/proceedings/81/slides/cicm-1.pdf
>
> Lev Novikov presented slides about CICM's logical model and how
> security domain separation makes CICM different from other crypto APIs.
> Slides: http://www.ietf.org/proceedings/81/slides/cicm-2.pdf
>
> There were several points of discussion:
>
> 1. What about existing approaches:
>    * Why can't you extend PKCS#11 so that crypto operations like
>      encrypt always return TRUE?
>
>      A few reasons were given:
>      (a) CICM needs richer semantics (more and different kinds of
>          inputs) than what is available in PKCS#11. Previous attempts
>          at extending PKCS#11 became a mess.
>      (b) Return values can be more complex than just TRUE (e.g., list
>          of things that went wrong).
>
>    * What about using an existing protocol as an interface?
>
>      CICM could sit under such a protocol; it is also intended manage
>      the crypto (note the large number of management commands), and not
>      just the pipe (channel).
>
>    * Which approach, C-style or object-oriented, was intended? The .NET
>      crypto classes might be suitable for an object-oriented approach.
>
>      CICM is defined in IDL for which one can generate bindings in many
>      different languages including C, C++, Java, etc. We will have to
>      investigate the .NET approach further.
>
>  ** There was a request that folks on the list discuss these issues for
>     the benefit of the community.
>
> 2. The charter is insufficient for a Working Group:
>
>    * It was noted that there could be two goals:
>      (a) to produce multi-vendor support for a standard interface
>      (b) to introduce these concepts into existing IETF protocols
>
>    * The charter appears to be too detailed; it should focus more
>      on outlining the problem scope well.
>
>    * CICM appears to address requirements that are not well explained
>      in published documents.
>
>    * How would CICM work with Authenticated Encryption with
>      Authenticated Data [RFC 5116], TLS, or IPSEC? What are the
>      consequences on other protocols?
>
> The major consequence of these points is that we should re-write the
> charter and write documents to address the:
>  * larger problem scope
>  * logical model (in more generic terms) and requirements
>  * impact of this logical model on 2-3 existing protocols
>  * details for an corresponding API (e.g., CICM)
>
> --- End Summary ---
>
> More on this to follow.
>
> Lev
> _______________________________________________
> cicm mailing list
> cicm@ietf.org
> https://www.ietf.org/mailman/listinfo/cicm
>



-- 
Blog: http://off-the-wall-security.blogspot.com/
"The most likely way for the world to be destroyed, most experts agree,
is by accident. That's where we come in; we're computer professionals.
We *cause* accidents."        -- Nathaniel Borenstein