Lines Matching full:x509
136 return "vencrypt+x509+none";
138 return "vencrypt+x509+vnc";
140 return "vencrypt+x509+plain";
144 return "vencrypt+x509+sasl";
172 monitor_printf(mon, " x509 dname: %s\n", client->tls.dname);
174 monitor_printf(mon, " x509 dname: none\n");
2194 int tls = 0, x509 = 0;
2227 } else if (strncmp(options, "x509", 4) == 0) {
2229 x509 = 1; /* Require x509 certificates */
2233 /* Now check for 'x509=/some/path' postfix
2234 * and use that to setup x509 certificate/key paths */
2243 fprintf(stderr, "Failed to find x509
2263 if (acl && x509 && vs->tls.x509verify) {
2265 fprintf(stderr, "Failed to create x509 dname ACL\n");
2288 * - tls + x509 (encrypt, good x509 creds, no auth)
2289 * - tls + x509 + password (encrypt, good x509 creds, weak auth)
2290 * - tls + x509 + sasl (encrypt, good x509 creds, good auth)
2293 * NB2. the x509 schemes have option to validate a client cert dname
2299 if (x509) {
2300 VNC_DEBUG("Initializing VNC server with x509 password auth\n");
2319 if (x509) {
2320 VNC_DEBUG("Initializing VNC server with x509 SASL auth\n");
2339 if (x509) {
2340 VNC_DEBUG("Initializing VNC server with x509 no auth\n");