[TLS][Editorial Errata Reported] RFC6347 (8089)
RFC Errata System <rfc-editor@rfc-editor.org> Fri, 23 August 2024 13:26 UTC
Return-Path: <wwwrun@rfcpa.rfc-editor.org>
X-Original-To: tls@ietf.org
Delivered-To: tls@ietfa.amsl.com
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 ietfa.amsl.com (Postfix) with ESMTPS id 240DEC151984; Fri, 23 Aug 2024 06:26:58 -0700 (PDT)
Received: by rfcpa.rfc-editor.org (Postfix, from userid 461) id 69DAD7FA73; Fri, 23 Aug 2024 06:26:57 -0700 (PDT)
To: rfc-editor@rfc-editor.org
From: RFC Errata System <rfc-editor@rfc-editor.org>
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20240823132657.69DAD7FA73@rfcpa.rfc-editor.org>
Date: Fri, 23 Aug 2024 06:26:57 -0700
Message-ID-Hash: G7ZM3KWZQQIY3FCXV4SX57LFKOL34ICM
X-Message-ID-Hash: G7ZM3KWZQQIY3FCXV4SX57LFKOL34ICM
X-MailFrom: wwwrun@rfcpa.rfc-editor.org
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tls.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
CC: kamil.milewski@plum.pl, nagendra@cs.stanford.edu, tls@ietf.org
X-Mailman-Version: 3.3.9rc4
Precedence: list
Subject: [TLS][Editorial Errata Reported] RFC6347 (8089)
List-Id: "This is the mailing list for the Transport Layer Security working group of the IETF." <tls.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/VjJJ6C5kHpsH6wRyy_5_aWxhENg>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tls>
List-Help: <mailto:tls-request@ietf.org?subject=help>
List-Owner: <mailto:tls-owner@ietf.org>
List-Post: <mailto:tls@ietf.org>
List-Subscribe: <mailto:tls-join@ietf.org>
List-Unsubscribe: <mailto:tls-leave@ietf.org>
The following errata report has been submitted for RFC6347, "Datagram Transport Layer Security Version 1.2". -------------------------------------- You may review the report below and at: https://www.rfc-editor.org/errata/eid8089 -------------------------------------- Type: Editorial Reported by: Kamil Milewski <kamil.milewski@plum.pl> Section: 4.2.2 Original Text ------------- struct { HandshakeType msg_type; uint24 length; uint16 message_seq; // New field uint24 fragment_offset; // New field uint24 fragment_length; // New field select (HandshakeType) { case hello_request: HelloRequest; case client_hello: ClientHello; case hello_verify_request: HelloVerifyRequest; // New type case server_hello: ServerHello; case certificate:Certificate; case server_key_exchange: ServerKeyExchange; case certificate_request: CertificateRequest; case server_hello_done:ServerHelloDone; case certificate_verify: CertificateVerify; case client_key_exchange: ClientKeyExchange; case finished: Finished; } body; } Handshake; Corrected Text -------------- struct { HandshakeType msg_type; uint24 length; uint16 message_seq; // New field uint24 fragment_offset; // New field uint24 fragment_length; // New field select (HandshakeType) { case hello_request: HelloRequest; case client_hello: ClientHello; case server_hello: ServerHello; case hello_verify_request: HelloVerifyRequest; // New field case certificate:Certificate; case server_key_exchange: ServerKeyExchange; case certificate_request: CertificateRequest; case server_hello_done:ServerHelloDone; case certificate_verify: CertificateVerify; case client_key_exchange: ClientKeyExchange; case finished: Finished; } body; } Handshake; Notes ----- Change the order of cases inside select field to keep it: 1. In ascending order 2. Consistent with the structure in 4.3.2 Instructions: ------------- This erratum is currently posted as "Reported". (If it is spam, it will be removed shortly by the RFC Production Center.) Please use "Reply All" to discuss whether it should be verified or rejected. When a decision is reached, the verifying party will log in to change the status and edit the report, if necessary. -------------------------------------- RFC6347 (draft-ietf-tls-rfc4347-bis-06) -------------------------------------- Title : Datagram Transport Layer Security Version 1.2 Publication Date : January 2012 Author(s) : E. Rescorla, N. Modadugu Category : PROPOSED STANDARD Source : Transport Layer Security Stream : IETF Verifying Party : IESG
- [TLS][Editorial Errata Reported] RFC6347 (8089) RFC Errata System
- [TLS]Re: [Editorial Errata Reported] RFC6347 (808… Rebecca VanRheenen
- [TLS]Re: [Editorial Errata Reported] RFC6347 (808… Eric Rescorla
- [TLS] Re: [TLS]Re: [Editorial Errata Reported] RF… Sean Turner
- [TLS] Re: [TLS]Re: [Editorial Errata Reported] RF… Eric Rescorla