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.1k stars 482 forks source link

libvncclient/tls_openssl: Update anonymous cipher list #494

Closed gujjwal00 closed 2 years ago

gujjwal00 commented 2 years ago

Using aNULL enables anonymous Elliptic Curve cipher suits. It improves compatibility with some TLS libraries, e.g. GnuTLS.

Ref: https://www.openssl.org/docs/man1.1.1/man1/ciphers.html