mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 02:07:48 -04:00
Update mbedtls to v2.24.0 (#465)
* Set mbedtls submodule tag to v2.24.0 * Update projects Co-authored-by: Oscar Michael Abrina <abrinao@amazon.com> Co-authored-by: Cobus van Eeden <35851496+cobusve@users.noreply.github.com>
This commit is contained in:
parent
639c08ce2a
commit
1d444eecae
25 changed files with 22 additions and 163 deletions
|
@ -206,7 +206,6 @@
|
|||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\platform_util.c" />
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\poly1305.c" />
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto.c" />
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_driver_wrappers.c" />
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_se.c" />
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_slot_management.c" />
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_storage.c" />
|
||||
|
@ -225,7 +224,6 @@
|
|||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_srv.c" />
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_ticket.c" />
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_tls.c" />
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_tls13_keys.c" />
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\threading.c" />
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\timing.c" />
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\version.c" />
|
||||
|
@ -342,7 +340,6 @@
|
|||
<ClInclude Include="..\..\ThirdParty\mbedtls\include\mbedtls\xtea.h" />
|
||||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\common.h" />
|
||||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_core.h" />
|
||||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_driver_wrappers.h" />
|
||||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_invasive.h" />
|
||||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_its.h" />
|
||||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_se.h" />
|
||||
|
@ -350,7 +347,6 @@
|
|||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_slot_management.h" />
|
||||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_storage.h" />
|
||||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\ssl_invasive.h" />
|
||||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\ssl_tls13_keys.h" />
|
||||
<ClInclude Include="..\..\Source\corePKCS11\source\dependency\3rdparty\mbedtls_utils\mbedtls_error.h" />
|
||||
<ClInclude Include="..\..\Source\corePKCS11\source\dependency\3rdparty\pkcs11\pkcs11.h" />
|
||||
<ClInclude Include="..\..\Source\corePKCS11\source\dependency\3rdparty\pkcs11\pkcs11f.h" />
|
||||
|
|
|
@ -344,9 +344,6 @@
|
|||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto.c">
|
||||
<Filter>3rdparty\mbedtls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_driver_wrappers.c">
|
||||
<Filter>3rdparty\mbedtls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\psa_crypto_se.c">
|
||||
<Filter>3rdparty\mbedtls</Filter>
|
||||
</ClCompile>
|
||||
|
@ -362,9 +359,6 @@
|
|||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_msg.c">
|
||||
<Filter>3rdparty\mbedtls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\ThirdParty\mbedtls\library\ssl_tls13_keys.c">
|
||||
<Filter>3rdparty\mbedtls</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="FreeRTOSConfig.h" />
|
||||
|
@ -676,9 +670,6 @@
|
|||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_core.h">
|
||||
<Filter>3rdparty\mbedtls</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_driver_wrappers.h">
|
||||
<Filter>3rdparty\mbedtls</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\psa_crypto_invasive.h">
|
||||
<Filter>3rdparty\mbedtls</Filter>
|
||||
</ClInclude>
|
||||
|
@ -703,8 +694,5 @@
|
|||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\ssl_invasive.h">
|
||||
<Filter>3rdparty\mbedtls</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\ThirdParty\mbedtls\library\ssl_tls13_keys.h">
|
||||
<Filter>3rdparty\mbedtls</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue