Re: [TLS] New cipher suites for SRP
Hubert Kario <hkario@redhat.com> Mon, 29 June 2015 13:24 UTC
Return-Path: <hkario@redhat.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 CBECF1A9154 for <tls@ietfa.amsl.com>; Mon, 29 Jun 2015 06:24:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.911
X-Spam-Level:
X-Spam-Status: No, score=-6.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 EdnUwgnFM0_b for <tls@ietfa.amsl.com>; Mon, 29 Jun 2015 06:24:30 -0700 (PDT)
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E0A0A1A9163 for <tls@ietf.org>; Mon, 29 Jun 2015 06:24:30 -0700 (PDT)
Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 86FA791768; Mon, 29 Jun 2015 13:24:30 +0000 (UTC)
Received: from pintsize.usersys.redhat.com (dhcp-0-104.brq.redhat.com [10.34.0.104]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5TDOR7U020176 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Mon, 29 Jun 2015 09:24:28 -0400
From: Hubert Kario <hkario@redhat.com>
To: noloader@gmail.com
Date: Mon, 29 Jun 2015 15:24:21 +0200
Message-ID: <2206690.iAX3u749cm@pintsize.usersys.redhat.com>
User-Agent: KMail/4.14.7 (Linux/4.0.4-202.fc21.x86_64; KDE/4.14.7; x86_64; ; )
In-Reply-To: <CAH8yC8m6ghBFF1c3y0ZtbK2z6ThNVCt_0-dg7S0xFvsOx6WfOg@mail.gmail.com>
References: <20150626234801.ED7DDE04DA@smtp.hushmail.com> <36814552.ToKCXeCVxV@pintsize.usersys.redhat.com> <CAH8yC8m6ghBFF1c3y0ZtbK2z6ThNVCt_0-dg7S0xFvsOx6WfOg@mail.gmail.com>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart4214798.oPhyfzb5bv"; micalg="pgp-sha512"; protocol="application/pgp-signature"
X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/X6jCIPdhNJBVocKAO0xQofBofzE>
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] New cipher suites for SRP
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: Mon, 29 Jun 2015 13:24:33 -0000
On Monday 29 June 2015 09:20:23 Jeffrey Walton wrote: > >> I've been thinking an improved SRP would be useful. It should: > >> > >> - Specify Modern cipher and hash algorithms as mentioned above > >> > >> - Replace the existing SHA1+seed with a password whitening function > >> > >> like PBKDF2, so that in the event of a compromised server cracking > >> the password is harder, and also making online password guessing > >> attacks (sending lots of username+password pairs to the server) more > >> expensive* > >> > >> - Deprecate the 1024-bit and the 1536-bit group, and the previous SRP > >> > >> ciphersuites; and say that these should only be chosen if the server > >> has a legacy verifier for a particular username which requires > >> them. > > > > +1, provided we do two more things: > > - Change the negotiation so that user name is not exchanged in the clear > > - Change key exchange to do PFS > > The clear text username/email will generate a security related > finding. I suffered on a couple of years ago when using email > addresses. > > The wording should allow flexibility. Something like 'identity' or > 'identity representation' so either the email or a hash of the email > (or another way to identify the user) can be sent. > > It seems like a chicken-and-the-egg problem. The client won't know > what to send until the server responds with what it consumes based on > the organization's security posture. what I meant, is that we may need to wait for TLS1.3 standardisation before we can update the SRP ciphersuites to a standard at which browsers like Firefox will agree to ship it -- Regards, Hubert Kario Quality Engineer, QE BaseOS Security team Web: www.cz.redhat.com Red Hat Czech s.r.o., Purkyňova 99/71, 612 45, Brno, Czech Republic
- [TLS] New cipher suites for SRP Attila Molnar
- Re: [TLS] New cipher suites for SRP Dave Garrett
- Re: [TLS] New cipher suites for SRP Geoffrey Keating
- Re: [TLS] New cipher suites for SRP Attila Molnar
- Re: [TLS] New cipher suites for SRP Hubert Kario
- Re: [TLS] New cipher suites for SRP Jeffrey Walton
- Re: [TLS] New cipher suites for SRP Hubert Kario
- Re: [TLS] New cipher suites for SRP Tom Wu
- Re: [TLS] New cipher suites for SRP Hubert Kario
- Re: [TLS] New cipher suites for SRP Jeffrey Walton
- Re: [TLS] New cipher suites for SRP Hubert Kario
- Re: [TLS] New cipher suites for SRP Dan Harkins
- Re: [TLS] New cipher suites for SRP
- Re: [TLS] New cipher suites for SRP Geoff Keating
- Re: [TLS] New cipher suites for SRP
- Re: [TLS] New cipher suites for SRP Jeffrey Walton