Skip to content

Commit 85ec4df

Browse files
committed
change(mbedlts/port): Remove deprecated header files
1 parent fe78370 commit 85ec4df

File tree

12 files changed

+19
-144
lines changed

12 files changed

+19
-144
lines changed

components/mbedtls/port/include/esp32/aes.h

Lines changed: 0 additions & 31 deletions
This file was deleted.

components/mbedtls/port/include/esp32/sha.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

components/mbedtls/port/include/esp32s2/aes.h

Lines changed: 0 additions & 33 deletions
This file was deleted.

components/mbedtls/port/include/esp32s2/gcm.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

components/mbedtls/port/include/esp32s2/sha.h

Lines changed: 0 additions & 11 deletions
This file was deleted.

components/mbedtls/port/include/sha/sha_block.h

Lines changed: 0 additions & 9 deletions
This file was deleted.

components/mbedtls/port/include/sha/sha_dma.h

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/en/migration-guides/release-6.x/6.0/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ Migration from 5.5 to 6.0
77
:maxdepth: 1
88

99
peripherals
10+
security
1011
tools
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Security
2+
========
3+
4+
:link_to_translation:`zh_CN:[中文]`
5+
6+
Mbed TLS
7+
--------
8+
9+
Starting from **ESP-IDF v6.0**, some already deprecated mbedtls header files like ``esp32/aes.h``, ``esp32/sha.h``, ``esp32s2/aes.h``, ``esp32s2/sha.h`` and ``esp32s2/gcm.h`` have been removed, instead, you should include ``aes/esp_aes.h``, ``sha/sha_core.h`` and ``aes/esp_aes_gcm.h`` respectively.
10+
11+
.. only:: SOC_SHA_SUPPORTED
12+
13+
The SHA module headers ``sha/sha_dma.h`` and ``sha/sha_block.h`` are also deprecated and removed. You should include ``sha/sha_core.h`` instead.

docs/zh_CN/migration-guides/release-6.x/6.0/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
.. toctree::
77
:maxdepth: 1
88

9+
security
910
peripherals
1011
tools

0 commit comments

Comments
 (0)