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
..
2022-01-25 11:49:55 +08:00
2022-02-22 14:57:38 +08:00
2018-11-19 12:36:31 +08:00
2022-02-23 09:12:46 +08:00
2022-01-19 11:08:57 +08:00
2021-06-22 11:28:01 +08:00
2022-02-09 22:06:37 +08:00
2022-01-04 00:30:55 +01:00
2022-01-07 16:18:32 +08:00
2021-01-26 10:49:01 +08:00
2021-10-12 10:14:23 +08:00
2022-02-23 09:12:46 +08:00
2022-03-03 01:37:10 +05:30
2022-02-03 20:50:52 +08:00
2021-01-26 10:49:01 +08:00
2020-07-07 11:40:19 +08:00
2020-11-12 17:52:31 +08:00
2021-11-10 09:53:53 +01:00
2021-11-24 13:07:56 +01:00
2021-01-19 11:17:18 +08:00
2022-02-23 15:08:36 +05:30
2022-01-03 09:34:21 +01:00
2021-04-26 15:36:30 +08:00
2022-02-03 19:02:14 +01:00
2021-02-10 14:50:07 +08:00
2022-01-06 21:43:12 +08:00
2021-08-30 13:50:58 +08:00
2021-12-27 16:35:55 +08:00
2021-05-11 08:45:14 +02:00
2022-01-26 20:22:29 +08:00
2021-01-26 10:49:01 +08:00
2021-02-25 07:05:43 +00:00
2021-08-19 09:26:20 +08:00
2021-12-22 00:58:49 +01:00
2021-01-26 10:49:01 +08:00
2019-01-11 15:30:15 +01:00
2021-12-27 16:35:55 +08:00
2022-02-16 18:44:13 +01:00
2020-08-04 13:27:16 +08:00
2020-04-03 01:10:02 +02:00
2020-04-03 01:10:02 +02:00
2020-04-03 01:10:02 +02:00
2022-02-07 10:55:54 +08:00
2020-04-03 01:10:02 +02:00
2020-04-03 01:10:02 +02:00
2022-01-27 18:44:11 +01:00
2020-11-11 07:36:35 +00:00
2022-02-10 07:20:52 +01:00
2022-02-21 14:54:55 +01:00
2022-02-23 15:08:36 +05:30
2021-01-26 10:49:01 +08:00
2022-01-31 11:36:13 +08:00
2021-11-24 13:07:56 +01:00
2020-04-03 01:10:02 +02:00
2021-10-26 10:55:00 +08:00
2022-02-07 10:55:54 +08:00