Externals: Update mbedtls to 2.28.0

This commit is contained in:
OatmealDome
2022-04-02 19:30:22 -04:00
parent c9896e1c4b
commit d8a5a8827e
256 changed files with 67343 additions and 15595 deletions

View File

@ -15,6 +15,11 @@
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>.\library;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="library\aes.c" />
<ClCompile Include="library\aesni.c">
@ -32,9 +37,10 @@
<ClCompile Include="library\certs.c" />
<ClCompile Include="library\chacha20.c" />
<ClCompile Include="library\chachapoly.c" />
<ClCompile Include="library\cipher.c" />
<ClCompile Include="library\cipher_wrap.c" />
<ClCompile Include="library\cipher.c" />
<ClCompile Include="library\cmac.c" />
<ClCompile Include="library\constant_time.c" />
<ClCompile Include="library\ctr_drbg.c" />
<ClCompile Include="library\debug.c" />
<ClCompile Include="library\des.c" />
@ -42,10 +48,10 @@
<ClCompile Include="library\ecdh.c" />
<ClCompile Include="library\ecdsa.c" />
<ClCompile Include="library\ecjpake.c" />
<ClCompile Include="library\ecp.c" />
<ClCompile Include="library\ecp_curves.c" />
<ClCompile Include="library\entropy.c" />
<ClCompile Include="library\ecp.c" />
<ClCompile Include="library\entropy_poll.c" />
<ClCompile Include="library\entropy.c" />
<ClCompile Include="library\error.c" />
<ClCompile Include="library\gcm.c" />
<ClCompile Include="library\havege.c" />
@ -55,8 +61,9 @@
<ClCompile Include="library\md2.c" />
<ClCompile Include="library\md4.c" />
<ClCompile Include="library\md5.c" />
<ClCompile Include="library\md_wrap.c" />
<ClCompile Include="library\memory_buffer_alloc.c" />
<ClCompile Include="library\mps_reader.c" />
<ClCompile Include="library\mps_trace.c" />
<ClCompile Include="library\net_sockets.c" />
<ClCompile Include="library\nist_kw.c" />
<ClCompile Include="library\oid.c" />
@ -64,19 +71,32 @@
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="library\pem.c" />
<ClCompile Include="library\pk.c" />
<ClCompile Include="library\pk_wrap.c" />
<ClCompile Include="library\pk.c" />
<ClCompile Include="library\pkcs11.c" />
<ClCompile Include="library\pkcs12.c" />
<ClCompile Include="library\pkcs5.c" />
<ClCompile Include="library\pkparse.c" />
<ClCompile Include="library\pkwrite.c" />
<ClCompile Include="library\platform.c" />
<ClCompile Include="library\platform_util.c" />
<ClCompile Include="library\platform.c" />
<ClCompile Include="library\poly1305.c" />
<ClCompile Include="library\psa_crypto_aead.c" />
<ClCompile Include="library\psa_crypto_cipher.c" />
<ClCompile Include="library\psa_crypto_client.c" />
<ClCompile Include="library\psa_crypto_driver_wrappers.c" />
<ClCompile Include="library\psa_crypto_ecp.c" />
<ClCompile Include="library\psa_crypto_hash.c" />
<ClCompile Include="library\psa_crypto_mac.c" />
<ClCompile Include="library\psa_crypto_rsa.c" />
<ClCompile Include="library\psa_crypto_se.c" />
<ClCompile Include="library\psa_crypto_slot_management.c" />
<ClCompile Include="library\psa_crypto_storage.c" />
<ClCompile Include="library\psa_crypto.c" />
<ClCompile Include="library\psa_its_file.c" />
<ClCompile Include="library\ripemd160.c" />
<ClCompile Include="library\rsa.c" />
<ClCompile Include="library\rsa_internal.c" />
<ClCompile Include="library\rsa.c" />
<ClCompile Include="library\sha1.c" />
<ClCompile Include="library\sha256.c" />
<ClCompile Include="library\sha512.c" />
@ -84,18 +104,20 @@
<ClCompile Include="library\ssl_ciphersuites.c" />
<ClCompile Include="library\ssl_cli.c" />
<ClCompile Include="library\ssl_cookie.c" />
<ClCompile Include="library\ssl_msg.c" />
<ClCompile Include="library\ssl_srv.c" />
<ClCompile Include="library\ssl_ticket.c" />
<ClCompile Include="library\ssl_tls.c" />
<ClCompile Include="library\ssl_tls13_keys.c" />
<ClCompile Include="library\threading.c" />
<ClCompile Include="library\timing.c" />
<ClCompile Include="library\version.c" />
<ClCompile Include="library\version_features.c" />
<ClCompile Include="library\x509.c" />
<ClCompile Include="library\version.c" />
<ClCompile Include="library\x509_create.c" />
<ClCompile Include="library\x509_crl.c" />
<ClCompile Include="library\x509_crt.c" />
<ClCompile Include="library\x509_csr.c" />
<ClCompile Include="library\x509.c" />
<ClCompile Include="library\x509write_crt.c" />
<ClCompile Include="library\x509write_csr.c" />
<ClCompile Include="library\xtea.c" />