mike-jumper opened a new pull request #336:
URL: https://github.com/apache/guacamole-server/pull/336


   The FreeRDP library is intended to be threadsafe, but is not reliably so 
with respect to legacy RDP encryption and outbound messages. When outbound 
messages are sent by multiple threads, the encryption key used for legacy RDP 
encryption may not be updated correctly, resulting in a fatal connection error 
like:
   
   > "ERRINFO_DECRYPT_FAILED (0x00001192):(a) Decryption using Standard RDP 
Security mechanisms (section 5.3.6) failed. (b) Session key creation using 
Standard RDP Security mechanisms (section 5.3.5) failed."
   
   These changes add synchronization around absolutely all parts of the RDP 
support that may send RDP messages, including `freerdp_check_event_handles()`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to