summaryrefslogtreecommitdiffstats
path: root/rfb/rfbproto.h
diff options
context:
space:
mode:
authorVic Lee <llyzs@163.com>2009-10-02 20:42:05 +0800
committerJohannes Schindelin <johannes.schindelin@gmx.de>2009-10-02 16:55:58 +0200
commit95ae56c83110c35bce9752d18975b6edcd8088b9 (patch)
tree89f2f133c19e54d3eeae36a4ef404176286576d8 /rfb/rfbproto.h
parent68964c29d97b9b9d9d5bfbe685eb05c3c17c5fd1 (diff)
downloadlibvncserver-95ae56c83110c35bce9752d18975b6edcd8088b9.zip
libvncserver-95ae56c83110c35bce9752d18975b6edcd8088b9.tar.gz
Add VeNCrypt support in libvncclient
Signed-off-by: Vic Lee <llyzs@163.com>
Diffstat (limited to 'rfb/rfbproto.h')
-rw-r--r--rfb/rfbproto.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h
index fec6bf7..06ab579 100644
--- a/rfb/rfbproto.h
+++ b/rfb/rfbproto.h
@@ -266,6 +266,16 @@ typedef char rfbProtocolVersionMsg[13]; /* allow extra byte for null */
#define rfbTLS 18
#define rfbVeNCrypt 19
+#define rfbVeNCryptPlain 256
+#define rfbVeNCryptTLSNone 257
+#define rfbVeNCryptTLSVNC 258
+#define rfbVeNCryptTLSPlain 259
+#define rfbVeNCryptX509None 260
+#define rfbVeNCryptX509VNC 261
+#define rfbVeNCryptX509Plain 262
+#define rfbVeNCryptX509SASL 263
+#define rfbVeNCryptTLSSASL 264
+
/*
* rfbConnFailed: For some reason the connection failed (e.g. the server
* cannot support the desired protocol version). This is
OpenPOWER on IntegriCloud