Re: [dane] [saag] Need better opportunistic terminology

Joe Touch <touch@isi.edu> Thu, 13 March 2014 15:11 UTC

Return-Path: <touch@isi.edu>
X-Original-To: dane@ietfa.amsl.com
Delivered-To: dane@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6D02C1A0A14; Thu, 13 Mar 2014 08:11:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.747
X-Spam-Level:
X-Spam-Status: No, score=-4.747 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.547] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zH1uCCFszHnX; Thu, 13 Mar 2014 08:11:08 -0700 (PDT)
Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by ietfa.amsl.com (Postfix) with ESMTP id 521261A0A13; Thu, 13 Mar 2014 08:11:07 -0700 (PDT)
Received: from [192.168.1.93] (pool-71-105-87-112.lsanca.dsl-w.verizon.net [71.105.87.112]) (authenticated bits=0) by boreas.isi.edu (8.13.8/8.13.8) with ESMTP id s2DF8PQN028390 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 13 Mar 2014 08:08:35 -0700 (PDT)
Message-ID: <5321C9EC.8010403@isi.edu>
Date: Thu, 13 Mar 2014 08:08:28 -0700
From: Joe Touch <touch@isi.edu>
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0
MIME-Version: 1.0
To: "Olle E. Johansson" <oej@edvina.net>, Derek Atkins <derek@ihtfp.com>
References: <CAMm+LwjF9To+w3K4RR=72BbLNE2hJa9CibWOEARYmODiuFNu9g@mail.gmail.com> <082D04F9-DBB4-4492-BE91-C4E3616AC24D@isi.edu> <531F85D5.2070209@bbn.com> <531F8A53.1040103@isi.edu> <531F8E5F.8030705@isi.edu> <sjmlhwfxk16.fsf@mocana.ihtfp.org> <CDEFFAA5-AF1B-442B-B820-62A57BB9E03D@edvina.net>
In-Reply-To: <CDEFFAA5-AF1B-442B-B820-62A57BB9E03D@edvina.net>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-ISI-4-43-8-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Archived-At: http://mailarchive.ietf.org/arch/msg/dane/Tup3tMVq9PkIkH7rDLKkwuySjAM
Cc: saag <saag@ietf.org>, dane@ietf.org
Subject: Re: [dane] [saag] Need better opportunistic terminology
X-BeenThere: dane@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DNS-based Authentication of Named Entities <dane.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dane>, <mailto:dane-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dane/>
List-Post: <mailto:dane@ietf.org>
List-Help: <mailto:dane-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dane>, <mailto:dane-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 13 Mar 2014 15:11:10 -0000

On 3/13/2014 12:59 AM, Olle E. Johansson wrote:
>
> On 12 Mar 2014, at 21:02, Derek Atkins <derek@ihtfp.com> wrote:
>
>> Joe Touch <touch@isi.edu> writes:
>>
>>> Why not just use the term "unauthenticated encryption", when that's
>>> exactly what's happening?
>>
>> Well, it's not necessarily what's happening.  The data itself might
>> still have "integrity protection" (which is a form of authentication.
>> You're just not authenticating the endpoint, which means you could be
>> subject to a MitM attack.  Alternate terms could be "Unauthenticated
>> Keying" or "Unauthenticated Key Exchange" which are closer (IMHO) to
>> what's going on.
>
> To get any movement in this area among developers and sysadmins,
> we need a language that any sysadmin or developer understands.
> I believe we can easily get them to understand "Opportunistic encryption"
> but if we go into explaining "keying" or "key exchange" they will be lost in
> the OpenSSL documentation maze again.

The problem is that OE isn't what's going on when you simply choose not 
to authenticate keys. Yes, it's a simple term, but it's also an 
incorrect one.

I appreciate the desire to find a cute marketing term, which is why I 
offered "zero-ID" - which is more accurate and easier to explain to 
developers and sysadmins (what do you *do* to make OE? it's easy to make 
zero-ID - you stop using IDs).

I'm not wed to that term, but market-speak is your metric, OE fails on 
multiple counts.

> As a side note:
>
> https://tools.ietf.org/html/rfc5630
>
> Use the term "best-effort TLS" to describe that a SIP ua is perfectly
> allowed to set up a TLS session based on policy regardless if there
> is a "sips:" URI. I don't know where that terminalogy came from. It's
> always used with quotation marks in the RFC. This "best-effort TLS"
> still requires verification of the certificate though.

That's similar reasoning as to why I don't like OE.

Joe