mbed TLS upgraded to 2.6.0
Fork of mbedtls by
scripts/data_files/vs2010-main-template.vcxproj@2:bbdeda018a3c, 2017-09-29 (annotated)
- Committer:
- Jasper Wallace
- Date:
- Fri Sep 29 19:50:30 2017 +0100
- Revision:
- 2:bbdeda018a3c
- Parent:
- 1:9ebc941037d5
Update to mbedtls 2.6.0, many changes.
Changes to mbedtls sources made:
in include/mbedtls/config.h comment out:
#define MBEDTLS_FS_IO
#define MBEDTLS_NET_C
#define MBEDTLS_TIMING_C
uncomment:
#define MBEDTLS_NO_PLATFORM_ENTROPY
remove the following directorys:
programs
yotta
visualc
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Jasper Wallace |
1:9ebc941037d5 | 1 | <?xml version="1.0" encoding="utf-8"?> |
Jasper Wallace |
1:9ebc941037d5 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
Jasper Wallace |
1:9ebc941037d5 | 3 | <ItemGroup Label="ProjectConfigurations"> |
Jasper Wallace |
1:9ebc941037d5 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
Jasper Wallace |
1:9ebc941037d5 | 5 | <Configuration>Debug</Configuration> |
Jasper Wallace |
1:9ebc941037d5 | 6 | <Platform>Win32</Platform> |
Jasper Wallace |
1:9ebc941037d5 | 7 | </ProjectConfiguration> |
Jasper Wallace |
1:9ebc941037d5 | 8 | <ProjectConfiguration Include="Debug|x64"> |
Jasper Wallace |
1:9ebc941037d5 | 9 | <Configuration>Debug</Configuration> |
Jasper Wallace |
1:9ebc941037d5 | 10 | <Platform>x64</Platform> |
Jasper Wallace |
1:9ebc941037d5 | 11 | </ProjectConfiguration> |
Jasper Wallace |
1:9ebc941037d5 | 12 | <ProjectConfiguration Include="Release|Win32"> |
Jasper Wallace |
1:9ebc941037d5 | 13 | <Configuration>Release</Configuration> |
Jasper Wallace |
1:9ebc941037d5 | 14 | <Platform>Win32</Platform> |
Jasper Wallace |
1:9ebc941037d5 | 15 | </ProjectConfiguration> |
Jasper Wallace |
1:9ebc941037d5 | 16 | <ProjectConfiguration Include="Release|x64"> |
Jasper Wallace |
1:9ebc941037d5 | 17 | <Configuration>Release</Configuration> |
Jasper Wallace |
1:9ebc941037d5 | 18 | <Platform>x64</Platform> |
Jasper Wallace |
1:9ebc941037d5 | 19 | </ProjectConfiguration> |
Jasper Wallace |
1:9ebc941037d5 | 20 | </ItemGroup> |
Jasper Wallace |
1:9ebc941037d5 | 21 | <PropertyGroup Label="Globals"> |
Jasper Wallace |
1:9ebc941037d5 | 22 | <ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid> |
Jasper Wallace |
1:9ebc941037d5 | 23 | <Keyword>Win32Proj</Keyword> |
Jasper Wallace |
1:9ebc941037d5 | 24 | <RootNamespace>mbedTLS</RootNamespace> |
Jasper Wallace |
1:9ebc941037d5 | 25 | </PropertyGroup> |
Jasper Wallace |
1:9ebc941037d5 | 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
Jasper Wallace |
1:9ebc941037d5 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
Jasper Wallace |
1:9ebc941037d5 | 28 | <ConfigurationType>StaticLibrary</ConfigurationType> |
Jasper Wallace |
1:9ebc941037d5 | 29 | <UseDebugLibraries>true</UseDebugLibraries> |
Jasper Wallace |
1:9ebc941037d5 | 30 | <CharacterSet>Unicode</CharacterSet> |
Jasper Wallace |
1:9ebc941037d5 | 31 | </PropertyGroup> |
Jasper Wallace |
1:9ebc941037d5 | 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
Jasper Wallace |
1:9ebc941037d5 | 33 | <ConfigurationType>StaticLibrary</ConfigurationType> |
Jasper Wallace |
1:9ebc941037d5 | 34 | <UseDebugLibraries>true</UseDebugLibraries> |
Jasper Wallace |
1:9ebc941037d5 | 35 | <CharacterSet>Unicode</CharacterSet> |
Jasper Wallace |
1:9ebc941037d5 | 36 | </PropertyGroup> |
Jasper Wallace |
1:9ebc941037d5 | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
Jasper Wallace |
1:9ebc941037d5 | 38 | <ConfigurationType>StaticLibrary</ConfigurationType> |
Jasper Wallace |
1:9ebc941037d5 | 39 | <UseDebugLibraries>false</UseDebugLibraries> |
Jasper Wallace |
1:9ebc941037d5 | 40 | <WholeProgramOptimization>true</WholeProgramOptimization> |
Jasper Wallace |
1:9ebc941037d5 | 41 | <CharacterSet>Unicode</CharacterSet> |
Jasper Wallace |
1:9ebc941037d5 | 42 | </PropertyGroup> |
Jasper Wallace |
1:9ebc941037d5 | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
Jasper Wallace |
1:9ebc941037d5 | 44 | <ConfigurationType>StaticLibrary</ConfigurationType> |
Jasper Wallace |
1:9ebc941037d5 | 45 | <UseDebugLibraries>false</UseDebugLibraries> |
Jasper Wallace |
1:9ebc941037d5 | 46 | <WholeProgramOptimization>true</WholeProgramOptimization> |
Jasper Wallace |
1:9ebc941037d5 | 47 | <CharacterSet>Unicode</CharacterSet> |
Jasper Wallace |
1:9ebc941037d5 | 48 | <PlatformToolset>Windows7.1SDK</PlatformToolset> |
Jasper Wallace |
1:9ebc941037d5 | 49 | </PropertyGroup> |
Jasper Wallace |
1:9ebc941037d5 | 50 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
Jasper Wallace |
1:9ebc941037d5 | 51 | <ImportGroup Label="ExtensionSettings"> |
Jasper Wallace |
1:9ebc941037d5 | 52 | </ImportGroup> |
Jasper Wallace |
1:9ebc941037d5 | 53 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
Jasper Wallace |
1:9ebc941037d5 | 54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Jasper Wallace |
1:9ebc941037d5 | 55 | </ImportGroup> |
Jasper Wallace |
1:9ebc941037d5 | 56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
Jasper Wallace |
1:9ebc941037d5 | 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Jasper Wallace |
1:9ebc941037d5 | 58 | </ImportGroup> |
Jasper Wallace |
1:9ebc941037d5 | 59 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
Jasper Wallace |
1:9ebc941037d5 | 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Jasper Wallace |
1:9ebc941037d5 | 61 | </ImportGroup> |
Jasper Wallace |
1:9ebc941037d5 | 62 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
Jasper Wallace |
1:9ebc941037d5 | 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Jasper Wallace |
1:9ebc941037d5 | 64 | </ImportGroup> |
Jasper Wallace |
1:9ebc941037d5 | 65 | <PropertyGroup Label="UserMacros" /> |
Jasper Wallace |
1:9ebc941037d5 | 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
Jasper Wallace |
1:9ebc941037d5 | 67 | <LinkIncremental>true</LinkIncremental> |
Jasper Wallace |
1:9ebc941037d5 | 68 | <IntDir>$(Configuration)\$(TargetName)\</IntDir> |
Jasper Wallace |
1:9ebc941037d5 | 69 | </PropertyGroup> |
Jasper Wallace |
1:9ebc941037d5 | 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
Jasper Wallace |
1:9ebc941037d5 | 71 | <LinkIncremental>true</LinkIncremental> |
Jasper Wallace |
1:9ebc941037d5 | 72 | <IntDir>$(Configuration)\$(TargetName)\</IntDir> |
Jasper Wallace |
1:9ebc941037d5 | 73 | </PropertyGroup> |
Jasper Wallace |
1:9ebc941037d5 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
Jasper Wallace |
1:9ebc941037d5 | 75 | <LinkIncremental>false</LinkIncremental> |
Jasper Wallace |
1:9ebc941037d5 | 76 | <IntDir>$(Configuration)\$(TargetName)\</IntDir> |
Jasper Wallace |
1:9ebc941037d5 | 77 | </PropertyGroup> |
Jasper Wallace |
1:9ebc941037d5 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
Jasper Wallace |
1:9ebc941037d5 | 79 | <LinkIncremental>false</LinkIncremental> |
Jasper Wallace |
1:9ebc941037d5 | 80 | <IntDir>$(Configuration)\$(TargetName)\</IntDir> |
Jasper Wallace |
1:9ebc941037d5 | 81 | </PropertyGroup> |
Jasper Wallace |
1:9ebc941037d5 | 82 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
Jasper Wallace |
1:9ebc941037d5 | 83 | <ClCompile> |
Jasper Wallace |
1:9ebc941037d5 | 84 | <PrecompiledHeader> |
Jasper Wallace |
1:9ebc941037d5 | 85 | </PrecompiledHeader> |
Jasper Wallace |
1:9ebc941037d5 | 86 | <WarningLevel>Level3</WarningLevel> |
Jasper Wallace |
1:9ebc941037d5 | 87 | <Optimization>Disabled</Optimization> |
Jasper Wallace |
1:9ebc941037d5 | 88 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Jasper Wallace |
1:9ebc941037d5 | 89 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> |
Jasper Wallace |
1:9ebc941037d5 | 90 | <CompileAs>CompileAsC</CompileAs> |
Jasper Wallace |
1:9ebc941037d5 | 91 | </ClCompile> |
Jasper Wallace |
1:9ebc941037d5 | 92 | <Link> |
Jasper Wallace |
1:9ebc941037d5 | 93 | <SubSystem>Windows</SubSystem> |
Jasper Wallace |
1:9ebc941037d5 | 94 | <GenerateDebugInformation>true</GenerateDebugInformation> |
Jasper Wallace |
1:9ebc941037d5 | 95 | </Link> |
Jasper Wallace |
1:9ebc941037d5 | 96 | </ItemDefinitionGroup> |
Jasper Wallace |
1:9ebc941037d5 | 97 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
Jasper Wallace |
1:9ebc941037d5 | 98 | <ClCompile> |
Jasper Wallace |
1:9ebc941037d5 | 99 | <PrecompiledHeader> |
Jasper Wallace |
1:9ebc941037d5 | 100 | </PrecompiledHeader> |
Jasper Wallace |
1:9ebc941037d5 | 101 | <WarningLevel>Level3</WarningLevel> |
Jasper Wallace |
1:9ebc941037d5 | 102 | <Optimization>Disabled</Optimization> |
Jasper Wallace |
1:9ebc941037d5 | 103 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Jasper Wallace |
1:9ebc941037d5 | 104 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> |
Jasper Wallace |
1:9ebc941037d5 | 105 | <CompileAs>CompileAsC</CompileAs> |
Jasper Wallace |
1:9ebc941037d5 | 106 | </ClCompile> |
Jasper Wallace |
1:9ebc941037d5 | 107 | <Link> |
Jasper Wallace |
1:9ebc941037d5 | 108 | <SubSystem>Windows</SubSystem> |
Jasper Wallace |
1:9ebc941037d5 | 109 | <GenerateDebugInformation>true</GenerateDebugInformation> |
Jasper Wallace |
1:9ebc941037d5 | 110 | </Link> |
Jasper Wallace |
1:9ebc941037d5 | 111 | </ItemDefinitionGroup> |
Jasper Wallace |
1:9ebc941037d5 | 112 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
Jasper Wallace |
1:9ebc941037d5 | 113 | <ClCompile> |
Jasper Wallace |
1:9ebc941037d5 | 114 | <WarningLevel>Level3</WarningLevel> |
Jasper Wallace |
1:9ebc941037d5 | 115 | <PrecompiledHeader> |
Jasper Wallace |
1:9ebc941037d5 | 116 | </PrecompiledHeader> |
Jasper Wallace |
1:9ebc941037d5 | 117 | <Optimization>MaxSpeed</Optimization> |
Jasper Wallace |
1:9ebc941037d5 | 118 | <FunctionLevelLinking>true</FunctionLevelLinking> |
Jasper Wallace |
1:9ebc941037d5 | 119 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Jasper Wallace |
1:9ebc941037d5 | 120 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Jasper Wallace |
1:9ebc941037d5 | 121 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> |
Jasper Wallace |
1:9ebc941037d5 | 122 | </ClCompile> |
Jasper Wallace |
1:9ebc941037d5 | 123 | <Link> |
Jasper Wallace |
1:9ebc941037d5 | 124 | <SubSystem>Windows</SubSystem> |
Jasper Wallace |
1:9ebc941037d5 | 125 | <GenerateDebugInformation>true</GenerateDebugInformation> |
Jasper Wallace |
1:9ebc941037d5 | 126 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
Jasper Wallace |
1:9ebc941037d5 | 127 | <OptimizeReferences>true</OptimizeReferences> |
Jasper Wallace |
1:9ebc941037d5 | 128 | </Link> |
Jasper Wallace |
1:9ebc941037d5 | 129 | </ItemDefinitionGroup> |
Jasper Wallace |
1:9ebc941037d5 | 130 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
Jasper Wallace |
1:9ebc941037d5 | 131 | <ClCompile> |
Jasper Wallace |
1:9ebc941037d5 | 132 | <WarningLevel>Level3</WarningLevel> |
Jasper Wallace |
1:9ebc941037d5 | 133 | <PrecompiledHeader> |
Jasper Wallace |
1:9ebc941037d5 | 134 | </PrecompiledHeader> |
Jasper Wallace |
1:9ebc941037d5 | 135 | <Optimization>MaxSpeed</Optimization> |
Jasper Wallace |
1:9ebc941037d5 | 136 | <FunctionLevelLinking>true</FunctionLevelLinking> |
Jasper Wallace |
1:9ebc941037d5 | 137 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Jasper Wallace |
1:9ebc941037d5 | 138 | <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Jasper Wallace |
1:9ebc941037d5 | 139 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> |
Jasper Wallace |
1:9ebc941037d5 | 140 | </ClCompile> |
Jasper Wallace |
1:9ebc941037d5 | 141 | <Link> |
Jasper Wallace |
1:9ebc941037d5 | 142 | <SubSystem>Windows</SubSystem> |
Jasper Wallace |
1:9ebc941037d5 | 143 | <GenerateDebugInformation>true</GenerateDebugInformation> |
Jasper Wallace |
1:9ebc941037d5 | 144 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
Jasper Wallace |
1:9ebc941037d5 | 145 | <OptimizeReferences>true</OptimizeReferences> |
Jasper Wallace |
1:9ebc941037d5 | 146 | </Link> |
Jasper Wallace |
1:9ebc941037d5 | 147 | </ItemDefinitionGroup> |
Jasper Wallace |
1:9ebc941037d5 | 148 | <ItemGroup> |
Jasper Wallace |
1:9ebc941037d5 | 149 | HEADER_ENTRIES |
Jasper Wallace |
1:9ebc941037d5 | 150 | </ItemGroup> |
Jasper Wallace |
1:9ebc941037d5 | 151 | <ItemGroup> |
Jasper Wallace |
1:9ebc941037d5 | 152 | SOURCE_ENTRIES |
Jasper Wallace |
1:9ebc941037d5 | 153 | </ItemGroup> |
Jasper Wallace |
1:9ebc941037d5 | 154 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
Jasper Wallace |
1:9ebc941037d5 | 155 | <ImportGroup Label="ExtensionTargets"> |
Jasper Wallace |
1:9ebc941037d5 | 156 | </ImportGroup> |
Jasper Wallace |
1:9ebc941037d5 | 157 | </Project> |