/mbedtls-latest/library/ |
D | ssl_tls12_server.c | 118 MBEDTLS_SSL_DEBUG_MSG(1, ("non-matching renegotiation info")); in ssl_parse_renegotiation_info() 127 MBEDTLS_SSL_DEBUG_MSG(1, ("non-zero length renegotiation info")); in ssl_parse_renegotiation_info() 190 MBEDTLS_SSL_DEBUG_MSG(1, ("bad client hello message")); in ssl_parse_supported_groups_ext() 198 MBEDTLS_SSL_DEBUG_MSG(1, ("bad client hello message")); in ssl_parse_supported_groups_ext() 206 MBEDTLS_SSL_DEBUG_MSG(1, ("bad client hello message")); in ssl_parse_supported_groups_ext() 254 MBEDTLS_SSL_DEBUG_MSG(1, ("bad client hello message")); in ssl_parse_supported_point_formats() 274 MBEDTLS_SSL_DEBUG_MSG(4, ("point format selected: %d", p[0])); in ssl_parse_supported_point_formats() 302 MBEDTLS_SSL_DEBUG_MSG(3, ("skip ecjpake kkpp extension")); in ssl_parse_ecjpake_kkpp() 345 MBEDTLS_SSL_DEBUG_MSG(1, ("bad client hello message")); in ssl_parse_max_fragment_length_ext() 367 MBEDTLS_SSL_DEBUG_MSG(1, ("bad client hello message")); in ssl_parse_cid_ext() [all …]
|
D | ssl_tls12_client.c | 67 MBEDTLS_SSL_DEBUG_MSG(3, in ssl_write_renegotiation_ext() 105 MBEDTLS_SSL_DEBUG_MSG(3, in ssl_write_supported_point_formats_ext() 150 MBEDTLS_SSL_DEBUG_MSG(3, in ssl_write_ecjpake_kkpp_ext() 165 MBEDTLS_SSL_DEBUG_MSG(3, ("generating new ecjpake parameters")); in ssl_write_ecjpake_kkpp_ext() 190 MBEDTLS_SSL_DEBUG_MSG(1, ("allocation failed")); in ssl_write_ecjpake_kkpp_ext() 197 MBEDTLS_SSL_DEBUG_MSG(3, ("re-using cached ecjpake parameters")); in ssl_write_ecjpake_kkpp_ext() 235 MBEDTLS_SSL_DEBUG_MSG(3, ("client hello, adding CID extension")); in ssl_write_cid_ext() 272 MBEDTLS_SSL_DEBUG_MSG(3, in ssl_write_max_fragment_length_ext() 306 MBEDTLS_SSL_DEBUG_MSG(3, in ssl_write_encrypt_then_mac_ext() 338 MBEDTLS_SSL_DEBUG_MSG(3, in ssl_write_extended_ms_ext() [all …]
|
D | ssl_msg.c | 291 MBEDTLS_SSL_DEBUG_MSG(3, ("set_timer to %d ms", (int) millisecs)); in mbedtls_ssl_set_timer() 305 MBEDTLS_SSL_DEBUG_MSG(3, ("timer expired")); in mbedtls_ssl_check_timer() 323 MBEDTLS_SSL_DEBUG_MSG(1, ("=> mbedtls_ssl_check_record")); in mbedtls_ssl_check_record() 365 MBEDTLS_SSL_DEBUG_MSG(1, ("<= mbedtls_ssl_check_record")); in mbedtls_ssl_check_record() 497 MBEDTLS_SSL_DEBUG_MSG(2, ("mtu autoreduction to %d bytes", ssl->handshake->mtu)); in ssl_double_retransmit_timeout() 509 MBEDTLS_SSL_DEBUG_MSG(3, ("update timeout value to %lu millisecs", in ssl_double_retransmit_timeout() 518 MBEDTLS_SSL_DEBUG_MSG(3, ("update timeout value to %lu millisecs", in ssl_reset_retransmit_timeout() 935 MBEDTLS_SSL_DEBUG_MSG(2, ("=> encrypt buf")); in mbedtls_ssl_encrypt_buf() 938 MBEDTLS_SSL_DEBUG_MSG(1, ("no transform provided to encrypt_buf")); in mbedtls_ssl_encrypt_buf() 949 MBEDTLS_SSL_DEBUG_MSG(1, ("bad record structure provided to encrypt_buf")); in mbedtls_ssl_encrypt_buf() [all …]
|
D | ssl_tls13_server.c | 95 MBEDTLS_SSL_DEBUG_MSG(2, ("No matched ciphersuite, psk_ciphersuite_id=%x, psk_hash_alg=%lx", in ssl_tls13_select_ciphersuite() 134 MBEDTLS_SSL_DEBUG_MSG(3, ("Found PSK KEX MODE")); in ssl_tls13_parse_key_exchange_modes_ext() 138 MBEDTLS_SSL_DEBUG_MSG(3, ("Found PSK_EPHEMERAL KEX MODE")); in ssl_tls13_parse_key_exchange_modes_ext() 201 MBEDTLS_SSL_DEBUG_MSG(2, ("=> check_identity_match_ticket")); in ssl_tls13_offered_psks_check_identity_match_ticket() 228 MBEDTLS_SSL_DEBUG_MSG(3, ("ticket is expired")); in ssl_tls13_offered_psks_check_identity_match_ticket() 233 MBEDTLS_SSL_DEBUG_MSG(3, ("ticket is not authentic")); in ssl_tls13_offered_psks_check_identity_match_ticket() 256 MBEDTLS_SSL_DEBUG_MSG(3, ("Ticket TLS version is not 1.3.")); in ssl_tls13_offered_psks_check_identity_match_ticket() 264 MBEDTLS_SSL_DEBUG_MSG( in ssl_tls13_offered_psks_check_identity_match_ticket() 284 MBEDTLS_SSL_DEBUG_MSG( in ssl_tls13_offered_psks_check_identity_match_ticket() 306 MBEDTLS_SSL_DEBUG_MSG( in ssl_tls13_offered_psks_check_identity_match_ticket() [all …]
|
D | ssl_tls13_client.c | 57 MBEDTLS_SSL_DEBUG_MSG(3, ("client hello, adding supported versions extension")); in ssl_tls13_write_supported_versions_ext() 80 MBEDTLS_SSL_DEBUG_MSG(3, ("supported version: [3:4]")); in ssl_tls13_write_supported_versions_ext() 86 MBEDTLS_SSL_DEBUG_MSG(3, ("supported version: [3:3]")); in ssl_tls13_write_supported_versions_ext() 107 MBEDTLS_SSL_DEBUG_MSG(1, ("unexpected version")); in ssl_tls13_parse_supported_versions_ext() 115 MBEDTLS_SSL_DEBUG_MSG( in ssl_tls13_parse_supported_versions_ext() 285 MBEDTLS_SSL_DEBUG_MSG(3, ("client hello: adding key share extension")); in ssl_tls13_write_key_share_ext() 340 MBEDTLS_SSL_DEBUG_MSG(1, ("No key share defined.")); in ssl_tls13_write_key_share_ext() 395 MBEDTLS_SSL_DEBUG_MSG(3, ("selected_group ( %d )", selected_group)); in ssl_tls13_parse_hrr_key_share_ext() 433 MBEDTLS_SSL_DEBUG_MSG(1, ("Invalid key share in HRR")); in ssl_tls13_parse_hrr_key_share_ext() 484 MBEDTLS_SSL_DEBUG_MSG( in ssl_tls13_parse_key_share_ext() [all …]
|
D | ssl_tls13_generic.c | 71 MBEDTLS_SSL_DEBUG_MSG(1, ("Receive unexpected handshake message.")); in mbedtls_ssl_tls13_fetch_handshake_msg() 272 MBEDTLS_SSL_DEBUG_MSG(1, ("Received signature algorithm(%04x) is not " in ssl_tls13_parse_certificate_verify() 288 MBEDTLS_SSL_DEBUG_MSG(3, ("Certificate Verify: Signature algorithm ( %04x )", in ssl_tls13_parse_certificate_verify() 295 MBEDTLS_SSL_DEBUG_MSG(1, ("signature algorithm doesn't match cert key")); in ssl_tls13_parse_certificate_verify() 358 MBEDTLS_SSL_DEBUG_MSG(2, ("=> parse certificate verify")); in mbedtls_ssl_tls13_process_certificate_verify() 402 MBEDTLS_SSL_DEBUG_MSG(2, ("<= parse certificate verify")); in mbedtls_ssl_tls13_process_certificate_verify() 407 MBEDTLS_SSL_DEBUG_MSG(1, ("should never happen")); in mbedtls_ssl_tls13_process_certificate_verify() 471 MBEDTLS_SSL_DEBUG_MSG(1, ("bad certificate message")); in mbedtls_ssl_tls13_parse_certificate() 492 MBEDTLS_SSL_DEBUG_MSG(1, ("alloc( %" MBEDTLS_PRINTF_SIZET " bytes ) failed", in mbedtls_ssl_tls13_parse_certificate() 517 MBEDTLS_SSL_DEBUG_MSG(1, ("bad Certificate message")); in mbedtls_ssl_tls13_parse_certificate() [all …]
|
D | ssl_client.c | 40 MBEDTLS_SSL_DEBUG_MSG(3, in ssl_write_hostname_ext() 127 MBEDTLS_SSL_DEBUG_MSG(3, ("client hello, adding alpn extension")); in ssl_write_alpn_ext() 230 MBEDTLS_SSL_DEBUG_MSG(3, ("client hello, adding supported_groups extension")); in ssl_write_supported_groups_ext() 249 MBEDTLS_SSL_DEBUG_MSG(3, ("got supported group(%04x)", *group_list)); in ssl_write_supported_groups_ext() 281 MBEDTLS_SSL_DEBUG_MSG(3, ("NamedGroup: %s ( %x )", in ssl_write_supported_groups_ext() 290 MBEDTLS_SSL_DEBUG_MSG(1, ("No group available.")); in ssl_write_supported_groups_ext() 369 MBEDTLS_SSL_DEBUG_MSG(3, ("client hello, add ciphersuite: %04x, %s", in ssl_write_client_hello_cipher_suites() 387 MBEDTLS_SSL_DEBUG_MSG(3, ("adding EMPTY_RENEGOTIATION_INFO_SCSV")); in ssl_write_client_hello_cipher_suites() 396 MBEDTLS_SSL_DEBUG_MSG(3, in ssl_write_client_hello_cipher_suites() 688 MBEDTLS_SSL_DEBUG_MSG(3, ("client hello, total extension length: %" \ in ssl_write_client_hello_body() [all …]
|
D | ssl_tls.c | 112 MBEDTLS_SSL_DEBUG_MSG(3, ("Disable use of CID extension.")); in mbedtls_ssl_set_cid() 115 MBEDTLS_SSL_DEBUG_MSG(3, ("Enable use of CID extension.")); in mbedtls_ssl_set_cid() 119 MBEDTLS_SSL_DEBUG_MSG(3, ("CID length %u does not match CID length %u in config", in mbedtls_ssl_set_cid() 357 MBEDTLS_SSL_DEBUG_MSG(1, ("input buffer resizing failed - out of memory")); in handle_buffer_resizing() 359 MBEDTLS_SSL_DEBUG_MSG(2, ("Reallocating in_buf to %" MBEDTLS_PRINTF_SIZET, in handle_buffer_resizing() 374 MBEDTLS_SSL_DEBUG_MSG(1, ("output buffer resizing failed - out of memory")); in handle_buffer_resizing() 376 MBEDTLS_SSL_DEBUG_MSG(2, ("Reallocating out_buf to %" MBEDTLS_PRINTF_SIZET, in handle_buffer_resizing() 798 MBEDTLS_SSL_DEBUG_MSG(1, ("should never happen")); in mbedtls_ssl_optimize_checksum() 1096 MBEDTLS_SSL_DEBUG_MSG(1, ("alloc() of ssl sub-contexts failed")); in ssl_handshake_init() 1316 MBEDTLS_SSL_DEBUG_MSG(1, ("DTLS 1.3 is not yet supported.")); in ssl_conf_version_check() [all …]
|
D | ssl_tls13_keys.c | 794 MBEDTLS_SSL_DEBUG_MSG(2, ("=> mbedtls_ssl_tls13_calculate_verify_data")); in mbedtls_ssl_tls13_calculate_verify_data() 825 MBEDTLS_SSL_DEBUG_MSG(2, ("<= mbedtls_ssl_tls13_calculate_verify_data")); in mbedtls_ssl_tls13_calculate_verify_data() 888 MBEDTLS_SSL_DEBUG_MSG(4, ("Derive Early Secret with 'res binder'")); in mbedtls_ssl_tls13_create_psk_binder() 896 MBEDTLS_SSL_DEBUG_MSG(4, ("Derive Early Secret with 'ext binder'")); in mbedtls_ssl_tls13_create_psk_binder() 955 MBEDTLS_SSL_DEBUG_MSG(1, ("ciphersuite info for %d not found", in mbedtls_ssl_tls13_populate_transform() 963 MBEDTLS_SSL_DEBUG_MSG(1, ("cipher info for %u not found", in mbedtls_ssl_tls13_populate_transform() 1151 MBEDTLS_SSL_DEBUG_MSG(2, ("=> ssl_tls13_generate_early_key")); in ssl_tls13_generate_early_key() 1222 MBEDTLS_SSL_DEBUG_MSG(2, ("<= ssl_tls13_generate_early_key")); in ssl_tls13_generate_early_key() 1285 MBEDTLS_SSL_DEBUG_MSG(1, ("cipher suite info not found")); in mbedtls_ssl_tls13_key_schedule_stage_early() 1353 MBEDTLS_SSL_DEBUG_MSG(2, ("=> ssl_tls13_generate_handshake_keys")); in ssl_tls13_generate_handshake_keys() [all …]
|
D | ssl_misc.h | 569 MBEDTLS_SSL_DEBUG_MSG(1, \
|
/mbedtls-latest/include/mbedtls/ |
D | debug.h | 25 #define MBEDTLS_SSL_DEBUG_MSG(level, args) \ macro 61 #define MBEDTLS_SSL_DEBUG_MSG(level, args) do { } while (0) macro
|