|
60 | 60 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\cmac.h" /> |
61 | 61 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\compat-1.3.h" /> |
62 | 62 | <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" /> |
63 | 65 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\ctr_drbg.h" /> |
64 | 66 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\debug.h" /> |
65 | 67 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\des.h" /> |
|
118 | 120 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\x509_crt.h" /> |
119 | 121 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\x509_csr.h" /> |
120 | 122 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\include\mbedtls\xtea.h" /> |
| 123 | + <ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\check_crypto_config.h" /> |
121 | 124 | <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" /> |
122 | 134 | <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" /> |
123 | 138 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_invasive.h" /> |
124 | 139 | <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" /> |
125 | 143 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_se.h" /> |
126 | 144 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_service_integration.h" /> |
127 | 145 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_slot_management.h" /> |
128 | 146 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_storage.h" /> |
129 | 147 | <ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\ssl_invasive.h" /> |
| 148 | + <ClInclude Include="..\..\lib\ThirdParty\mbedtls\library\ssl_tls13_keys.h" /> |
130 | 149 | <ClInclude Include="..\..\source\1nce_zero_touch_provisioning.h" /> |
131 | 150 | <ClInclude Include="..\..\source\cellular\bg96\cellular_config.h" /> |
132 | 151 | <ClInclude Include="..\..\source\cellular\cellular_platform.h" /> |
|
182 | 201 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\cipher.c" /> |
183 | 202 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\cipher_wrap.c" /> |
184 | 203 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\cmac.c" /> |
| 204 | + <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\constant_time.c" /> |
185 | 205 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ctr_drbg.c" /> |
186 | 206 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\debug.c" /> |
187 | 207 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\des.c" /> |
|
203 | 223 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\md4.c" /> |
204 | 224 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\md5.c" /> |
205 | 225 | <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" /> |
206 | 228 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\net_sockets.c" /> |
207 | 229 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\nist_kw.c" /> |
208 | 230 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\oid.c" /> |
|
219 | 241 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\platform_util.c" /> |
220 | 242 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\poly1305.c" /> |
221 | 243 | <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" /> |
222 | 252 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_se.c" /> |
223 | 253 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_slot_management.c" /> |
224 | 254 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\psa_crypto_storage.c" /> |
|
237 | 267 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_srv.c" /> |
238 | 268 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_ticket.c" /> |
239 | 269 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_tls.c" /> |
| 270 | + <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\ssl_tls13_keys.c" /> |
240 | 271 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\threading.c" /> |
241 | 272 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\timing.c" /> |
242 | 273 | <ClCompile Include="..\..\lib\ThirdParty\mbedtls\library\version.c" /> |
|
0 commit comments