Skip to content

Commit c635b47

Browse files
authored
Update submodule pointers (#11)
* FreeRTOS V10.4.3-LTS-Patch-2 * FreeRTOS-Cellular-Interface v1.2.0-16-gdbbfbed * backoff_algorithm v1.2.0 * MbedTLS v2.28.0
1 parent 2bce61d commit c635b47

10 files changed

Lines changed: 368 additions & 4 deletions

File tree

lib/FreeRTOS

Submodule FreeRTOS updated 466 files

lib/ThirdParty/mbedtls

lib/cellular

projects/1nce_bg96_zero_touch_provisioning_demo/WIN32.vcxproj

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\cmac.h" />
6161
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\compat-1.3.h" />
6262
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\config.h" />
63+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\config_psa.h" />
64+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\constant_time.h" />
6365
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\ctr_drbg.h" />
6466
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\debug.h" />
6567
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\des.h" />
@@ -118,15 +120,32 @@
118120
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\x509_crt.h" />
119121
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\x509_csr.h" />
120122
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\xtea.h" />
123+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\check_crypto_config.h" />
121124
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\common.h" />
125+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\constant_time_internal.h" />
126+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\constant_time_invasive.h" />
127+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\ecp_invasive.h" />
128+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\mps_common.h" />
129+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\mps_error.h" />
130+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\mps_reader.h" />
131+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\mps_trace.h" />
132+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_aead.h" />
133+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_cipher.h" />
122134
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_core.h" />
135+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_driver_wrappers.h" />
136+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_ecp.h" />
137+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_hash.h" />
123138
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_invasive.h" />
124139
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_its.h" />
140+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_mac.h" />
141+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_random_impl.h" />
142+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_rsa.h" />
125143
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_se.h" />
126144
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_service_integration.h" />
127145
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_slot_management.h" />
128146
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_storage.h" />
129147
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\ssl_invasive.h" />
148+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\ssl_tls13_keys.h" />
130149
<ClInclude Include="..\..\source\1nce_zero_touch_provisioning.h" />
131150
<ClInclude Include="..\..\source\cellular\bg96\cellular_config.h" />
132151
<ClInclude Include="..\..\source\cellular\cellular_platform.h" />
@@ -182,6 +201,7 @@
182201
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\cipher.c" />
183202
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\cipher_wrap.c" />
184203
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\cmac.c" />
204+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\constant_time.c" />
185205
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ctr_drbg.c" />
186206
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\debug.c" />
187207
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\des.c" />
@@ -203,6 +223,8 @@
203223
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\md4.c" />
204224
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\md5.c" />
205225
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\memory_buffer_alloc.c" />
226+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\mps_reader.c" />
227+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\mps_trace.c" />
206228
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\net_sockets.c" />
207229
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\nist_kw.c" />
208230
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\oid.c" />
@@ -219,6 +241,14 @@
219241
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\platform_util.c" />
220242
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\poly1305.c" />
221243
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto.c" />
244+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_aead.c" />
245+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_cipher.c" />
246+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_client.c" />
247+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_driver_wrappers.c" />
248+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_ecp.c" />
249+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_hash.c" />
250+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_mac.c" />
251+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_rsa.c" />
222252
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_se.c" />
223253
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_slot_management.c" />
224254
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_storage.c" />
@@ -237,6 +267,7 @@
237267
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_srv.c" />
238268
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_ticket.c" />
239269
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_tls.c" />
270+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_tls13_keys.c" />
240271
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\threading.c" />
241272
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\timing.c" />
242273
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\version.c" />

projects/1nce_bg96_zero_touch_provisioning_demo/WIN32.vcxproj.filters

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,63 @@
471471
<ClInclude Include="..\..\lib\cellular\source\interface\cellular_comm_interface.h">
472472
<Filter>lib\cellular\include</Filter>
473473
</ClInclude>
474+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\config_psa.h">
475+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
476+
</ClInclude>
477+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\constant_time.h">
478+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
479+
</ClInclude>
480+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\check_crypto_config.h">
481+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
482+
</ClInclude>
483+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\constant_time_internal.h">
484+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
485+
</ClInclude>
486+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\constant_time_invasive.h">
487+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
488+
</ClInclude>
489+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\ecp_invasive.h">
490+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
491+
</ClInclude>
492+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\mps_common.h">
493+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
494+
</ClInclude>
495+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\mps_error.h">
496+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
497+
</ClInclude>
498+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\mps_reader.h">
499+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
500+
</ClInclude>
501+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\mps_trace.h">
502+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
503+
</ClInclude>
504+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_aead.h">
505+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
506+
</ClInclude>
507+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_cipher.h">
508+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
509+
</ClInclude>
510+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_driver_wrappers.h">
511+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
512+
</ClInclude>
513+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_ecp.h">
514+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
515+
</ClInclude>
516+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_hash.h">
517+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
518+
</ClInclude>
519+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_mac.h">
520+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
521+
</ClInclude>
522+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_random_impl.h">
523+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
524+
</ClInclude>
525+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_rsa.h">
526+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
527+
</ClInclude>
528+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\ssl_tls13_keys.h">
529+
<Filter>lib\ThirdParty\mbedtls\include</Filter>
530+
</ClInclude>
474531
</ItemGroup>
475532
<ItemGroup>
476533
<ClCompile Include="..\..\lib\cellular\modules\bg96\cellular_bg96_api.c">
@@ -824,5 +881,41 @@
824881
<ClCompile Include="..\..\lib\cellular\source\cellular_pktio.c">
825882
<Filter>lib\cellular\common\src</Filter>
826883
</ClCompile>
884+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\constant_time.c">
885+
<Filter>lib\ThirdParty\mbedtls\library</Filter>
886+
</ClCompile>
887+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\mps_reader.c">
888+
<Filter>lib\ThirdParty\mbedtls\library</Filter>
889+
</ClCompile>
890+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\mps_trace.c">
891+
<Filter>lib\ThirdParty\mbedtls\library</Filter>
892+
</ClCompile>
893+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_aead.c">
894+
<Filter>lib\ThirdParty\mbedtls\library</Filter>
895+
</ClCompile>
896+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_cipher.c">
897+
<Filter>lib\ThirdParty\mbedtls\library</Filter>
898+
</ClCompile>
899+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_client.c">
900+
<Filter>lib\ThirdParty\mbedtls\library</Filter>
901+
</ClCompile>
902+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_driver_wrappers.c">
903+
<Filter>lib\ThirdParty\mbedtls\library</Filter>
904+
</ClCompile>
905+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_ecp.c">
906+
<Filter>lib\ThirdParty\mbedtls\library</Filter>
907+
</ClCompile>
908+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_hash.c">
909+
<Filter>lib\ThirdParty\mbedtls\library</Filter>
910+
</ClCompile>
911+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_mac.c">
912+
<Filter>lib\ThirdParty\mbedtls\library</Filter>
913+
</ClCompile>
914+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_rsa.c">
915+
<Filter>lib\ThirdParty\mbedtls\library</Filter>
916+
</ClCompile>
917+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_tls13_keys.c">
918+
<Filter>lib\ThirdParty\mbedtls\library</Filter>
919+
</ClCompile>
827920
</ItemGroup>
828921
</Project>

projects/1nce_qgsm_zero_touch_provisioning_demo/WIN32.vcxproj

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\cmac.h" />
6161
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\compat-1.3.h" />
6262
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\config.h" />
63+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\config_psa.h" />
64+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\constant_time.h" />
6365
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\ctr_drbg.h" />
6466
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\debug.h" />
6567
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\des.h" />
@@ -118,15 +120,32 @@
118120
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\x509_crt.h" />
119121
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\x509_csr.h" />
120122
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\xtea.h" />
123+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\check_crypto_config.h" />
121124
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\common.h" />
125+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\constant_time_internal.h" />
126+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\constant_time_invasive.h" />
127+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\ecp_invasive.h" />
128+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\mps_common.h" />
129+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\mps_error.h" />
130+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\mps_reader.h" />
131+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\mps_trace.h" />
132+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_aead.h" />
133+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_cipher.h" />
122134
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_core.h" />
135+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_driver_wrappers.h" />
136+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_ecp.h" />
137+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_hash.h" />
123138
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_invasive.h" />
124139
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_its.h" />
140+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_mac.h" />
141+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_random_impl.h" />
142+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_rsa.h" />
125143
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_se.h" />
126144
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_service_integration.h" />
127145
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_slot_management.h" />
128146
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_storage.h" />
129147
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\ssl_invasive.h" />
148+
<ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\ssl_tls13_keys.h" />
130149
<ClInclude Include="..\..\source\1nce_zero_touch_provisioning.h" />
131150
<ClInclude Include="..\..\source\cellular\cellular_platform.h" />
132151
<ClInclude Include="..\..\source\cellular\qgsm\cellular_config.h" />
@@ -182,6 +201,7 @@
182201
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\cipher.c" />
183202
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\cipher_wrap.c" />
184203
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\cmac.c" />
204+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\constant_time.c" />
185205
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ctr_drbg.c" />
186206
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\debug.c" />
187207
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\des.c" />
@@ -203,6 +223,8 @@
203223
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\md4.c" />
204224
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\md5.c" />
205225
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\memory_buffer_alloc.c" />
226+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\mps_reader.c" />
227+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\mps_trace.c" />
206228
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\net_sockets.c" />
207229
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\nist_kw.c" />
208230
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\oid.c" />
@@ -219,6 +241,14 @@
219241
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\platform_util.c" />
220242
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\poly1305.c" />
221243
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto.c" />
244+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_aead.c" />
245+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_cipher.c" />
246+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_client.c" />
247+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_driver_wrappers.c" />
248+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_ecp.c" />
249+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_hash.c" />
250+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_mac.c" />
251+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_rsa.c" />
222252
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_se.c" />
223253
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_slot_management.c" />
224254
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_storage.c" />
@@ -237,6 +267,7 @@
237267
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_srv.c" />
238268
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_ticket.c" />
239269
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_tls.c" />
270+
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_tls13_keys.c" />
240271
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\threading.c" />
241272
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\timing.c" />
242273
<ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\version.c" />

0 commit comments

Comments
 (0)