Lines Matching refs:die
107 die("invalid proxy scheme\n"); in validate_proxy_scheme()
118 die("invalid char in host\n"); in validate_proxy_host()
126 die("invalid char in port\n"); in validate_proxy_port()
136 die("malformed proxy URI\n"); in parse_proxy_uri()
143 die("malformed proxy URI\n"); in parse_proxy_uri()
188 die("BIO_s_connect failed\n"); in make_ssl_bio()
190 die("BIO_new_ssl failed\n"); in make_ssl_bio()
203 die("xmalloc: zero size\n"); in xmalloc()
207 die("xmalloc: out of memory (allocating %zu bytes)\n", size); in xmalloc()
218 die("xfree: NULL pointer given as argument\n"); in xfree()
253 die("V: the remote server is a false ticker! server: %d compile: %d\n", in openssl_time_callback()
307 die ("unknown public key type\n"); in get_certificate_keybits()
480 die ("Unable to extract certificate\n"); in check_cn()
490 die ("Unable to extract commonName\n"); in check_cn()
519 die ("Getting certificate failed\n"); in check_san()
617 die ("hostname verification failed for host %s!\n", host); in check_name()
632 die ("certificate has expired\n"); in verify_signature()
636 die ("certificate has been revoked\n"); in verify_signature()
640 die ("CN and subject AltName mismatch for certificate\n"); in verify_signature()
644 die ("certificate is self-signed or not signed by a trusted CA\n"); in verify_signature()
653 die ("certificate verification error: -0x%04x\n", -ssl_verify_result); in verify_signature()
667 die ("Getting certificate failed\n"); in verify_signature()
675 die ("certificate is self signed\n"); in verify_signature()
680 die ("certification verification error: %ld\n", in verify_signature()
699 die ("Getting certificate failed\n"); in check_key_length()
708 die ("public key extraction failure\n"); in check_key_length()
715 die ("Unsafe public key size: %d bits\n", key_bits); in check_key_length()
730 die ("Getting certificate failed\n"); in check_key_length()
735 die ("public key extraction failure\n"); in check_key_length()
743 die ("Unsafe public key size: %d bits\n", key_bits); in check_key_length()
751 die ("Unsafe ECC key size: %d bits\n", key_bits); in check_key_length()
792 die("V: the remote server is a false ticker! server: %d compile: %d\n", in check_timestamp()
807 die("SSL handshake failed\n"); in ssl_do_handshake_part()
814 die("SSL handshake failed\n"); in ssl_do_handshake_part()
846 die("Unable to stat CA certficate container %s\n", ca_cert_container); in run_ssl()
861 die("Unable to load CA certficate container %s\n", ca_cert_container); in run_ssl()
870 die("Failed to initialize CTR_DRBG\n"); in run_ssl()
875 die("SSL initialization failed\n"); in run_ssl()
898 die ("SSL connection failed\n"); in run_ssl()
911 die("Proxy connection failed\n"); in run_ssl()
918 die ("SSL connection failed\n"); in run_ssl()
926 die("SSL handshake first part failed\n"); in run_ssl()
941 die("SSL handshake failed\n"); in run_ssl()
990 die("Unsupported protocol `%s'\n", protocol); in run_ssl()
993 die("OpenSSL failed to support protocol `%s'\n", protocol); in run_ssl()
1000 die("Unable to stat CA certficate container %s\n", ca_cert_container); in run_ssl()
1017 die("Unable to load CA certficate container %s\n", ca_cert_container); in run_ssl()
1024 die ("SSL BIO setup failed\n"); in run_ssl()
1027 die ("SSL setup failed\n"); in run_ssl()
1038 die ("Failed to initialize connection to `%s:%s'\n", host, port); in run_ssl()
1041 die ("BIO_new_fp returned error, possibly: %s", strerror(errno)); in run_ssl()
1046 die ("SSL connection failed\n"); in run_ssl()
1048 die ("SSL handshake failed\n"); in run_ssl()
1132 die ("Failed to read current time of day: %s\n", strerror (errno)); in main()
1147 die ("setting time failed: %s (Attempted to set clock to %lu.%06lu)\n", in main()
1154 die ("Failed to read current time of day: %s\n", strerror (errno)); in main()
1171 die ("fork failed: %s\n", strerror (errno)); in main()
1183 die ("waitpid failed: %s\n", strerror (errno)); in main()
1185 die ("child process failed in SSL handshake\n"); in main()
1188 die ("Failed to read current time of day: %s\n", strerror (errno)); in main()
1223 die ("strftime returned 0\n"); in main()
1240 die("remote server is a false ticker from the future!\n"); in main()
1242 die ("remote server is a false ticker!\n"); in main()
1244 die ("setting time failed: %s (Difference from server is about %d s)\n", in main()