esp-idf/components/mbedtls/port/dynamic
Laukik Hase aeb42ce3a7
https_server: Fix example when MBEDTLS_DYNAMIC_BUFFER is enabled
- While checking if ciphersuite uses RSA key exchange methods,
  the APIs `mbedtls_ssl_get_ciphersuite_id_from_ssl` and
  `mbedtls_ssl_ciphersuite_from_id` were used to get the ciphersuite
  info.
- However, this is incorrect as we need the ciphersuite info from the
  handshake instance and not the ssl_session instance.
2022-09-30 23:25:27 +05:30
..
esp_mbedtls_dynamic_impl.c mbedtls: MBEDTLS_PRIVATE & MBEDTLS_ALLOW_PRIVATE_ACCESS-related cleanup 2022-09-29 10:13:14 +05:30
esp_mbedtls_dynamic_impl.h mbedtls: MBEDTLS_PRIVATE & MBEDTLS_ALLOW_PRIVATE_ACCESS-related cleanup 2022-09-29 10:13:14 +05:30
esp_ssl_cli.c mbedtls: MBEDTLS_PRIVATE & MBEDTLS_ALLOW_PRIVATE_ACCESS-related cleanup 2022-09-29 10:13:14 +05:30
esp_ssl_srv.c https_server: Fix example when MBEDTLS_DYNAMIC_BUFFER is enabled 2022-09-30 23:25:27 +05:30
esp_ssl_tls.c mbedtls/port: Fix dynamic buffers feature for v3.2.1 2022-08-24 11:59:34 +05:30