[MS-RDPEAR]: Remote Desktop Protocol Authentication Redirection Virtual Channel

This topic lists Errata found in [MS-RDPEAR] since it was last published. Since this topic is updated frequently, we recommend that you subscribe to this RSS feed to receive update notifications.

Errata are subject to the same terms as the Open Specifications documentation referenced.

RSS

To view a PDF file of the errata for the previous versions of this document, see the following ERRATA Archives:

September 15, 2017 - Download

September 29, 2020 – Download

Errata below are for Protocol Document Version V7.0 – 2021/06/25.

Errata Published*

Description

2023/05/16

Section 2.2.1.2.1 KERB_ASN1_DATA: Updated PDU numeric values. Added product note for RS1 values.

Changed from:

Pdu: A ULONG ([MS-DTYP] section 2.2.51) that contains the protocol data unit (PDU) that is used to decode the data. MUST be one of the values in the following table.

Value

Meaning

62

The encrypted data contains a KRB_AS_REP message.

63

The encrypted data contains a KRB_TGS_REP message.

Changed to:

Pdu: A ULONG ([MS-DTYP] section 2.2.51) that contains the protocol data unit (PDU) that is used to decode the data. MUST be one of the values in the following table.<1>

Value

Meaning

70

The encrypted data contains a KRB_AS_REP message.

71

The encrypted data contains a KRB_TGS_REP message.

<1> Section 2.2.1.2.1: Only in Windows 10 v1607 operating system and Windows Server 2016 the values are 69 for KRB_AS_REP and 70 for KRB_TGS_REP messages.

2021/09/07

In Section 2.2 Message Syntax, changed data types in TSRemoteGuardInnerPacket.

Changed from:

 TSRemoteGuardInnerPacket   ::= SEQUENCE {
           version         [0]   TSRemoteGuardVersion DEFAULT tsremoteguardv1,
           packageName     [1] OCTETSTRINGNOCOPY,
           buffer          [2]   OCTETSTRINGNOCOPY,
           extension       [3] ANYNOCOPY   OPTIONAL,   -- future extension point
           ...
 }

Changed to:

 TSRemoteGuardInnerPacket   ::= SEQUENCE {
           version         [0]   TSRemoteGuardVersion DEFAULT tsremoteguardv1,
           packageName     [1] OCTET STRING,
           buffer          [2] OCTET   STRING,
           extension       [3] ANY OPTIONAL,     -- X.680 open type for future extension point
           ...
 }

*Date format: YYYY/MM/DD