Lines Matching refs:wpa_printf

52 			wpa_printf(MSG_INFO, "TLSv1: Truncated ServerHello extension header");  in tls_process_server_hello_extensions()
62 wpa_printf(MSG_INFO, "TLSv1: Truncated ServerHello extension"); in tls_process_server_hello_extensions()
66 wpa_printf(MSG_DEBUG, "TLSv1: ServerHello ExtensionType %u", in tls_process_server_hello_extensions()
87 wpa_printf(MSG_DEBUG, "TLSv1: Expected Handshake; " in tls_process_server_hello()
102 wpa_printf(MSG_DEBUG, "TLSv1: Received unexpected handshake " in tls_process_server_hello()
108 wpa_printf(MSG_DEBUG, "TLSv1: Received ServerHello"); in tls_process_server_hello()
129 wpa_printf(MSG_DEBUG, "TLSv1: Unexpected protocol version in " in tls_process_server_hello()
137 wpa_printf(MSG_DEBUG, "TLSv1: Using TLS v%s", in tls_process_server_hello()
158 wpa_printf(MSG_DEBUG, "TLSv1: Resuming old session"); in tls_process_server_hello()
179 wpa_printf(MSG_INFO, "TLSv1: Server selected unexpected " in tls_process_server_hello()
187 wpa_printf(MSG_DEBUG, "TLSv1: Server selected a different " in tls_process_server_hello()
196 wpa_printf(MSG_DEBUG, "TLSv1: Failed to set CipherSuite for " in tls_process_server_hello()
209 wpa_printf(MSG_INFO, "TLSv1: Server selected unexpected " in tls_process_server_hello()
223 wpa_printf(MSG_INFO, in tls_process_server_hello()
248 wpa_printf(MSG_DEBUG, "TLSv1: SessionTicket callback " in tls_process_server_hello()
259 wpa_printf(MSG_DEBUG, "TLSv1: Failed to derive keys"); in tls_process_server_hello()
273 wpa_printf(MSG_DEBUG, "TLSv1: Failed to decode ServerHello"); in tls_process_server_hello()
364 wpa_printf(MSG_DEBUG, "TLSv1: Expected Handshake; " in tls_process_certificate()
375 wpa_printf(MSG_DEBUG, "TLSv1: Too short Certificate message " in tls_process_certificate()
387 wpa_printf(MSG_DEBUG, "TLSv1: Unexpected Certificate message " in tls_process_certificate()
404 wpa_printf(MSG_DEBUG, "TLSv1: Received unexpected handshake " in tls_process_certificate()
413 wpa_printf(MSG_DEBUG, in tls_process_certificate()
428 wpa_printf(MSG_DEBUG, "TLSv1: Too short Certificate " in tls_process_certificate()
438 wpa_printf(MSG_DEBUG, "TLSv1: Unexpected certificate_list " in tls_process_certificate()
449 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse " in tls_process_certificate()
461 wpa_printf(MSG_DEBUG, "TLSv1: Unexpected certificate " in tls_process_certificate()
471 wpa_printf(MSG_DEBUG, "TLSv1: Certificate %lu (len %lu)", in tls_process_certificate()
478 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse " in tls_process_certificate()
489 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse " in tls_process_certificate()
513 wpa_printf(MSG_DEBUG, in tls_process_certificate()
516 wpa_printf(MSG_DEBUG, "TLSv1: 0: %s", buf); in tls_process_certificate()
521 wpa_printf(MSG_DEBUG, in tls_process_certificate()
542 wpa_printf(MSG_DEBUG, in tls_process_certificate()
570 wpa_printf(MSG_DEBUG, "TLSv1: Server certificate chain " in tls_process_certificate()
684 wpa_printf(MSG_DEBUG, "TLSv1: Invalid dh_p length %u", val); in tlsv1_process_diffie_hellman()
690 wpa_printf(MSG_INFO, "TLSv1: Reject under 768-bit DH prime (insecure; only %u bits)", in tlsv1_process_diffie_hellman()
756 wpa_printf(MSG_DEBUG, "TLSv1.2: Unsupported hash(%u)/signature(%u) algorithm", in tlsv1_process_diffie_hellman()
793 wpa_printf(MSG_DEBUG, "TLSv1: Processing DH params failed"); in tlsv1_process_diffie_hellman()
808 wpa_printf(MSG_INFO, "TLSv1: Too short OCSPResponse"); in tls_process_certificate_status_ocsp_response()
815 wpa_printf(MSG_INFO, "TLSv1: Truncated OCSPResponse"); in tls_process_certificate_status_ocsp_response()
835 wpa_printf(MSG_DEBUG, in tls_process_certificate_status()
847 wpa_printf(MSG_DEBUG, in tls_process_certificate_status()
860 wpa_printf(MSG_DEBUG, in tls_process_certificate_status()
870 wpa_printf(MSG_DEBUG, in tls_process_certificate_status()
878 wpa_printf(MSG_DEBUG, "TLSv1: Received CertificateStatus"); in tls_process_certificate_status()
890 wpa_printf(MSG_INFO, "TLSv1: Too short CertificateStatus"); in tls_process_certificate_status()
895 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatus status_type %u", in tls_process_certificate_status()
915 wpa_printf(MSG_DEBUG, in tls_process_certificate_status()
923 wpa_printf(MSG_DEBUG, in tls_process_certificate_status()
935 wpa_printf(MSG_DEBUG, in tls_process_certificate_status()
957 wpa_printf(MSG_DEBUG, in tls_process_certificate_status()
1031 wpa_printf(MSG_DEBUG, "TLSv1: Expected Handshake; " in tls_process_server_key_exchange()
1042 wpa_printf(MSG_DEBUG, "TLSv1: Too short ServerKeyExchange " in tls_process_server_key_exchange()
1054 wpa_printf(MSG_DEBUG, "TLSv1: Mismatch in ServerKeyExchange " in tls_process_server_key_exchange()
1074 wpa_printf(MSG_DEBUG, "TLSv1: Received unexpected handshake " in tls_process_server_key_exchange()
1084 wpa_printf(MSG_DEBUG, "TLSv1: Received ServerKeyExchange"); in tls_process_server_key_exchange()
1087 wpa_printf(MSG_DEBUG, "TLSv1: ServerKeyExchange not allowed " in tls_process_server_key_exchange()
1105 wpa_printf(MSG_DEBUG, "TLSv1: UnexpectedServerKeyExchange"); in tls_process_server_key_exchange()
1127 wpa_printf(MSG_DEBUG, "TLSv1: Expected Handshake; " in tls_process_certificate_request()
1138 wpa_printf(MSG_DEBUG, "TLSv1: Too short CertificateRequest " in tls_process_certificate_request()
1150 wpa_printf(MSG_DEBUG, "TLSv1: Mismatch in CertificateRequest " in tls_process_certificate_request()
1163 wpa_printf(MSG_DEBUG, "TLSv1: Received unexpected handshake " in tls_process_certificate_request()
1171 wpa_printf(MSG_DEBUG, "TLSv1: Received CertificateRequest"); in tls_process_certificate_request()
1191 wpa_printf(MSG_DEBUG, "TLSv1: Expected Handshake; " in tls_process_server_hello_done()
1202 wpa_printf(MSG_DEBUG, "TLSv1: Too short ServerHelloDone " in tls_process_server_hello_done()
1214 wpa_printf(MSG_DEBUG, "TLSv1: Mismatch in ServerHelloDone " in tls_process_server_hello_done()
1223 wpa_printf(MSG_DEBUG, "TLSv1: Received unexpected handshake " in tls_process_server_hello_done()
1230 wpa_printf(MSG_DEBUG, "TLSv1: Received ServerHelloDone"); in tls_process_server_hello_done()
1234 wpa_printf(MSG_INFO, in tls_process_server_hello_done()
1257 wpa_printf(MSG_DEBUG, "TLSv1: Expected ChangeCipherSpec; " in tls_process_server_change_cipher_spec()
1261 wpa_printf(MSG_DEBUG, "TLSv1: Server may have " in tls_process_server_change_cipher_spec()
1270 wpa_printf(MSG_DEBUG, "TLSv1: SessionTicket " in tls_process_server_change_cipher_spec()
1290 wpa_printf(MSG_DEBUG, "TLSv1: Too short ChangeCipherSpec"); in tls_process_server_change_cipher_spec()
1296 wpa_printf(MSG_DEBUG, "TLSv1: Expected ChangeCipherSpec; " in tls_process_server_change_cipher_spec()
1303 wpa_printf(MSG_DEBUG, "TLSv1: Received ChangeCipherSpec"); in tls_process_server_change_cipher_spec()
1305 wpa_printf(MSG_DEBUG, "TLSv1: Failed to change read cipher " in tls_process_server_change_cipher_spec()
1329 wpa_printf(MSG_DEBUG, "TLSv1: Expected Finished; " in tls_process_server_finished()
1340 wpa_printf(MSG_DEBUG, "TLSv1: Too short record (left=%lu) for " in tls_process_server_finished()
1349 wpa_printf(MSG_DEBUG, "TLSv1: Expected Finished; received " in tls_process_server_finished()
1362 wpa_printf(MSG_DEBUG, "TLSv1: Too short buffer for Finished " in tls_process_server_finished()
1371 wpa_printf(MSG_DEBUG, "TLSv1: Unexpected verify_data length " in tls_process_server_finished()
1427 wpa_printf(MSG_DEBUG, "TLSv1: Failed to derive verify_data"); in tls_process_server_finished()
1436 wpa_printf(MSG_INFO, "TLSv1: Mismatch in verify_data"); in tls_process_server_finished()
1442 wpa_printf(MSG_DEBUG, "TLSv1: Received Finished"); in tls_process_server_finished()
1461 wpa_printf(MSG_DEBUG, "TLSv1: Expected Application Data; " in tls_process_application_data()
1490 wpa_printf(MSG_DEBUG, "TLSv1: Alert underflow"); in tlsv1_client_process_handshake()
1495 wpa_printf(MSG_DEBUG, "TLSv1: Received alert %d:%d", in tlsv1_client_process_handshake()
1506 wpa_printf(MSG_DEBUG, "TLSv1: HelloRequest underflow"); in tlsv1_client_process_handshake()
1511 wpa_printf(MSG_DEBUG, "TLSv1: Ignored HelloRequest"); in tlsv1_client_process_handshake()
1552 wpa_printf(MSG_DEBUG, "TLSv1: Unexpected state %d " in tlsv1_client_process_handshake()