Re: [Syslog] New Version: draft-ietf-syslog-dtls-02

Richard Graveman <rfgraveman@gmail.com> Sat, 06 March 2010 00:21 UTC

Return-Path: <rfgraveman@gmail.com>
X-Original-To: syslog@core3.amsl.com
Delivered-To: syslog@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 53F063A9051 for <syslog@core3.amsl.com>; Fri, 5 Mar 2010 16:21:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[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 719Ub4wVRFO7 for <syslog@core3.amsl.com>; Fri, 5 Mar 2010 16:21:46 -0800 (PST)
Received: from mail-iw0-f183.google.com (mail-iw0-f183.google.com [209.85.223.183]) by core3.amsl.com (Postfix) with ESMTP id 060AB3A904F for <syslog@ietf.org>; Fri, 5 Mar 2010 16:21:45 -0800 (PST)
Received: by iwn13 with SMTP id 13so3203294iwn.14 for <syslog@ietf.org>; Fri, 05 Mar 2010 16:21:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Gb6h3ilpll9AuYFiHFrW8jrVo5FeYh0scGC81rv8mOc=; b=GlN48oxpzuxpaAAKmabhAJOYv7ABtVzc3TPpzkfN4lqX2BQL319tf9q5EJ28+oTg8R +W3dQKPVi/Qjn2SrSR5n/9xMmyGhe5qISeBlaoZrvFjepGYyUWIqCUsAhGgVL6RkNre3 wpFRtKVlnsEHJvxkE0kqvlnfiysJvLpDCPSG8=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=xEbzemvfDk+64TTtW+biJsT1w6r8qZRBD7yWcq/2mDwH7vYzfySj2BrMWvjSEjNs58 X10tJj8jwWBk5ZglB4xHd1BoMLwAd4CohAALsMT+zoBGGU3cqlt6BuDXLxIDWlC8mAg2 IrK5OlByz4FKqtCFcNF160LWD2DJTWi+t8Hvk=
MIME-Version: 1.0
Received: by 10.231.148.205 with SMTP id q13mr448230ibv.47.1267834905054; Fri, 05 Mar 2010 16:21:45 -0800 (PST)
In-Reply-To: <Pine.GSO.4.63.1003051448070.17566@sjc-cde-011.cisco.com>
References: <AC1CFD94F59A264488DC2BEC3E890DE509C5B555@xmb-sjc-225.amer.cisco.com> <Pine.GSO.4.63.1003051448070.17566@sjc-cde-011.cisco.com>
Date: Fri, 05 Mar 2010 19:21:45 -0500
Message-ID: <45c8c21a1003051621w5f851e3q7fcb93af0050d8d8@mail.gmail.com>
From: Richard Graveman <rfgraveman@gmail.com>
To: Chris Lonvick <clonvick@cisco.com>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Cc: syslog@ietf.org
Subject: Re: [Syslog] New Version: draft-ietf-syslog-dtls-02
X-BeenThere: syslog@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Security Issues in Network Event Logging <syslog.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/syslog>, <mailto:syslog-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/syslog>
List-Post: <mailto:syslog@ietf.org>
List-Help: <mailto:syslog-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/syslog>, <mailto:syslog-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 06 Mar 2010 00:21:51 -0000

> I've looked over these changes and feel that they address the WGLC comments
> that were received.  I'd appreciate it if the people who did the reviews
> would also do a check.

Requiring certificates is a lot of extra baggage for worsened
security. All the commonly encountered certificates today are based on
signatures of weak hash functions, primarily SHA-1. Cipher suites
like:

0x00,0xA8     TLS_PSK_WITH_AES_128_GCM_SHA256          [RFC5487]
0x00,0xA9     TLS_PSK_WITH_AES_256_GCM_SHA384          [RFC5487]

do not suffer from the twin disease of weak and inefficient security
and ought to be an option, as Tschonfig and Eronen say in 4279:

      ... pre-shared keys may be more convenient from a key
      management point of view.  For instance, in closed environments
      where the connections are mostly configured manually in advance,
      it may be easier to configure a PSK than to use certificates.
      Another case is when the parties already have a mechanism for
      setting up a shared secret key, and that mechanism could be used
      to "bootstrap" a key for authenticating a TLS connection.

This is precisely the environment is which I would expect to find a
lot of syslog, as opposed to "TLS on the Web."

Rich Graveman