commit | 27eb55e1975c4f558f6a53d573091e76064cc8e7 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Jan 29 13:31:06 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Jan 29 13:31:06 2015 +0100 |
tree | 55cfd339723a5b5a0ac5689d22be8bf6a94a0a80 | |
parent | 88c24edd8f7a793561104be50b6ecf2c85b42956 [diff] [blame] |
Add parameter to override GnuTLS priority
diff --git a/common/rfb/Security.cxx b/common/rfb/Security.cxx index 62ea50e..e623ab5 100644 --- a/common/rfb/Security.cxx +++ b/common/rfb/Security.cxx
@@ -49,6 +49,12 @@ static LogWriter vlog("Security"); +#ifdef HAVE_GNUTLS +StringParameter Security::GnuTLSPriority("GnuTLSPriority", + "GnuTLS priority string that controls the TLS session’s handshake algorithms", + "NORMAL"); +#endif + Security::Security() { }