citronneur / rdpy

Remote Desktop Protocol in Twisted Python
GNU General Public License v3.0
1.67k stars 545 forks source link

fix in version 3.7 if security-type is 1 the server does not send… #113

Open chushuai opened 4 years ago

chushuai commented 4 years ago

… the SecurityResult message

reference resources https://datatracker.ietf.org/doc/rfc6143/?include_text=1 A.2. Differences in the Version 3.7 Protocol
After the security handshake, if the security-type is 1, for no authentication, the server does not send the SecurityResult message but proceeds directly to the initialization messages (Section 7.3).