/mbedtls-latest/library/ |
D | ssl_tls13_keys.c | 691 MBEDTLS_SSL_DEBUG_BUF( in ssl_tls13_key_schedule_stage_application() 816 MBEDTLS_SSL_DEBUG_BUF(4, "handshake hash", transcript, transcript_len); in mbedtls_ssl_tls13_calculate_verify_data() 824 MBEDTLS_SSL_DEBUG_BUF(3, "verify_data for finished message", dst, hash_len); in mbedtls_ssl_tls13_calculate_verify_data() 878 MBEDTLS_SSL_DEBUG_BUF(4, "mbedtls_ssl_tls13_create_psk_binder", in mbedtls_ssl_tls13_create_psk_binder() 915 MBEDTLS_SSL_DEBUG_BUF(3, "psk binder", result, actual_len); in mbedtls_ssl_tls13_create_psk_binder() 1184 MBEDTLS_SSL_DEBUG_BUF( in ssl_tls13_generate_early_key() 1214 MBEDTLS_SSL_DEBUG_BUF(4, "client early write_key", in ssl_tls13_generate_early_key() 1218 MBEDTLS_SSL_DEBUG_BUF(4, "client early write_iv", in ssl_tls13_generate_early_key() 1312 MBEDTLS_SSL_DEBUG_BUF(4, "mbedtls_ssl_tls13_key_schedule_stage_early", in mbedtls_ssl_tls13_key_schedule_stage_early() 1386 MBEDTLS_SSL_DEBUG_BUF(4, "Client handshake traffic secret", in ssl_tls13_generate_handshake_keys() [all …]
|
D | ssl_tls13_client.c | 356 MBEDTLS_SSL_DEBUG_BUF( in ssl_tls13_write_key_share_ext() 390 MBEDTLS_SSL_DEBUG_BUF(3, "key_share extension", p, end - buf); in ssl_tls13_parse_hrr_key_share_ext() 543 MBEDTLS_SSL_DEBUG_BUF(3, "cookie extension", p, cookie_len); in ssl_tls13_parse_cookie_ext() 576 MBEDTLS_SSL_DEBUG_BUF(3, "client hello, cookie", in ssl_tls13_write_cookie_ext() 815 MBEDTLS_SSL_DEBUG_BUF(4, "write identity", buf, 6 + identity_len); in ssl_tls13_write_identity() 864 MBEDTLS_SSL_DEBUG_BUF(4, "write binder", buf, 1 + binder_len); in ssl_tls13_write_binder() 993 MBEDTLS_SSL_DEBUG_BUF(3, "pre_shared_key identities", buf, p - buf); in mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext() 1047 MBEDTLS_SSL_DEBUG_BUF(3, "pre_shared_key binders", buf, p - buf); in mbedtls_ssl_tls13_write_binders_of_pre_shared_key_ext() 1559 MBEDTLS_SSL_DEBUG_BUF(3, "Expected Session ID", in ssl_tls13_check_server_hello_session_id_echo() 1562 MBEDTLS_SSL_DEBUG_BUF(3, "Received Session ID", p, in ssl_tls13_check_server_hello_session_id_echo() [all …]
|
D | ssl_tls13_server.c | 344 MBEDTLS_SSL_DEBUG_BUF(4, "identity", identity, identity_len); in ssl_tls13_offered_psks_check_identity_match() 359 MBEDTLS_SSL_DEBUG_BUF(4, "Ticket-resumed PSK:", in ssl_tls13_offered_psks_check_identity_match() 379 MBEDTLS_SSL_DEBUG_BUF(5, "identity", identity, identity_len); in ssl_tls13_offered_psks_check_identity_match() 447 MBEDTLS_SSL_DEBUG_BUF(3, "psk binder ( computed ): ", in ssl_tls13_offered_psks_check_binder_match() 449 MBEDTLS_SSL_DEBUG_BUF(3, "psk binder ( received ): ", binder, binder_len); in ssl_tls13_offered_psks_check_binder_match() 538 MBEDTLS_SSL_DEBUG_BUF(3, "pre_shared_key extension", in ssl_tls13_parse_pre_shared_key_ext() 847 MBEDTLS_SSL_DEBUG_BUF(3, "supported_groups extension", p, end - buf); in ssl_tls13_parse_supported_groups_ext() 1426 MBEDTLS_SSL_DEBUG_BUF(3, "client hello, random bytes", in ssl_tls13_parse_client_hello() 1435 MBEDTLS_SSL_DEBUG_BUF(3, "client hello, session id", in ssl_tls13_parse_client_hello() 1443 MBEDTLS_SSL_DEBUG_BUF(3, "client hello, list of cipher suites", in ssl_tls13_parse_client_hello() [all …]
|
D | ssl_msg.c | 324 MBEDTLS_SSL_DEBUG_BUF(3, "record buffer", buf, buflen); in mbedtls_ssl_check_record() 957 MBEDTLS_SSL_DEBUG_BUF(4, "before encrypt: output payload", in mbedtls_ssl_encrypt_buf() 1003 MBEDTLS_SSL_DEBUG_BUF(3, "CID", rec->cid, rec->cid_len); in mbedtls_ssl_encrypt_buf() 1098 MBEDTLS_SSL_DEBUG_BUF(4, "computed mac", data + rec->data_len, in mbedtls_ssl_encrypt_buf() 1182 MBEDTLS_SSL_DEBUG_BUF(4, "IV used (internal)", in mbedtls_ssl_encrypt_buf() 1184 MBEDTLS_SSL_DEBUG_BUF(4, "IV used (transmitted)", in mbedtls_ssl_encrypt_buf() 1187 MBEDTLS_SSL_DEBUG_BUF(4, "additional data used for AEAD", in mbedtls_ssl_encrypt_buf() 1223 MBEDTLS_SSL_DEBUG_BUF(4, "after encrypt: tag", in mbedtls_ssl_encrypt_buf() 1394 MBEDTLS_SSL_DEBUG_BUF(4, "MAC'd meta-data", add_data, in mbedtls_ssl_encrypt_buf() 1607 MBEDTLS_SSL_DEBUG_BUF(4, "additional data used for AEAD", in mbedtls_ssl_decrypt_buf() [all …]
|
D | ssl_client.c | 301 MBEDTLS_SSL_DEBUG_BUF(3, "Supported groups extension", in ssl_write_supported_groups_ext() 486 MBEDTLS_SSL_DEBUG_BUF(3, "client hello, random bytes", in ssl_write_client_hello_body() 511 MBEDTLS_SSL_DEBUG_BUF(3, "session id", ssl->session_negotiate->id, in ssl_write_client_hello_body() 528 MBEDTLS_SSL_DEBUG_BUF(3, "client hello, cookie", in ssl_write_client_hello_body() 690 MBEDTLS_SSL_DEBUG_BUF(3, "client hello extensions", in ssl_write_client_hello_body()
|
D | ssl_tls12_server.c | 416 MBEDTLS_SSL_DEBUG_BUF(3, "Client CID", buf, peer_cid_len); in ssl_parse_cid_ext() 645 MBEDTLS_SSL_DEBUG_BUF(3, "using mki", ssl->dtls_srtp_info.mki_value, in ssl_parse_use_srtp_ext() 942 MBEDTLS_SSL_DEBUG_BUF(4, "record header", buf, mbedtls_ssl_in_hdr_len(ssl)); in ssl_parse_client_hello() 1033 MBEDTLS_SSL_DEBUG_BUF(4, "record contents", buf, msg_len); in ssl_parse_client_hello() 1161 MBEDTLS_SSL_DEBUG_BUF(3, "client hello, version", buf, 2); in ssl_parse_client_hello() 1178 MBEDTLS_SSL_DEBUG_BUF(3, "client hello, random bytes", buf + 2, 32); in ssl_parse_client_hello() 1195 MBEDTLS_SSL_DEBUG_BUF(3, "client hello, session id", buf + 35, sess_len); in ssl_parse_client_hello() 1218 MBEDTLS_SSL_DEBUG_BUF(3, "client hello, cookie", in ssl_parse_client_hello() 1268 MBEDTLS_SSL_DEBUG_BUF(3, "client hello, ciphersuitelist", in ssl_parse_client_hello() 1290 MBEDTLS_SSL_DEBUG_BUF(3, "client hello, compression", in ssl_parse_client_hello() [all …]
|
D | ssl_tls13_generic.c | 315 MBEDTLS_SSL_DEBUG_BUF(3, "verify hash", verify_hash, verify_hash_len); in ssl_tls13_parse_certificate_verify() 380 MBEDTLS_SSL_DEBUG_BUF(3, "handshake hash", transcript, transcript_len); in mbedtls_ssl_tls13_process_certificate_verify() 931 MBEDTLS_SSL_DEBUG_BUF(3, "handshake hash", in ssl_tls13_write_certificate_verify_body() 986 MBEDTLS_SSL_DEBUG_BUF(3, "verify hash", verify_hash, verify_hash_len); in ssl_tls13_write_certificate_verify_body() 1106 MBEDTLS_SSL_DEBUG_BUF(4, "verify_data (self-computed):", in ssl_tls13_parse_finished_message() 1109 MBEDTLS_SSL_DEBUG_BUF(4, "verify_data (received message):", buf, in ssl_tls13_parse_finished_message() 1445 MBEDTLS_SSL_DEBUG_BUF(4, "Truncated handshake transcript", in mbedtls_ssl_reset_transcript_for_hrr()
|
D | ssl_tls12_client.c | 495 MBEDTLS_SSL_DEBUG_BUF(3, "sending mki", ssl->dtls_srtp_info.mki_value, in ssl_write_use_srtp_ext() 729 MBEDTLS_SSL_DEBUG_BUF(3, "Server CID", buf, peer_cid_len); in ssl_parse_cid_ext() 1081 MBEDTLS_SSL_DEBUG_BUF(3, "received mki", ssl->dtls_srtp_info.mki_value, in ssl_parse_use_srtp_ext() 1126 MBEDTLS_SSL_DEBUG_BUF(3, "server version", p, 2); in ssl_parse_hello_verify_request() 1152 MBEDTLS_SSL_DEBUG_BUF(3, "cookie", p, cookie_len); in ssl_parse_hello_verify_request() 1269 MBEDTLS_SSL_DEBUG_BUF(3, "server hello, version", buf, 2); in ssl_parse_server_hello() 1300 MBEDTLS_SSL_DEBUG_BUF(3, "server hello, random bytes", buf + 2, 32); in ssl_parse_server_hello() 1363 MBEDTLS_SSL_DEBUG_BUF(3, "server hello, session id", buf + 35, n); in ssl_parse_server_hello() 2176 MBEDTLS_SSL_DEBUG_BUF(3, "server key exchange", p, (size_t) (end - p)); in ssl_parse_server_key_exchange() 2371 MBEDTLS_SSL_DEBUG_BUF(3, "signature", p, sig_len); in ssl_parse_server_key_exchange() [all …]
|
D | ssl_tls.c | 116 MBEDTLS_SSL_DEBUG_BUF(3, "Own CID", own_cid, own_cid_len); in mbedtls_ssl_set_cid() 5222 MBEDTLS_SSL_DEBUG_BUF(4, "saved context", buf, used); in mbedtls_ssl_context_save() 5272 MBEDTLS_SSL_DEBUG_BUF(4, "context to load", buf, len); in ssl_context_load() 7025 MBEDTLS_SSL_DEBUG_BUF(3, "session hash for extended master secret", in ssl_compute_master() 7154 MBEDTLS_SSL_DEBUG_BUF(3, "premaster secret", in ssl_compute_master() 7274 MBEDTLS_SSL_DEBUG_BUF(3, "PSA calculated verify result", hash, *hlen); in ssl_calc_verify_tls_psa() 7313 MBEDTLS_SSL_DEBUG_BUF(3, "calculated verify result", hash, *hlen); in ssl_calc_verify_tls_legacy() 8139 MBEDTLS_SSL_DEBUG_BUF(3, "PSA calculated padbuf", padbuf, hlen); in ssl_calc_finished_tls_generic() 8158 MBEDTLS_SSL_DEBUG_BUF(4, "finished output", padbuf, hlen); in ssl_calc_finished_tls_generic() 8168 MBEDTLS_SSL_DEBUG_BUF(3, "calc finished result", buf, len); in ssl_calc_finished_tls_generic() [all …]
|
/mbedtls-latest/include/mbedtls/ |
D | debug.h | 32 #define MBEDTLS_SSL_DEBUG_BUF(level, text, buf, len) \ macro 63 #define MBEDTLS_SSL_DEBUG_BUF(level, text, buf, len) do { } while (0) macro
|