Re: [babel] Purpose of 'generate from/to' and 'accept from/to' for passwords?

Juliusz Chroboczek <jch@irif.fr> Mon, 20 January 2020 20:26 UTC

Return-Path: <jch@irif.fr>
X-Original-To: babel@ietfa.amsl.com
Delivered-To: babel@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DCC11120828 for <babel@ietfa.amsl.com>; Mon, 20 Jan 2020 12:26:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
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 fmJTRggwtgAN for <babel@ietfa.amsl.com>; Mon, 20 Jan 2020 12:26:43 -0800 (PST)
Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3AEDC120827 for <babel@ietf.org>; Mon, 20 Jan 2020 12:26:43 -0800 (PST)
Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/82085) with ESMTP id 00KKQcBW013558; Mon, 20 Jan 2020 21:26:38 +0100
Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id 0BCB4B1845; Mon, 20 Jan 2020 21:26:41 +0100 (CET)
X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr
Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id JsSZwy2XUWAU; Mon, 20 Jan 2020 21:26:39 +0100 (CET)
Received: from pirx.irif.fr (unknown [78.194.40.74]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 98C00B1842; Mon, 20 Jan 2020 21:26:39 +0100 (CET)
Date: Mon, 20 Jan 2020 21:26:39 +0100
Message-ID: <87iml5nabk.wl-jch@irif.fr>
From: Juliusz Chroboczek <jch@irif.fr>
To: Ondrej Zajicek <santiago@crfreenet.org>
Cc: Toke Høiland-Jørgensen <toke@toke.dk>, bird-users@network.cz, babel@ietf.org
In-Reply-To: <20200120190142.GV2475@feanor.crfreenet.org>
References: <87lfq2nle1.fsf@toke.dk> <20200120190142.GV2475@feanor.crfreenet.org>
User-Agent: Wanderlust/2.15.9
MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue")
Content-Type: text/plain; charset="US-ASCII"
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Mon, 20 Jan 2020 21:26:38 +0100 (CET)
X-Miltered: at korolev with ID 5E260CFE.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)!
X-j-chkmail-Enveloppe: 5E260CFE.000 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/<jch@irif.fr>
X-j-chkmail-Score: MSGID : 5E260CFE.000 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000
X-j-chkmail-Status: Ham
Archived-At: <https://mailarchive.ietf.org/arch/msg/babel/n9u7eave9v1M_Iqdzgl93l2oY6g>
Subject: Re: [babel] Purpose of 'generate from/to' and 'accept from/to' for passwords?
X-BeenThere: babel@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "A list for discussion of the Babel Routing Protocol." <babel.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/babel>, <mailto:babel-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/babel/>
List-Post: <mailto:babel@ietf.org>
List-Help: <mailto:babel-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/babel>, <mailto:babel-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 20 Jan 2020 20:26:46 -0000

Thanks, Ondrej.

> Well, it is requirement of OSPF spec (RFC 2328). I could assume it could
> help for smoother key transitions when clocks are not perfectly synchronized.

Ah, I see.

OSPF only allows one key in the trailer, so it needs the ability to send
one key but accept many.  Babel-MAC allows multiple keys in the trailer,
and that ability is therefore not required.

Or am I missing something?

I have no objection to keeping the ability, since it's pretty trivial to
implement.  No objection to making it optional, since it's not
particularly useful in Babel-MAC.  No objection to removing it altogether,
since it's good to avoid unnecessary features.

-- Juliusz