esp-idf/components/mbedtls/port/include
Aditya Patwardhan 3b71bd7326 mbedtls-3.0: Fixed ESP32 build issues
- Added MBEDLTS_PRIVATE(...) wherever necessary
- For functions like mbedtls_pk_parse_key(...), it is necessary to pass the RNG function
  pointers as parameter. Solved for dependent components: wpa_supplicant & openSSL
- For libcoap, the SSLv2 ClientHello handshake method has been deprecated, need to handle this.
  Currently, corresponding snippet has been commented.
- Examples tested: hello-world | https_request | wifi_prov_mgr

mbedtls-3.0: Fixed ESP32-C3 & ESP32-S3 build issues
- Removed MBEDTLS_DEPRECATED_REMOVED macro from sha1 port
- DS peripheral: esp_ds_rsa_sign -> removed unsused 'mode' argument
- Added MBEDTLS_PRIVATE(...) wherever required

mbedtls-3.0: Fixed ESP32-S2 build issues
- Fixed outdated function prototypes and usage in mbedlts/port/aes/esp_aes_gcm.c due to changes in GCM module

mbedtls-3.0: Fixed ESP32-H2 build issues

ci: Fixing build stage
- Added MBEDTLS_PRIVATE(...) wherever required
- Added RNG function parameter
- Updated GCM Module changes
- Updated Copyright notices

- Tests:
- build_esp_idf_tests_cmake_esp32
- build_esp_idf_tests_cmake_esp32s2
- build_esp_idf_tests_cmake_esp32c3
- build_esp_idf_tests_cmake_esp32s3

ci: Fixing build stage (mbedtls-related changes)
- Added MBEDTLS_PRIVATE(...) wherever required
- Updated SHAXXX functions
- Updated esp_config according to mbedtls changes

- Tests:
- build_examples_cmake_esp32
- build_examples_cmake_esp32s2
- build_examples_cmake_esp32c3
- build_examples_cmake_esp32s3

ci: Fixing build stage (example-related changes)
- Added MBEDTLS_PRIVATE(...) wherever required
- Updated SHAXXX functions
- Updated esp_config according to mbedtls changes

- Tests:
- build_examples_cmake_esp32
- build_examples_cmake_esp32s2
- build_examples_cmake_esp32c3
- build_examples_cmake_esp32s3

ci: Fixing target_test stage
- Updated test SSL version to TLS_v1_2

- Tests:
- example_test_protocols 1/2

ci: Fixing build stage
- Added checks for MBEDTLS_DHM_C (disabled by default)
- Updated esp_cryptoauthlib submodule
- Updated factory partition size for legacy BLE provisioning example

- Tests:
- build_examples_cmake_esp32
- build_examples_cmake_esp32s2
- build_examples_cmake_esp32c3
- build_examples_cmake_esp32s3

Co-authored-by: Laukik Hase <laukik.hase@espressif.com>
2022-03-03 01:37:10 +05:30
..
aes mbedtls-3.0: Fixed ESP32 build issues 2022-03-03 01:37:10 +05:30
esp32 AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
esp32s2 esp32c3/Digital Signature: mbedtls integration through ESP-TLS 2021-01-22 11:54:16 +05:30
esp_ds mbedtls-3.0: Fixed ESP32 build issues 2022-03-03 01:37:10 +05:30
mbedtls mbedtls-3.0: Fixed ESP32 build issues 2022-03-03 01:37:10 +05:30
md mbedtls-3 update: 2022-03-03 01:37:10 +05:30
sha Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
aes_alt.h AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
bignum_impl.h MPI: add kconfig option for doing intr-based exp-mod operations 2021-12-29 18:55:48 +08:00
esp_crypto_shared_gdma.h aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
esp_mem.h mbedtls: configurable options for controlling dynamic memory allocations 2018-09-24 11:17:48 +05:30
gcm_alt.h mbedtls-3.0: Fixed ESP32 build issues 2022-03-03 01:37:10 +05:30
md5_alt.h mbedtls-3 update: 2022-03-03 01:37:10 +05:30
rsa_sign_alt.h esp32c3/Digital Signature: mbedtls integration through ESP-TLS 2021-01-22 11:54:16 +05:30
sha1_alt.h SHA/RSA: moved all caps to soc_caps.h 2020-11-12 02:15:46 +00:00
sha256_alt.h SHA/RSA: moved all caps to soc_caps.h 2020-11-12 02:15:46 +00:00
sha512_alt.h SHA/RSA: moved all caps to soc_caps.h 2020-11-12 02:15:46 +00:00