Skip to content

Commit 593c1c3

Browse files
authored
libvncclient: rfbAnonTLSPriority = "NORMAL:+ANON-ECDH:+ANON-DH" (#530)
I.e. added ANON-ECDH just for better compatibility. Taken from TigerVNC.
1 parent 1a41d2a commit 593c1c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libvncclient/tls_gnutls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232
static const char *rfbTLSPriority = "NORMAL:+DHE-DSS:+RSA:+DHE-RSA:+SRP";
33-
static const char *rfbAnonTLSPriority= "NORMAL:+ANON-DH";
33+
static const char *rfbAnonTLSPriority = "NORMAL:+ANON-ECDH:+ANON-DH";
3434

3535
#define DH_BITS 1024
3636
static gnutls_dh_params_t rfbDHParams;

0 commit comments

Comments
 (0)