Home | History | Annotate | Download | only in x11vnc

Lines Matching full:certificate

147 			rfbLog("Using SSL Certificate:\n");
150 if (strstr(line, "BEGIN CERTIFICATE")) {
156 if (strstr(line, "END CERTIFICATE")) {
293 rfbLog("Creating a self-signed PEM certificate...\n");
295 rfbLog("Creating a temporary, self-signed PEM certificate...\n");
300 rfbLog("get the certificate information to the VNC viewers SSL\n");
305 rfbLog("The cert inside -----BEGIN CERTIFICATE-----\n");
307 rfbLog(" -----END CERTIFICATE-----\n");
311 rfbLog("server certificate.\n");
322 " your Certificate parameters.\n");
470 if (strstr(line, "BEGIN CERTIFICATE")) {
480 if (strstr(line, "END CERTIFICATE")) {
816 /* Determine certificate ingredients in advance */
822 * the current certificate in order to verify it's integrity. */
881 * the current certificate in order to check for revocation. */
889 /* Check if the current certificate is revoked by this CRL */
897 rfbLog("Certificate with serial %ld (0x%lX) "