Lines Matching refs:verb
241 verb("V: freezing time for x509 verification\n"); in openssl_time_callback()
247 verb("V: remote peer provided: %d, preferred over compile time: %d\n", in openssl_time_callback()
249 verb("V: freezing time with X509_VERIFY_PARAM_set_time\n"); in openssl_time_callback()
269 verb("V: key type: EVP_PKEY_RSA\n"); in get_certificate_keybits()
273 verb("V: key type: EVP_PKEY_RSA2\n"); in get_certificate_keybits()
277 verb("V: key type: EVP_PKEY_DSA\n"); in get_certificate_keybits()
281 verb("V: key type: EVP_PKEY_DSA1\n"); in get_certificate_keybits()
285 verb("V: key type: EVP_PKEY_DSA2\n"); in get_certificate_keybits()
289 verb("V: key type: EVP_PKEY_DSA3\n"); in get_certificate_keybits()
293 verb("V: key type: EVP_PKEY_DSA4\n"); in get_certificate_keybits()
297 verb("V: key type: EVP_PKEY_DH\n"); in get_certificate_keybits()
301 verb("V: key type: EVP_PKEY_EC\n"); in get_certificate_keybits()
310 verb ("V: keybits: %d\n", key_bits); in get_certificate_keybits()
333 verb ("V: label found; total label count: %d\n", label_count); in dns_label_count()
340 verb ("V: label found; total label count: %d\n", label_count); in dns_label_count()
376 verb ("V: Inspecting '%s' for possible wildcard match against '%s'\n", in check_wildcard_match_rfc2595()
392 verb ("V: Found wildcard in at start of provided certificate name\n"); in check_wildcard_match_rfc2595()
405 verb ("V: Attempting match of '%s' against '%s'\n", in check_wildcard_match_rfc2595()
412 verb ("V: Forced match of '%s' against '%s'\n", expected_label, wildcard_label); in check_wildcard_match_rfc2595()
415 verb ("V: Attempting match of '%s' against '%s'\n", in check_wildcard_match_rfc2595()
421 verb ("V: remaining labels match!\n"); in check_wildcard_match_rfc2595()
425 verb ("V: remaining labels do not match!\n"); in check_wildcard_match_rfc2595()
431 verb("V: NULL label; no wildcard here\n"); in check_wildcard_match_rfc2595()
436 verb ("V: Not a RFC 2595 wildcard\n"); in check_wildcard_match_rfc2595()
439 verb ("V: Not a valid wildcard certificate\n"); in check_wildcard_match_rfc2595()
449 verb ("V: wildcard match of %s against %s\n", in check_wildcard_match_rfc2595()
453 verb ("V: wildcard match failure of %s against %s\n", in check_wildcard_match_rfc2595()
494 verb ("V: commonName mismatch! Expected: %s - received: %s\n", in check_cn()
497 verb ("V: commonName matched: %s\n", cn_buf); in check_cn()
576 …verb ("V: subjectAltName matched: %s, type: %s\n", nval->value, nval->name); /* We matched this; s… in check_san()
589 …verb ("V: subjectAltName found but not matched: %s, type: %s\n", nval->value, nval->name); // XXX:… in check_san()
593 verb ("V: found non subjectAltName extension\n"); in check_san()
601 verb ("V: no X509_EXTENSION field(s) found\n"); in check_san()
615 verb ("V: hostname verification passed\n"); in check_name()
649 verb ("V: verify success\n"); in verify_signature()
677 verb ("V: certificate verification passed\n"); in verify_signature()
703 verb ("V: Certificate for subject '%s'\n", buf); in check_key_length()
710 verb ("V: public key is ready for inspection\n"); in check_key_length()
717 verb ("V: key length appears safe\n"); in check_key_length()
737 verb ("V: public key is ready for inspection\n"); in check_key_length()
749 verb ("V: ECC key length appears safe\n"); in check_key_length()
753 verb ("V: key length appears safe\n"); in check_key_length()
789 verb("V: remote peer provided: %d, preferred over compile time: %d\n", in check_timestamp()
841 verb("V: Using PolarSSL for SSL\n"); in run_ssl()
895 verb("V: opening socket to proxy %s:%s\n", proxy_host, proxy_port); in run_ssl()
909 verb("V: Handle proxy connection\n"); in run_ssl()
915 verb("V: opening socket to %s:%s\n", host, port); in run_ssl()
924 verb("V: starting handshake\n"); in run_ssl()
934 verb("V: continuing handshake\n"); in run_ssl()
949 verb ("V: Certificate verification skipped!\n"); in run_ssl()
979 verb ("V: using SSLv23_client_method()\n"); in run_ssl()
983 verb ("V: using SSLv3_client_method()\n"); in run_ssl()
987 verb ("V: using TLSv1_client_method()\n"); in run_ssl()
995 verb("V: Using OpenSSL for SSL\n"); in run_ssl()
1035 verb("V: opening socket to %s:%s\n", host, port); in run_ssl()
1054 verb ("V: Certificate verification skipped!\n"); in run_ssl()
1098 verb ("V: RECENT_COMPILE_DATE is %lu.%06lu\n", in main()
1105 verb ("V: we'll do the time warp another time - we're not setting clock\n"); in main()
1135 verb ("V: time is currently %lu.%06lu\n", in main()
1141 verb ("V: local clock time is less than RECENT_COMPILE_DATE\n"); in main()
1144 verb ("V: Attempting to warp local clock into the future\n"); in main()
1156 verb ("V: time is currently %lu.%06lu\n", in main()
1159 verb ("V: It's just a step to the left...\n"); in main()
1162 verb ("V: time is greater than RECENT_COMPILE_DATE\n"); in main()
1203 verb ("V: server time %u (difference is about %d s) was fetched in %lld ms\n", in main()
1210 verb ("V: the TLS handshake took more than %d msecs - consider using a different " \ in main()
1247 verb ("V: setting time succeeded\n"); in main()