esp-idf/tools
Mahavir Jain 0befb28237 mbedtls: fix hardware MPI (bignum) related regression
In commit de22f3a4e5, combination of
hardware and software MPI (bignum) related approach was used to
work around chip (e.g. ESP32-C3) limitation of max 3072 bits support.

This was done using linker "--wrap" flag but since the relevant API is
being used in same translation (compilation unit), hardware mode was not
getting used in some cases (e.g., RSA key generation).

This commit modified internal mbedTLS API and makes software+hardware
combination deterministic.
2021-12-02 15:08:37 +05:30
..
ble ble-wifi-example-tests: Add fixes and cleanups to ble and wifi tests 2021-06-01 12:27:04 +05:30
catch Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ci mbedtls: fix hardware MPI (bignum) related regression 2021-12-02 15:08:37 +05:30
cmake Tools: make idf_size work with overflow 2021-09-21 18:03:32 +02:00
docker Dockerfile working on x64/ARM 2021-10-14 13:03:35 +02:00
esp_app_trace style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
esp_prov ble-wifi-example-tests: Add fixes and cleanups to ble and wifi tests 2021-06-01 12:27:04 +05:30
find_build_apps style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
idf_py_actions Tools: make idf_size work with overflow 2021-09-21 18:03:32 +02:00
kconfig Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
kconfig_new style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
ldgen feat: ldgen generate ld files with fixed order of entries 2021-10-13 17:40:55 +08:00
mass_mfg docs: update api-reference chapters for C3 2021-03-02 15:00:56 +08:00
templates/sample_component add new command to idf 2020-09-21 23:38:52 +02:00
test_apps bugfix/esp-gdbstrub: add missing function for esp32c3/esp32h2. 2021-10-27 11:03:35 +08:00
test_idf_monitor coredump: update test data for toolchain 2021r2 2021-10-25 20:19:52 +07:00
test_idf_py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
test_idf_size tools: add json schema for idf_size 2021-11-23 14:31:30 +01:00
test_idf_tools tools: Updates OpenOCD version to 'v0.10.0-esp32-20211111' 2021-11-19 11:24:48 +03:00
test_mkdfu tools: Split up large binaries into smaller chunks in the DFU binary 2021-05-31 19:25:00 +02:00
test_mkuf2 style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
unit-test-app unit-test-app/configs(esp32c3): CI sill uses ECO2 for flash_encryption tests 2021-09-24 17:49:30 +08:00
windows Update toolchains to esp-2021r2 2021-10-25 20:19:55 +07:00
build_apps.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_python_dependencies.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_term.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
detect_python.fish tools: Prefer python3 during install and export 2021-02-14 18:49:21 +01:00
detect_python.sh tools: Prefer python3 during install and export 2021-02-14 18:49:21 +01:00
eclipse-code-style.xml tools: add code formatter rules for Eclipse 2016-11-03 18:41:00 +08:00
find_apps.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
format-minimal.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
format.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
gdb_panic_server.py tools/gdb_panic_server: wrap b"" with bytes() for py2.7 compatibility 2021-01-28 11:20:32 +01:00
gen_esp_err_to_name.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
idf_monitor.py tools: handle exception in case of logging Unicode characters 2021-04-06 19:16:15 +02:00
idf_size.py tools: add json schema for idf_size 2021-11-23 14:31:30 +01:00
idf_tools.py Merge branch 'feature/oocd_ver_upgrade_v4.3' into 'release/v4.3' 2021-11-23 18:06:09 +00:00
idf.py Run global_action_callbacks in predictable order 2021-06-04 15:56:41 +00:00
mkdfu.py tools: Split up large binaries into smaller chunks in the DFU binary 2021-05-31 19:25:00 +02:00
mkuf2.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
set-submodules-to-github.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
toolchain_versions.mk Update toolchains to esp-2021r2 2021-10-25 20:19:55 +07:00
tools_schema.json tools: Installing tools for given IDF_TARGET 2021-08-16 16:16:31 +02:00
tools.json Merge branch 'feature/oocd_ver_upgrade_v4.3' into 'release/v4.3' 2021-11-23 18:06:09 +00:00