/external/libvncserver/libvncclient/ |
tls_openssl.c | 235 open_ssl_connection (rfbClient *client, int sockfd, rfbBool anonTLS) 247 /* TODO: finetune this list, take into account anonTLS bool */ 277 InitializeTLSSession(rfbClient* client, rfbBool anonTLS) 283 client->tlsSession = open_ssl_connection (client, client->sock, anonTLS); 416 rfbBool anonTLS; 463 anonTLS = TRUE; 466 anonTLS = FALSE; 471 if (!anonTLS) 494 if (!InitializeTLSSession(client, anonTLS)) return FALSE; 496 if (anonTLS) [all...] |
tls_gnutls.c | 131 InitializeTLSSession(rfbClient* client, rfbBool anonTLS) 145 anonTLS ? rfbAnonTLSPriority : rfbTLSPriority, &p)) < 0) 356 rfbBool anonTLS; 403 anonTLS = TRUE; 406 anonTLS = FALSE; 411 if (!anonTLS) 433 if (!InitializeTLSSession(client, anonTLS)) return FALSE; 435 if (anonTLS)
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/ |
README | 77 - ANONTLS SSL/TLS VNC encryption support (used by Vino) 79 - VeNCrypt and ANONTLS are also enabled for any 3rd party VNC
|
/external/libvncserver/x11vnc/ |
sslhelper.c | [all...] |
help.c | [all...] |
x11vnc.1 | [all...] |
README | [all...] |
x11vnc.c | [all...] |
ChangeLog | 284 to -anontls. Disable ssl caching. No cert creation prompting [all...] |
RELEASE-NOTES | 507 ANONTLS modes. [all...] |
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
ssvnc.tcl | 430 SSVNC also supports VeNCrypt and ANONTLS SSL/TLS VNC servers (see below.) 571 SSL/TLS Variants; VeNCrypt and ANONTLS: 574 "TLS" VNC Security types. Vino uses the latter (we call it "ANONTLS"); 577 Via the VeNCrypt bridge that SSVNC provides, the VeNCrypt/ANONTLS 580 not directly support VeNCrypt or ANONTLS. This works on all platforms: 584 Notes on VeNCrypt/ANONTLS Auto-detection: 590 heuristics to try to automatically detect the VeNCrypt or ANONTLS 597 takes place, and so VeNCrypt/ANONTLS will be autodected. 601 longer needed, it is performed anyway because it allows VeNCrypt/ANONTLS 605 SSL and not VeNCrypt/ANONTLS and want to connect more quickly) the [all...] |
ss_vncviewer | [all...] |
/external/libvncserver/webclients/java-applet/ssl/ |
ss_vncviewer | [all...] |
/external/libvncserver/ |
ChangeLog | [all...] |