aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-10-14 13:33:09 +0200
committerPierre Ossman <ossman@cendio.se>2022-10-14 13:33:09 +0200
commitb98ff6914590467877be8a837cffe4ca245dbe7d (patch)
tree3d00e813e9a64cd22fbc73d5389dd5bb1f77f81b /common/rfb
parent0a3d464b5662a2be6297eeb64bac2bf8302e17f7 (diff)
downloadtigervnc-b98ff6914590467877be8a837cffe4ca245dbe7d.tar.gz
tigervnc-b98ff6914590467877be8a837cffe4ca245dbe7d.zip
Don't enable RSA-AES by default in servers
These require a key to have been set up on the server beforehand, so they do not give a good default experience as clients will be unable to connect.
Diffstat (limited to 'common/rfb')
-rw-r--r--common/rfb/SecurityServer.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/rfb/SecurityServer.cxx b/common/rfb/SecurityServer.cxx
index 04022a90..1d1150ad 100644
--- a/common/rfb/SecurityServer.cxx
+++ b/common/rfb/SecurityServer.cxx
@@ -51,9 +51,6 @@ StringParameter SecurityServer::secTypes
#ifdef HAVE_GNUTLS
"TLSVnc,"
#endif
-#ifdef HAVE_NETTLE
- "RA2_256,RA2,RA2ne_256,RA2ne,"
-#endif
"VncAuth",
ConfServer);