any1 / neatvnc

A liberally licensed VNC server library with a clean interface
ISC License
118 stars 29 forks source link

Optionally use OpenSSL instead of GnuTLS #43

Open any1 opened 4 years ago

any1 commented 4 years ago

Some people prefer OpenSSL and it is arguably more secure and probably faster.

I used GnuTLS because it has a nicer API, but patches implementing VeNCrypt using OpenSSL are welcome.