blob: 294eb4abab638b0ff58760302324843e4f17225d [file] [log] [blame]
David Horstmann0d111762024-08-28 20:49:12 +01001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>mbedTLS</RootNamespace>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>StaticLibrary</ConfigurationType>
29 <UseDebugLibraries>true</UseDebugLibraries>
30 <CharacterSet>Unicode</CharacterSet>
31 <PlatformToolset>v141</PlatformToolset>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34 <ConfigurationType>StaticLibrary</ConfigurationType>
35 <UseDebugLibraries>true</UseDebugLibraries>
36 <CharacterSet>Unicode</CharacterSet>
37 <PlatformToolset>v141</PlatformToolset>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
42 <WholeProgramOptimization>true</WholeProgramOptimization>
43 <CharacterSet>Unicode</CharacterSet>
44 <PlatformToolset>v141</PlatformToolset>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47 <ConfigurationType>StaticLibrary</ConfigurationType>
48 <UseDebugLibraries>false</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
50 <CharacterSet>Unicode</CharacterSet>
51 <PlatformToolset>v141</PlatformToolset>
52 </PropertyGroup>
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54 <ImportGroup Label="ExtensionSettings">
55 </ImportGroup>
56 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 </ImportGroup>
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 </ImportGroup>
65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 </ImportGroup>
68 <PropertyGroup Label="UserMacros" />
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70 <LinkIncremental>true</LinkIncremental>
71 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
72 </PropertyGroup>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
74 <LinkIncremental>true</LinkIncremental>
75 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
76 </PropertyGroup>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78 <LinkIncremental>false</LinkIncremental>
79 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
80 </PropertyGroup>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
82 <LinkIncremental>false</LinkIncremental>
83 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
84 </PropertyGroup>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86 <ClCompile>
87 <WarningLevel>Level3</WarningLevel>
88 <Optimization>Disabled</Optimization>
89 <PreprocessorDefinitions>_USRDLL;MBEDTLS_EXPORTS;KRML_VERIFIED_UINT128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90 <AdditionalIncludeDirectories>
91../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
92 <CompileAs>CompileAsC</CompileAs>
93 </ClCompile>
94 <Link>
95 <SubSystem>Windows</SubSystem>
96 <GenerateDebugInformation>true</GenerateDebugInformation>
97 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
98 </Link>
99 </ItemDefinitionGroup>
100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101 <ClCompile>
102 <WarningLevel>Level3</WarningLevel>
103 <Optimization>Disabled</Optimization>
104 <PreprocessorDefinitions>_USRDLL;MBEDTLS_EXPORTS;KRML_VERIFIED_UINT128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105 <AdditionalIncludeDirectories>
106../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
107 <CompileAs>CompileAsC</CompileAs>
108 </ClCompile>
109 <Link>
110 <SubSystem>Windows</SubSystem>
111 <GenerateDebugInformation>true</GenerateDebugInformation>
112 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
113 </Link>
114 </ItemDefinitionGroup>
115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
116 <ClCompile>
117 <WarningLevel>Level3</WarningLevel>
118 <Optimization>MaxSpeed</Optimization>
119 <FunctionLevelLinking>true</FunctionLevelLinking>
120 <IntrinsicFunctions>true</IntrinsicFunctions>
121 <PreprocessorDefinitions>NDEBUG;_USRDLL;MBEDTLS_EXPORTS;KRML_VERIFIED_UINT128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122 <AdditionalIncludeDirectories>
123../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
124 </ClCompile>
125 <Link>
126 <SubSystem>Windows</SubSystem>
127 <GenerateDebugInformation>true</GenerateDebugInformation>
128 <EnableCOMDATFolding>true</EnableCOMDATFolding>
129 <OptimizeReferences>true</OptimizeReferences>
130 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
131 </Link>
132 </ItemDefinitionGroup>
133 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
134 <ClCompile>
135 <WarningLevel>Level3</WarningLevel>
136 <Optimization>MaxSpeed</Optimization>
137 <FunctionLevelLinking>true</FunctionLevelLinking>
138 <IntrinsicFunctions>true</IntrinsicFunctions>
139 <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;KRML_VERIFIED_UINT128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140 <AdditionalIncludeDirectories>
141../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
142 </ClCompile>
143 <Link>
144 <SubSystem>Windows</SubSystem>
145 <GenerateDebugInformation>true</GenerateDebugInformation>
146 <EnableCOMDATFolding>true</EnableCOMDATFolding>
147 <OptimizeReferences>true</OptimizeReferences>
148 </Link>
149 </ItemDefinitionGroup>
150 <ItemGroup>
151 <ClInclude Include="..\..\include\mbedtls\aes.h" />
152 <ClInclude Include="..\..\include\mbedtls\aria.h" />
153 <ClInclude Include="..\..\include\mbedtls\asn1.h" />
154 <ClInclude Include="..\..\include\mbedtls\asn1write.h" />
155 <ClInclude Include="..\..\include\mbedtls\base64.h" />
156 <ClInclude Include="..\..\include\mbedtls\bignum.h" />
157 <ClInclude Include="..\..\include\mbedtls\block_cipher.h" />
158 <ClInclude Include="..\..\include\mbedtls\build_info.h" />
159 <ClInclude Include="..\..\include\mbedtls\camellia.h" />
160 <ClInclude Include="..\..\include\mbedtls\ccm.h" />
161 <ClInclude Include="..\..\include\mbedtls\chacha20.h" />
162 <ClInclude Include="..\..\include\mbedtls\chachapoly.h" />
163 <ClInclude Include="..\..\include\mbedtls\check_config.h" />
164 <ClInclude Include="..\..\include\mbedtls\cipher.h" />
165 <ClInclude Include="..\..\include\mbedtls\cmac.h" />
166 <ClInclude Include="..\..\include\mbedtls\compat-2.x.h" />
167 <ClInclude Include="..\..\include\mbedtls\config_adjust_legacy_crypto.h" />
168 <ClInclude Include="..\..\include\mbedtls\config_adjust_legacy_from_psa.h" />
169 <ClInclude Include="..\..\include\mbedtls\config_adjust_psa_from_legacy.h" />
170 <ClInclude Include="..\..\include\mbedtls\config_adjust_psa_superset_legacy.h" />
171 <ClInclude Include="..\..\include\mbedtls\config_adjust_ssl.h" />
172 <ClInclude Include="..\..\include\mbedtls\config_adjust_x509.h" />
173 <ClInclude Include="..\..\include\mbedtls\config_psa.h" />
174 <ClInclude Include="..\..\include\mbedtls\constant_time.h" />
175 <ClInclude Include="..\..\include\mbedtls\ctr_drbg.h" />
176 <ClInclude Include="..\..\include\mbedtls\debug.h" />
177 <ClInclude Include="..\..\include\mbedtls\des.h" />
178 <ClInclude Include="..\..\include\mbedtls\dhm.h" />
179 <ClInclude Include="..\..\include\mbedtls\ecdh.h" />
180 <ClInclude Include="..\..\include\mbedtls\ecdsa.h" />
181 <ClInclude Include="..\..\include\mbedtls\ecjpake.h" />
182 <ClInclude Include="..\..\include\mbedtls\ecp.h" />
183 <ClInclude Include="..\..\include\mbedtls\entropy.h" />
184 <ClInclude Include="..\..\include\mbedtls\error.h" />
185 <ClInclude Include="..\..\include\mbedtls\gcm.h" />
186 <ClInclude Include="..\..\include\mbedtls\hkdf.h" />
187 <ClInclude Include="..\..\include\mbedtls\hmac_drbg.h" />
188 <ClInclude Include="..\..\include\mbedtls\lms.h" />
189 <ClInclude Include="..\..\include\mbedtls\mbedtls_config.h" />
190 <ClInclude Include="..\..\include\mbedtls\md.h" />
191 <ClInclude Include="..\..\include\mbedtls\md5.h" />
192 <ClInclude Include="..\..\include\mbedtls\memory_buffer_alloc.h" />
193 <ClInclude Include="..\..\include\mbedtls\net_sockets.h" />
194 <ClInclude Include="..\..\include\mbedtls\nist_kw.h" />
195 <ClInclude Include="..\..\include\mbedtls\oid.h" />
196 <ClInclude Include="..\..\include\mbedtls\pem.h" />
197 <ClInclude Include="..\..\include\mbedtls\pk.h" />
198 <ClInclude Include="..\..\include\mbedtls\pkcs12.h" />
199 <ClInclude Include="..\..\include\mbedtls\pkcs5.h" />
200 <ClInclude Include="..\..\include\mbedtls\pkcs7.h" />
201 <ClInclude Include="..\..\include\mbedtls\platform.h" />
202 <ClInclude Include="..\..\include\mbedtls\platform_time.h" />
203 <ClInclude Include="..\..\include\mbedtls\platform_util.h" />
204 <ClInclude Include="..\..\include\mbedtls\poly1305.h" />
205 <ClInclude Include="..\..\include\mbedtls\private_access.h" />
206 <ClInclude Include="..\..\include\mbedtls\psa_util.h" />
207 <ClInclude Include="..\..\include\mbedtls\ripemd160.h" />
208 <ClInclude Include="..\..\include\mbedtls\rsa.h" />
209 <ClInclude Include="..\..\include\mbedtls\sha1.h" />
210 <ClInclude Include="..\..\include\mbedtls\sha256.h" />
211 <ClInclude Include="..\..\include\mbedtls\sha3.h" />
212 <ClInclude Include="..\..\include\mbedtls\sha512.h" />
213 <ClInclude Include="..\..\include\mbedtls\ssl.h" />
214 <ClInclude Include="..\..\include\mbedtls\ssl_cache.h" />
215 <ClInclude Include="..\..\include\mbedtls\ssl_ciphersuites.h" />
216 <ClInclude Include="..\..\include\mbedtls\ssl_cookie.h" />
217 <ClInclude Include="..\..\include\mbedtls\ssl_ticket.h" />
218 <ClInclude Include="..\..\include\mbedtls\threading.h" />
219 <ClInclude Include="..\..\include\mbedtls\timing.h" />
220 <ClInclude Include="..\..\include\mbedtls\version.h" />
221 <ClInclude Include="..\..\include\mbedtls\x509.h" />
222 <ClInclude Include="..\..\include\mbedtls\x509_crl.h" />
223 <ClInclude Include="..\..\include\mbedtls\x509_crt.h" />
224 <ClInclude Include="..\..\include\mbedtls\x509_csr.h" />
225 <ClInclude Include="..\..\include\psa\build_info.h" />
226 <ClInclude Include="..\..\include\psa\crypto.h" />
227 <ClInclude Include="..\..\include\psa\crypto_adjust_auto_enabled.h" />
228 <ClInclude Include="..\..\include\psa\crypto_adjust_config_dependencies.h" />
229 <ClInclude Include="..\..\include\psa\crypto_adjust_config_key_pair_types.h" />
230 <ClInclude Include="..\..\include\psa\crypto_adjust_config_synonyms.h" />
231 <ClInclude Include="..\..\include\psa\crypto_builtin_composites.h" />
232 <ClInclude Include="..\..\include\psa\crypto_builtin_key_derivation.h" />
233 <ClInclude Include="..\..\include\psa\crypto_builtin_primitives.h" />
234 <ClInclude Include="..\..\include\psa\crypto_compat.h" />
235 <ClInclude Include="..\..\include\psa\crypto_config.h" />
236 <ClInclude Include="..\..\include\psa\crypto_driver_common.h" />
237 <ClInclude Include="..\..\include\psa\crypto_driver_contexts_composites.h" />
238 <ClInclude Include="..\..\include\psa\crypto_driver_contexts_key_derivation.h" />
239 <ClInclude Include="..\..\include\psa\crypto_driver_contexts_primitives.h" />
240 <ClInclude Include="..\..\include\psa\crypto_extra.h" />
241 <ClInclude Include="..\..\include\psa\crypto_legacy.h" />
242 <ClInclude Include="..\..\include\psa\crypto_platform.h" />
243 <ClInclude Include="..\..\include\psa\crypto_se_driver.h" />
244 <ClInclude Include="..\..\include\psa\crypto_sizes.h" />
245 <ClInclude Include="..\..\include\psa\crypto_struct.h" />
246 <ClInclude Include="..\..\include\psa\crypto_types.h" />
247 <ClInclude Include="..\..\include\psa\crypto_values.h" />
248 <ClInclude Include="..\..\tests\include\test\arguments.h" />
249 <ClInclude Include="..\..\tests\include\test\asn1_helpers.h" />
250 <ClInclude Include="..\..\tests\include\test\bignum_helpers.h" />
251 <ClInclude Include="..\..\tests\include\test\certs.h" />
252 <ClInclude Include="..\..\tests\include\test\constant_flow.h" />
253 <ClInclude Include="..\..\tests\include\test\fake_external_rng_for_test.h" />
254 <ClInclude Include="..\..\tests\include\test\helpers.h" />
255 <ClInclude Include="..\..\tests\include\test\macros.h" />
256 <ClInclude Include="..\..\tests\include\test\memory.h" />
257 <ClInclude Include="..\..\tests\include\test\psa_crypto_helpers.h" />
258 <ClInclude Include="..\..\tests\include\test\psa_exercise_key.h" />
259 <ClInclude Include="..\..\tests\include\test\psa_helpers.h" />
260 <ClInclude Include="..\..\tests\include\test\psa_memory_poisoning_wrappers.h" />
261 <ClInclude Include="..\..\tests\include\test\psa_test_wrappers.h" />
262 <ClInclude Include="..\..\tests\include\test\random.h" />
263 <ClInclude Include="..\..\tests\include\test\ssl_helpers.h" />
264 <ClInclude Include="..\..\tests\include\test\threading_helpers.h" />
265 <ClInclude Include="..\..\tests\include\test\drivers\aead.h" />
266 <ClInclude Include="..\..\tests\include\test\drivers\asymmetric_encryption.h" />
267 <ClInclude Include="..\..\tests\include\test\drivers\cipher.h" />
268 <ClInclude Include="..\..\tests\include\test\drivers\config_test_driver.h" />
269 <ClInclude Include="..\..\tests\include\test\drivers\crypto_config_test_driver_extension.h" />
270 <ClInclude Include="..\..\tests\include\test\drivers\hash.h" />
271 <ClInclude Include="..\..\tests\include\test\drivers\key_agreement.h" />
272 <ClInclude Include="..\..\tests\include\test\drivers\key_management.h" />
273 <ClInclude Include="..\..\tests\include\test\drivers\mac.h" />
274 <ClInclude Include="..\..\tests\include\test\drivers\pake.h" />
275 <ClInclude Include="..\..\tests\include\test\drivers\signature.h" />
276 <ClInclude Include="..\..\tests\include\test\drivers\test_driver.h" />
277 <ClInclude Include="..\..\library\aesce.h" />
278 <ClInclude Include="..\..\library\aesni.h" />
279 <ClInclude Include="..\..\library\alignment.h" />
280 <ClInclude Include="..\..\library\base64_internal.h" />
281 <ClInclude Include="..\..\library\bignum_core.h" />
282 <ClInclude Include="..\..\library\bignum_internal.h" />
283 <ClInclude Include="..\..\library\bignum_mod.h" />
284 <ClInclude Include="..\..\library\bignum_mod_raw.h" />
285 <ClInclude Include="..\..\library\bignum_mod_raw_invasive.h" />
286 <ClInclude Include="..\..\library\block_cipher_internal.h" />
287 <ClInclude Include="..\..\library\bn_mul.h" />
288 <ClInclude Include="..\..\library\check_crypto_config.h" />
289 <ClInclude Include="..\..\library\cipher_wrap.h" />
290 <ClInclude Include="..\..\library\common.h" />
291 <ClInclude Include="..\..\library\constant_time_impl.h" />
292 <ClInclude Include="..\..\library\constant_time_internal.h" />
293 <ClInclude Include="..\..\library\ctr.h" />
294 <ClInclude Include="..\..\library\debug_internal.h" />
295 <ClInclude Include="..\..\library\ecp_internal_alt.h" />
296 <ClInclude Include="..\..\library\ecp_invasive.h" />
297 <ClInclude Include="..\..\library\entropy_poll.h" />
298 <ClInclude Include="..\..\library\lmots.h" />
299 <ClInclude Include="..\..\library\md_psa.h" />
300 <ClInclude Include="..\..\library\md_wrap.h" />
301 <ClInclude Include="..\..\library\mps_common.h" />
302 <ClInclude Include="..\..\library\mps_error.h" />
303 <ClInclude Include="..\..\library\mps_reader.h" />
304 <ClInclude Include="..\..\library\mps_trace.h" />
305 <ClInclude Include="..\..\library\padlock.h" />
306 <ClInclude Include="..\..\library\pk_internal.h" />
307 <ClInclude Include="..\..\library\pk_wrap.h" />
308 <ClInclude Include="..\..\library\pkwrite.h" />
309 <ClInclude Include="..\..\library\psa_crypto_aead.h" />
310 <ClInclude Include="..\..\library\psa_crypto_cipher.h" />
311 <ClInclude Include="..\..\library\psa_crypto_core.h" />
312 <ClInclude Include="..\..\library\psa_crypto_core_common.h" />
David Horstmanne93d0912024-10-11 17:19:24 +0100313 <ClInclude Include="..\..\library\psa_crypto_driver_wrappers.h" />
David Horstmann0d111762024-08-28 20:49:12 +0100314 <ClInclude Include="..\..\library\psa_crypto_driver_wrappers_no_static.h" />
315 <ClInclude Include="..\..\library\psa_crypto_ecp.h" />
316 <ClInclude Include="..\..\library\psa_crypto_ffdh.h" />
317 <ClInclude Include="..\..\library\psa_crypto_hash.h" />
318 <ClInclude Include="..\..\library\psa_crypto_invasive.h" />
319 <ClInclude Include="..\..\library\psa_crypto_its.h" />
320 <ClInclude Include="..\..\library\psa_crypto_mac.h" />
321 <ClInclude Include="..\..\library\psa_crypto_pake.h" />
322 <ClInclude Include="..\..\library\psa_crypto_random_impl.h" />
323 <ClInclude Include="..\..\library\psa_crypto_rsa.h" />
324 <ClInclude Include="..\..\library\psa_crypto_se.h" />
325 <ClInclude Include="..\..\library\psa_crypto_slot_management.h" />
326 <ClInclude Include="..\..\library\psa_crypto_storage.h" />
327 <ClInclude Include="..\..\library\psa_util_internal.h" />
328 <ClInclude Include="..\..\library\rsa_alt_helpers.h" />
329 <ClInclude Include="..\..\library\rsa_internal.h" />
330 <ClInclude Include="..\..\library\ssl_ciphersuites_internal.h" />
331 <ClInclude Include="..\..\library\ssl_client.h" />
332 <ClInclude Include="..\..\library\ssl_debug_helpers.h" />
333 <ClInclude Include="..\..\library\ssl_misc.h" />
334 <ClInclude Include="..\..\library\ssl_tls13_invasive.h" />
335 <ClInclude Include="..\..\library\ssl_tls13_keys.h" />
336 <ClInclude Include="..\..\library\x509_internal.h" />
337 <ClInclude Include="..\..\3rdparty\everest\include\everest\everest.h" />
338 <ClInclude Include="..\..\3rdparty\everest\include\everest\Hacl_Curve25519.h" />
339 <ClInclude Include="..\..\3rdparty\everest\include\everest\kremlib.h" />
340 <ClInclude Include="..\..\3rdparty\everest\include\everest\x25519.h" />
341 </ItemGroup>
342 <ItemGroup>
343 <ClCompile Include="..\..\library\aes.c" />
344 <ClCompile Include="..\..\library\aesce.c" />
345 <ClCompile Include="..\..\library\aesni.c" />
346 <ClCompile Include="..\..\library\aria.c" />
347 <ClCompile Include="..\..\library\asn1parse.c" />
348 <ClCompile Include="..\..\library\asn1write.c" />
349 <ClCompile Include="..\..\library\base64.c" />
350 <ClCompile Include="..\..\library\bignum.c" />
351 <ClCompile Include="..\..\library\bignum_core.c" />
352 <ClCompile Include="..\..\library\bignum_mod.c" />
353 <ClCompile Include="..\..\library\bignum_mod_raw.c" />
354 <ClCompile Include="..\..\library\block_cipher.c" />
355 <ClCompile Include="..\..\library\camellia.c" />
356 <ClCompile Include="..\..\library\ccm.c" />
357 <ClCompile Include="..\..\library\chacha20.c" />
358 <ClCompile Include="..\..\library\chachapoly.c" />
359 <ClCompile Include="..\..\library\cipher.c" />
360 <ClCompile Include="..\..\library\cipher_wrap.c" />
361 <ClCompile Include="..\..\library\cmac.c" />
362 <ClCompile Include="..\..\library\constant_time.c" />
363 <ClCompile Include="..\..\library\ctr_drbg.c" />
364 <ClCompile Include="..\..\library\debug.c" />
365 <ClCompile Include="..\..\library\des.c" />
366 <ClCompile Include="..\..\library\dhm.c" />
367 <ClCompile Include="..\..\library\ecdh.c" />
368 <ClCompile Include="..\..\library\ecdsa.c" />
369 <ClCompile Include="..\..\library\ecjpake.c" />
370 <ClCompile Include="..\..\library\ecp.c" />
371 <ClCompile Include="..\..\library\ecp_curves.c" />
372 <ClCompile Include="..\..\library\ecp_curves_new.c" />
373 <ClCompile Include="..\..\library\entropy.c" />
374 <ClCompile Include="..\..\library\entropy_poll.c" />
375 <ClCompile Include="..\..\library\error.c" />
376 <ClCompile Include="..\..\library\gcm.c" />
377 <ClCompile Include="..\..\library\hkdf.c" />
378 <ClCompile Include="..\..\library\hmac_drbg.c" />
379 <ClCompile Include="..\..\library\lmots.c" />
380 <ClCompile Include="..\..\library\lms.c" />
381 <ClCompile Include="..\..\library\md.c" />
382 <ClCompile Include="..\..\library\md5.c" />
383 <ClCompile Include="..\..\library\memory_buffer_alloc.c" />
384 <ClCompile Include="..\..\library\mps_reader.c" />
385 <ClCompile Include="..\..\library\mps_trace.c" />
386 <ClCompile Include="..\..\library\net_sockets.c" />
387 <ClCompile Include="..\..\library\nist_kw.c" />
388 <ClCompile Include="..\..\library\oid.c" />
389 <ClCompile Include="..\..\library\padlock.c" />
390 <ClCompile Include="..\..\library\pem.c" />
391 <ClCompile Include="..\..\library\pk.c" />
392 <ClCompile Include="..\..\library\pk_ecc.c" />
393 <ClCompile Include="..\..\library\pk_wrap.c" />
394 <ClCompile Include="..\..\library\pkcs12.c" />
395 <ClCompile Include="..\..\library\pkcs5.c" />
396 <ClCompile Include="..\..\library\pkcs7.c" />
397 <ClCompile Include="..\..\library\pkparse.c" />
398 <ClCompile Include="..\..\library\pkwrite.c" />
399 <ClCompile Include="..\..\library\platform.c" />
400 <ClCompile Include="..\..\library\platform_util.c" />
401 <ClCompile Include="..\..\library\poly1305.c" />
402 <ClCompile Include="..\..\library\psa_crypto.c" />
403 <ClCompile Include="..\..\library\psa_crypto_aead.c" />
404 <ClCompile Include="..\..\library\psa_crypto_cipher.c" />
405 <ClCompile Include="..\..\library\psa_crypto_client.c" />
David Horstmanne93d0912024-10-11 17:19:24 +0100406 <ClCompile Include="..\..\library\psa_crypto_driver_wrappers_no_static.c" />
David Horstmann0d111762024-08-28 20:49:12 +0100407 <ClCompile Include="..\..\library\psa_crypto_ecp.c" />
408 <ClCompile Include="..\..\library\psa_crypto_ffdh.c" />
409 <ClCompile Include="..\..\library\psa_crypto_hash.c" />
410 <ClCompile Include="..\..\library\psa_crypto_mac.c" />
411 <ClCompile Include="..\..\library\psa_crypto_pake.c" />
412 <ClCompile Include="..\..\library\psa_crypto_rsa.c" />
413 <ClCompile Include="..\..\library\psa_crypto_se.c" />
414 <ClCompile Include="..\..\library\psa_crypto_slot_management.c" />
415 <ClCompile Include="..\..\library\psa_crypto_storage.c" />
416 <ClCompile Include="..\..\library\psa_its_file.c" />
417 <ClCompile Include="..\..\library\psa_util.c" />
418 <ClCompile Include="..\..\library\ripemd160.c" />
419 <ClCompile Include="..\..\library\rsa.c" />
420 <ClCompile Include="..\..\library\rsa_alt_helpers.c" />
421 <ClCompile Include="..\..\library\sha1.c" />
422 <ClCompile Include="..\..\library\sha256.c" />
423 <ClCompile Include="..\..\library\sha3.c" />
424 <ClCompile Include="..\..\library\sha512.c" />
425 <ClCompile Include="..\..\library\ssl_cache.c" />
426 <ClCompile Include="..\..\library\ssl_ciphersuites.c" />
427 <ClCompile Include="..\..\library\ssl_client.c" />
428 <ClCompile Include="..\..\library\ssl_cookie.c" />
David Horstmanne93d0912024-10-11 17:19:24 +0100429 <ClCompile Include="..\..\library\ssl_debug_helpers_generated.c" />
David Horstmann0d111762024-08-28 20:49:12 +0100430 <ClCompile Include="..\..\library\ssl_msg.c" />
431 <ClCompile Include="..\..\library\ssl_ticket.c" />
432 <ClCompile Include="..\..\library\ssl_tls.c" />
433 <ClCompile Include="..\..\library\ssl_tls12_client.c" />
434 <ClCompile Include="..\..\library\ssl_tls12_server.c" />
435 <ClCompile Include="..\..\library\ssl_tls13_client.c" />
436 <ClCompile Include="..\..\library\ssl_tls13_generic.c" />
437 <ClCompile Include="..\..\library\ssl_tls13_keys.c" />
438 <ClCompile Include="..\..\library\ssl_tls13_server.c" />
439 <ClCompile Include="..\..\library\threading.c" />
440 <ClCompile Include="..\..\library\timing.c" />
441 <ClCompile Include="..\..\library\version.c" />
442 <ClCompile Include="..\..\library\version_features.c" />
443 <ClCompile Include="..\..\library\x509.c" />
444 <ClCompile Include="..\..\library\x509_create.c" />
445 <ClCompile Include="..\..\library\x509_crl.c" />
446 <ClCompile Include="..\..\library\x509_crt.c" />
447 <ClCompile Include="..\..\library\x509_csr.c" />
448 <ClCompile Include="..\..\library\x509write.c" />
449 <ClCompile Include="..\..\library\x509write_crt.c" />
450 <ClCompile Include="..\..\library\x509write_csr.c" />
451 <ClCompile Include="..\..\tests\src\asn1_helpers.c" />
452 <ClCompile Include="..\..\tests\src\bignum_helpers.c" />
453 <ClCompile Include="..\..\tests\src\certs.c" />
454 <ClCompile Include="..\..\tests\src\fake_external_rng_for_test.c" />
455 <ClCompile Include="..\..\tests\src\helpers.c" />
456 <ClCompile Include="..\..\tests\src\psa_crypto_helpers.c" />
457 <ClCompile Include="..\..\tests\src\psa_crypto_stubs.c" />
458 <ClCompile Include="..\..\tests\src\psa_exercise_key.c" />
459 <ClCompile Include="..\..\tests\src\psa_memory_poisoning_wrappers.c" />
460 <ClCompile Include="..\..\tests\src\psa_test_wrappers.c" />
461 <ClCompile Include="..\..\tests\src\random.c" />
462 <ClCompile Include="..\..\tests\src\test_memory.c" />
463 <ClCompile Include="..\..\tests\src\threading_helpers.c" />
464 <ClCompile Include="..\..\tests\src\drivers\hash.c" />
465 <ClCompile Include="..\..\tests\src\drivers\platform_builtin_keys.c" />
466 <ClCompile Include="..\..\tests\src\drivers\test_driver_aead.c" />
467 <ClCompile Include="..\..\tests\src\drivers\test_driver_asymmetric_encryption.c" />
468 <ClCompile Include="..\..\tests\src\drivers\test_driver_cipher.c" />
469 <ClCompile Include="..\..\tests\src\drivers\test_driver_key_agreement.c" />
470 <ClCompile Include="..\..\tests\src\drivers\test_driver_key_management.c" />
471 <ClCompile Include="..\..\tests\src\drivers\test_driver_mac.c" />
472 <ClCompile Include="..\..\tests\src\drivers\test_driver_pake.c" />
473 <ClCompile Include="..\..\tests\src\drivers\test_driver_signature.c" />
474 <ClCompile Include="..\..\3rdparty\everest\library\everest.c" />
475 <ClCompile Include="..\..\3rdparty\everest\library\Hacl_Curve25519_joined.c" />
476 <ClCompile Include="..\..\3rdparty\everest\library\x25519.c" />
477 <ClCompile Include="..\..\3rdparty\everest\library\kremlib\FStar_UInt128_extracted.c" />
478 <ClCompile Include="..\..\3rdparty\everest\library\kremlib\FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c" />
479 <ClCompile Include="..\..\3rdparty\everest\library\legacy\Hacl_Curve25519.c" />
480 </ItemGroup>
481 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
482 <ImportGroup Label="ExtensionTargets">
483 </ImportGroup>
484</Project>