Home | History | Annotate | Download | only in x11vnc

Lines Matching full:show_cert

1533 static void show_cert(int sock) {
1566 fprintf(stdout, "show_cert: SSL_CTX_new failed.\n");
1584 fprintf(stdout, "show_cert: SSL_new failed.\n");
1592 fprintf(stdout, "show_cert: SSL_set_fd failed.\n");
1601 fprintf(stdout, "show_cert: SSL_connect failed.\n");
1622 fprintf(stdout, "show_cert: SSL_get_peer_cert_chain failed.\n");
1637 fprintf(stdout, "show_cert: SSL_get_peer_certificate failed.\n");
1984 show_cert(conn2);