• Home
  • Raw
  • Download

Lines Matching refs:verb

243     verb("V: The date line was impossibly long.");  in handle_date_line()
246 verb("V: The alleged date is <%s>", sanitize_string(dateline)); in handle_date_line()
267 verb("V: Parsed the date: %04d-%s-%02d %02d:%02d:%02d", in handle_date_line()
270 verb("V: Couldn't parse date."); in handle_date_line()
373 verb("V: freezing time for x509 verification"); in openssl_time_callback()
379 verb("V: remote peer provided: %d, preferred over compile time: %d", in openssl_time_callback()
381 verb("V: freezing time with X509_VERIFY_PARAM_set_time"); in openssl_time_callback()
440 verb("V: key type: %s", key_type_str); in get_certificate_keybits()
442 verb("V: key type: %d", public_key->type); in get_certificate_keybits()
447 verb ("V: keybits: %d", key_bits); in get_certificate_keybits()
548 verb ("V: Forced match of '%s' against '%s'", expected_label, wildcard_label); in check_wildcard_match_rfc2595()
630 verb ("V: commonName mismatch! Expected: %s - received: %s", in check_cn()
633 verb ("V: commonName matched: %s", cn_buf); in check_cn()
712verb ("V: subjectAltName matched: %s, type: %s", nval->value, nval->name); // We matched this; so … in check_san()
752 verb ("V: hostname verification passed"); in check_name()
786 verb ("V: verify success"); in verify_signature()
814 verb ("V: certificate verification passed"); in verify_signature()
926 verb("V: remote peer provided: %d, preferred over compile time: %d", in check_timestamp()
981 verb("V: Using PolarSSL for SSL"); in run_ssl()
1035 verb("V: opening socket to proxy %s:%s", proxy_host, proxy_port); in run_ssl()
1049 verb("V: Handle proxy connection"); in run_ssl()
1055 verb("V: opening socket to %s:%s", host, port); in run_ssl()
1064 verb("V: starting handshake"); in run_ssl()
1074 verb("V: continuing handshake"); in run_ssl()
1089 verb ("V: Certificate verification skipped!"); in run_ssl()
1123 verb ("V: using SSLv23_client_method()"); in run_ssl()
1127 verb ("V: using SSLv3_client_method()"); in run_ssl()
1131 verb ("V: using TLSv1_client_method()"); in run_ssl()
1139 verb("V: Using OpenSSL for SSL"); in run_ssl()
1180 verb("V: opening socket to %s:%s", host, port); in run_ssl()
1193 verb("V: In TLS response, T=%lu", (unsigned long)ntohl(result_time)); in run_ssl()
1208 verb ("V: Received HTTP response. T=%lu", (unsigned long)result_time); in run_ssl()
1217 verb ("V: Certificate verification skipped!"); in run_ssl()
1266 verb ("V: RECENT_COMPILE_DATE is %lu.%06lu", in main()
1272 verb ("V: we'll do the time warp another time - we're not setting clock"); in main()
1278 verb ("V: attemping to drop administrator privileges"); in main()
1301 verb ("V: time is currently %lu.%06lu", in main()
1307 verb ("V: local clock time is less than RECENT_COMPILE_DATE"); in main()
1310 verb ("V: Attempting to warp local clock into the future"); in main()
1322 verb ("V: time is currently %lu.%06lu", in main()
1325 verb ("V: It's just a step to the left..."); in main()
1328 verb ("V: time is greater than RECENT_COMPILE_DATE"); in main()
1368 verb ("V: server time %u (difference is about %d s) was fetched in %lld ms", in main()
1379 verb ("V: the TLS handshake took more than %d msecs - consider using a different " \ in main()
1421 verb ("V: setting time succeeded"); in main()