[Taps] [Errata Verified] RFC9622 (8619)

RFC Errata System <rfc-editor@rfc-editor.org> Tue, 20 January 2026 10:29 UTC

Return-Path: <wwwrun@rfcpa.rfc-editor.org>
X-Original-To: taps@ietf.org
Delivered-To: taps@mail2.ietf.org
Received: from rfcpa.rfc-editor.org (unknown [167.172.21.234]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by mail2.ietf.org (Postfix) with ESMTPS id 55046AA4EAA2; Tue, 20 Jan 2026 02:29:33 -0800 (PST)
Received: by rfcpa.rfc-editor.org (Postfix, from userid 461) id 22829C000CC0; Tue, 20 Jan 2026 02:29:33 -0800 (PST)
To: ing.hovind@hotmail.com, ietf@trammell.ch, michawe@ifi.uio.no, ietf@tenghardt.net, gorry@erg.abdn.ac.uk, mirja.kuehlewind@ericsson.com, csp@csperkins.org, philipp@tiesel.net, tpauly@apple.com
From: RFC Errata System <rfc-editor@rfc-editor.org>
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20260120102933.22829C000CC0@rfcpa.rfc-editor.org>
Date: Tue, 20 Jan 2026 02:29:33 -0800
Message-ID-Hash: LXE52ZYU6L7UORVYG3K43IS4MOUZU7NH
X-Message-ID-Hash: LXE52ZYU6L7UORVYG3K43IS4MOUZU7NH
X-MailFrom: wwwrun@rfcpa.rfc-editor.org
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-taps.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
CC: gorry@erg.abdn.ac.uk, iesg@ietf.org, taps@ietf.org, iana@iana.org, rfc-editor@rfc-editor.org
X-Mailman-Version: 3.3.9rc6
Precedence: list
Subject: [Taps] [Errata Verified] RFC9622 (8619)
List-Id: "IETF Transport Services (TAPS) Working Group" <taps.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/taps/9yUHZRCpN0VCKglnJgA91iBPwc4>
List-Archive: <https://mailarchive.ietf.org/arch/browse/taps>
List-Help: <mailto:taps-request@ietf.org?subject=help>
List-Owner: <mailto:taps-owner@ietf.org>
List-Post: <mailto:taps@ietf.org>
List-Subscribe: <mailto:taps-join@ietf.org>
List-Unsubscribe: <mailto:taps-leave@ietf.org>

The following errata report has been verified for RFC9622,
"An Abstract Application Programming Interface (API) for Transport Services". 

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid8619

--------------------------------------
Status: Verified
Type: Technical

Reported by: Ingebrigt Hovind <ing.hovind@hotmail.com>
Date Reported: 2025-10-30
Verified by: Gorry Fairhurst (IESG)

Section: 6.1.5

Original Text
-------------
      TransportProperties := ...
      SecurityParameters  := ...

      Preconnection := NewPreconnection(LocalSpecifier,
                                        RemoteSpecifier,
                                        TransportProperties,
                                        SecurityProperties)
      Listener := Preconnection.Listen()

Corrected Text
--------------
      TransportProperties := ...
      SecurityParameters  := ...

      Preconnection := NewPreconnection(LocalSpecifier,
                                        RemoteSpecifier,
                                        TransportProperties,
                                        SecurityParameters)
      Listener := Preconnection.Listen()

Notes
-----
There were four occurances in pseudocode of the variable name "SecurityParameters". The RFC is updated to replace each of these with the variable name "SecurityParameters", as used elsewhere in  this RFC.

--------------------------------------
RFC9622 (draft-ietf-taps-interface-26)
--------------------------------------
Title               : An Abstract Application Programming Interface (API) for Transport Services
Publication Date    : January 2025
Author(s)           : B. Trammell, Ed., M. Welzl, Ed., R. Enghardt, G. Fairhurst, M. Kühlewind, C. S. Perkins, P.S. Tiesel, T. Pauly
Category            : PROPOSED STANDARD
Source              : Transport Services
Stream              : IETF
Verifying Party     : IESG