esp-idf/.gitlab
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
..
ci https_server: Fix example when MBEDTLS_DYNAMIC_BUFFER is enabled 2022-09-30 23:25:27 +05:30
merge_request_templates gitlab: make "Related" subsection visible in the minimal template 2021-12-21 09:46:51 +00:00
CODEOWNERS essl: move from esp-idf component to extra component 2022-09-26 12:26:55 +08:00