Imported Upstream version 3.13.0+dfsg

This commit is contained in:
Mario Fetka
2018-02-19 12:29:49 +01:00
parent 1893aafd38
commit e07619e148
472 changed files with 168552 additions and 31827 deletions

View File

@@ -278,11 +278,12 @@
<ItemGroup>
<ClCompile Include="src\crl.c" />
<ClCompile Include="src\internal.c" />
<ClCompile Include="src\io.c" />
<ClCompile Include="src\wolfio.c" />
<ClCompile Include="src\keys.c" />
<ClCompile Include="src\ocsp.c" />
<ClCompile Include="src\ssl.c" />
<ClCompile Include="src\tls.c" />
<ClCompile Include="src\tls13.c" />
<ClCompile Include="wolfcrypt\src\aes.c" />
<ClCompile Include="wolfcrypt\src\arc4.c" />
<ClCompile Include="wolfcrypt\src\asn.c" />
@@ -290,17 +291,26 @@
<ClCompile Include="wolfcrypt\src\camellia.c" />
<ClCompile Include="wolfcrypt\src\chacha.c" />
<ClCompile Include="wolfcrypt\src\chacha20_poly1305.c" />
<ClCompile Include="wolfcrypt\src\cmac.c" />
<ClCompile Include="wolfcrypt\src\coding.c" />
<ClCompile Include="wolfcrypt\src\curve25519.c" />
<ClCompile Include="wolfcrypt\src\cpuid.c" />
<ClCompile Include="wolfcrypt\src\des3.c" />
<ClCompile Include="wolfcrypt\src\dh.c" />
<ClCompile Include="wolfcrypt\src\dsa.c" />
<ClCompile Include="wolfcrypt\src\ecc.c" />
<ClCompile Include="wolfcrypt\src\ed25519.c" />
<ClCompile Include="wolfcrypt\src\error.c" />
<ClCompile Include="wolfcrypt\src\fe_operations.c" />
<ClCompile Include="wolfcrypt\src\ge_low_mem.c" />
<ClCompile Include="wolfcrypt\src\ge_operations.c" />
<ClCompile Include="wolfcrypt\src\hash.c" />
<ClCompile Include="wolfcrypt\src\hc128.c" />
<ClCompile Include="wolfcrypt\src\hmac.c" />
<ClCompile Include="wolfcrypt\src\idea.c" />
<ClCompile Include="wolfcrypt\src\integer.c" />
<ClCompile Include="wolfcrypt\src\logging.c" />
<ClCompile Include="wolfcrypt\src\md2.c" />
<ClCompile Include="wolfcrypt\src\md4.c" />
<ClCompile Include="wolfcrypt\src\md5.c" />
<ClCompile Include="wolfcrypt\src\memory.c" />
@@ -314,8 +324,11 @@
<ClCompile Include="wolfcrypt\src\rsa.c" />
<ClCompile Include="wolfcrypt\src\sha.c" />
<ClCompile Include="wolfcrypt\src\sha256.c" />
<ClCompile Include="wolfcrypt\src\sha3.c" />
<ClCompile Include="wolfcrypt\src\sha512.c" />
<ClCompile Include="wolfcrypt\src\signature.c" />
<ClCompile Include="wolfcrypt\src\srp.c" />
<ClCompile Include="wolfcrypt\src\tfm.c" />
<ClCompile Include="wolfcrypt\src\wc_encrypt.c" />
<ClCompile Include="wolfcrypt\src\wc_port.c" />
<ClCompile Include="wolfcrypt\src\wolfmath.c" />