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

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

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

RSS

Atom

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

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