Re: [TLS] new error alerts?

Dave Garrett <davemgarrett@gmail.com> Thu, 23 July 2015 14:52 UTC

Return-Path: <davemgarrett@gmail.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C20191ACEC4 for <tls@ietfa.amsl.com>; Thu, 23 Jul 2015 07:52:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] 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 bHLtrD8EO0Pb for <tls@ietfa.amsl.com>; Thu, 23 Jul 2015 07:52:55 -0700 (PDT)
Received: from mail-qk0-x230.google.com (mail-qk0-x230.google.com [IPv6:2607:f8b0:400d:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B65101ACD4C for <tls@ietf.org>; Thu, 23 Jul 2015 07:52:49 -0700 (PDT)
Received: by qkdl129 with SMTP id l129so174730006qkd.0 for <tls@ietf.org>; Thu, 23 Jul 2015 07:52:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=KeIrf1OMq0AzaUulPKqtOfoLFJmdbLMH77tnIwUjeb4=; b=nKdX4q6esteTTRk0d0rJGKMBcs3jZjhWpoYFruBDE9KxEq4CuhtGeF9dEvIBXH56U/ xKgDZWiOCIWvUNKOSr7kHew+8pScUkwPd4qCbbUiOXtPyKAKHk7hP1WiD5TfBlTh1GYi 4N4begc6dql7CcXSesFhD94rMZ3WKzwAmd+e2GwHoYsXru5iVZCdjDuovMRxUSM9Mwkq b2HXYeh1Ead5FVIP+841VZ07ff7pRXD061L6kXh2R3IEZ4FteRjIVkesMozUtJqqW+3x S60OZUlnUr4gkL6lgftmMuRJaCcXDcRy4/hcNaIzAfFKwdzr8pAGaHhq0qmkiBm2ADj9 8oTQ==
X-Received: by 10.140.107.101 with SMTP id g92mr12374813qgf.58.1437663168990; Thu, 23 Jul 2015 07:52:48 -0700 (PDT)
Received: from dave-laptop.localnet (pool-96-245-254-195.phlapa.fios.verizon.net. [96.245.254.195]) by smtp.gmail.com with ESMTPSA id e21sm2480690qhc.14.2015.07.23.07.52.48 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 23 Jul 2015 07:52:48 -0700 (PDT)
From: Dave Garrett <davemgarrett@gmail.com>
To: Aaron Zauner <azet@azet.org>
Date: Thu, 23 Jul 2015 10:52:46 -0400
User-Agent: KMail/1.13.5 (Linux/2.6.32-74-generic-pae; KDE/4.4.5; i686; ; )
References: <201507222139.46391.davemgarrett@gmail.com> <55B0C6A2.40304@azet.org>
In-Reply-To: <55B0C6A2.40304@azet.org>
MIME-Version: 1.0
Content-Type: Text/Plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <201507231052.47153.davemgarrett@gmail.com>
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/NW502NMlWqtwdtyHE6vCmUlSEzI>
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] new error alerts?
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "This is the mailing list for the Transport Layer Security working group of the IETF." <tls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tls>, <mailto:tls-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tls/>
List-Post: <mailto:tls@ietf.org>
List-Help: <mailto:tls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 23 Jul 2015 14:52:56 -0000

On Thursday, July 23, 2015 06:49:06 am Aaron Zauner wrote:
> Dave Garrett wrote:
> > 
> >   enum {
> >        handshake_failure(40),
> >        unsupported_cipher_suites(71),  /* formerly insufficient_security */
> >        unsupported_dh_groups(72),  /* new */
> >        client_authentication_failure(73),  /* new */
> >        (255)
> >    } AlertDescription;
> 
> I mean I kinda agree that 'insufficent security' is a misleading name,
> but as it has been used for decades in TLS I'm a bit hesitant if it's a
> good idea to change the name now.

If that's really an issue, then it could just be insufficient_security, insufficient_dh_security, & client_authentication_failure. The name isn't as important as not producing errors without clear meanings.


Dave