Re: [babel] First draft on relaxing Babel HMAC

Toke Høiland-Jørgensen <toke@toke.dk> Wed, 11 May 2022 11:00 UTC

Return-Path: <toke@toke.dk>
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 45729C159496 for <babel@ietfa.amsl.com>; Wed, 11 May 2022 04:00:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.098
X-Spam-Level:
X-Spam-Status: No, score=-2.098 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=toke.dk
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ME0O_oH6aE0F for <babel@ietfa.amsl.com>; Wed, 11 May 2022 04:00:06 -0700 (PDT)
Received: from mail.toke.dk (mail.toke.dk [45.145.95.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 031AEC15EB20 for <babel@ietf.org>; Wed, 11 May 2022 04:00:04 -0700 (PDT)
From: Toke Høiland-Jørgensen <toke@toke.dk>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1652266802; bh=j9skdLCDnZV53jXtKSoIxaILT/Cu3niflwZMgqXcSiw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=awNLk47l57m7X55iwUDlZnA8WE7/sNYZgnK1BgvFRUYJrr9uyOHlWTa7sgYGQZLhn XNSwgOskYuCFZMNKUTRxege2NHUyJRB7ZfDrL+7J5JlEyYRPfdPDbIdHocrOn2JrxR sjvdJ9Z3b1xVHabEUybzjyo+o2y99PyN10ofRJvluBb8EXsynjTLLwMvH02hgiqYba rpHht5ETEv5WDKxFBqWV1l/w+aJ0zbiMMBKBRS7tTcJEoflXu921a7xeDLiHRdXqpe rdu5IFccSl82WSuSKmQABHM8upkNbBZNw9xUQOh7bnaawqkgJB/2CWa8WLC2h1i7Ua rmExA+UU4yMfA==
To: Juliusz Chroboczek <jch@irif.fr>
Cc: babel@ietf.org, babel-users@lists.alioth.debian.org
In-Reply-To: <87mtfplh5u.wl-jch@irif.fr>
References: <87mtfplh5u.wl-jch@irif.fr>
Date: Wed, 11 May 2022 13:00:02 +0200
X-Clacks-Overhead: GNU Terry Pratchett
Message-ID: <87ilqcwczx.fsf@toke.dk>
MIME-Version: 1.0
Content-Type: text/plain
Archived-At: <https://mailarchive.ietf.org/arch/msg/babel/2TDBhJt_lKQwMmaqlDtBBa8QrzY>
Subject: Re: [babel] First draft on relaxing Babel HMAC
X-BeenThere: babel@ietf.org
X-Mailman-Version: 2.1.34
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: Wed, 11 May 2022 11:00:11 -0000

Juliusz Chroboczek <jch@irif.fr> writes:

> Hi Toke, hello list,
>
> I've just written a first draft of an ID that describes the changes that
> you and I have made to our respective implementations of Babel-MAC.  See
> the directory "draft-chroboczek-babel-mac-relaxed" under
>
>   https://github.com/jech/babel-drafts/
>
> I've put readable HTML here:
>
>   https://www.irif.fr/~jch/software/babel/draft-chroboczek-babel-mac-relaxed.html
>
> Toke, you have write access to the repository; please feel free, if you so
> desire, to fill-in Section 2.2 and add yourself to the list of authors (in
> that order).

Thanks, will do; I have a conference this week, so probably not until
next week, though...

-Toke