LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.08k stars 483 forks source link

libvncclient: rfbAnonTLSPriority = "NORMAL:+ANON-ECDH:+ANON-DH" #530

Closed mdevaev closed 1 year ago

mdevaev commented 2 years ago

I.e. added ANON-ECDH just for better compatibility. Taken from TigerVNC: https://github.com/TigerVNC/tigervnc/blob/a97e9b11/common/rfb/CSecurityTLS.cxx#L210