[Sidrops] ASPA v1 syntax implementation

Tim Bruijnzeels <tim@nlnetlabs.nl> Fri, 03 November 2023 13:37 UTC

Return-Path: <tim@nlnetlabs.nl>
X-Original-To: sidrops@ietfa.amsl.com
Delivered-To: sidrops@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 96115C15C294 for <sidrops@ietfa.amsl.com>; Fri, 3 Nov 2023 06:37:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.407
X-Spam-Level:
X-Spam-Status: No, score=-1.407 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=nlnetlabs.nl
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 AB8MpN_SVoaU for <sidrops@ietfa.amsl.com>; Fri, 3 Nov 2023 06:37:06 -0700 (PDT)
Received: from dane.soverin.net (dane.soverin.net [185.233.34.25]) (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 7A5EBC15C2A9 for <sidrops@ietf.org>; Fri, 3 Nov 2023 06:37:06 -0700 (PDT)
Received: from smtp.soverin.net (unknown [10.10.4.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by dane.soverin.net (Postfix) with ESMTPS id 4SMMGz2dG2zyYH; Fri, 3 Nov 2023 13:36:59 +0000 (UTC)
Received: from smtp.soverin.net (smtp.soverin.net [10.10.4.100]) by soverin.net (Postfix) with ESMTPSA id 4SMMGz0nxDzL1; Fri, 3 Nov 2023 13:36:59 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nlnetlabs.nl; s=soverin; t=1699018619; bh=/2DMwwCvEHVIX6CzuFVFLyKJrHxV+zFIvRRzEUy0LwE=; h=From:Date:Subject:To:From; b=Kcy5xAeUyyfzTHRfh+YOY8sNh0rGPOo30IkpQ7wWmfCaESk7G7MQptolkgJjzFUsj PmsrTVChYNzcwg9iZuKIpZ6DoheOpD43yuT5v9h3jcfsHQrh05YQIIfmeQo5p7T2AM w6AihlBmZLg22ghxwiW/eQ5wrVkUwseSAks3PJZ95iwXEpEo8rPZf+UDvkk32Rxiow FkpRQDUWuQ50SKdhppFQeK6ULUMSoLlWTmTkL19Tsob6GmYD45dcRODebN+2tUFyhu N5h8Bd0rkxGOSv49ajITzLEDSI1OiQxm2vEvkRq1JnPaILAp9J5Pj8OlyEwSu551+1 PON6kMYbXPrGQ==
X-Soverin-Authenticated: true
From: Tim Bruijnzeels <tim@nlnetlabs.nl>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\))
Date: Fri, 03 Nov 2023 14:36:49 +0100
Message-Id: <507E0122-5891-4CFA-A044-58522F3BF618@nlnetlabs.nl>
To: SIDR Operations WG <sidrops@ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/sidrops/RrHCYTmevxDHgebdLC_adRlKH-o>
Subject: [Sidrops] ASPA v1 syntax implementation
X-BeenThere: sidrops@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: A list for the SIDR Operations WG <sidrops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sidrops>, <mailto:sidrops-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/sidrops/>
List-Post: <mailto:sidrops@ietf.org>
List-Help: <mailto:sidrops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sidrops>, <mailto:sidrops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 03 Nov 2023 13:37:11 -0000

Dear working group,

It's not my custom to announce Krill releases here, but in the context of the desire for multiple implementations of standards track documents, I wanted to mention that we have updated Krill to support the latest (v1) ASPA profile. 

As far as we can tell, the ASPA objects are now accepted by the latest versions of both Routinator and rpki-client. Please let me know if you find any issues.

Tim