mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:25:42 +01:00
Prepare for mbed TLS 1.3.10 release
This commit is contained in:
parent
6674cce892
commit
daae3b749b
@ -1,9 +1,6 @@
|
|||||||
PolarSSL ChangeLog (Sorted per branch, date)
|
mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
= 1.3 branch
|
|
||||||
|
|
||||||
Reminder: bump SONAME for ABI change (FALLBACK_SCSV, session-hash, EtM)
|
|
||||||
|
|
||||||
|
= mbed TLS 1.3.10 released 2015-02-09
|
||||||
Security
|
Security
|
||||||
* NULL pointer dereference in the buffer-based allocator when the buffer is
|
* NULL pointer dereference in the buffer-based allocator when the buffer is
|
||||||
full and polarssl_free() is called (found by Mark Hasemeyer)
|
full and polarssl_free() is called (found by Mark Hasemeyer)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @mainpage mbed TLS v1.3.9 source code documentation
|
* @mainpage mbed TLS v1.3.10 source code documentation
|
||||||
*
|
*
|
||||||
* This documentation describes the internal structure of mbed TLS. It was
|
* This documentation describes the internal structure of mbed TLS. It was
|
||||||
* automatically generated from specially formatted comment blocks in
|
* automatically generated from specially formatted comment blocks in
|
||||||
|
@ -28,7 +28,7 @@ DOXYFILE_ENCODING = UTF-8
|
|||||||
# identify the project. Note that if you do not use Doxywizard you need
|
# identify the project. Note that if you do not use Doxywizard you need
|
||||||
# to put quotes around the project name if it contains spaces.
|
# to put quotes around the project name if it contains spaces.
|
||||||
|
|
||||||
PROJECT_NAME = "mbed TLS v1.3.9"
|
PROJECT_NAME = "mbed TLS v1.3.10"
|
||||||
|
|
||||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
|
@ -40,16 +40,16 @@
|
|||||||
*/
|
*/
|
||||||
#define POLARSSL_VERSION_MAJOR 1
|
#define POLARSSL_VERSION_MAJOR 1
|
||||||
#define POLARSSL_VERSION_MINOR 3
|
#define POLARSSL_VERSION_MINOR 3
|
||||||
#define POLARSSL_VERSION_PATCH 9
|
#define POLARSSL_VERSION_PATCH 10
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The single version number has the following structure:
|
* The single version number has the following structure:
|
||||||
* MMNNPP00
|
* MMNNPP00
|
||||||
* Major version | Minor version | Patch version
|
* Major version | Minor version | Patch version
|
||||||
*/
|
*/
|
||||||
#define POLARSSL_VERSION_NUMBER 0x01030900
|
#define POLARSSL_VERSION_NUMBER 0x01030A00
|
||||||
#define POLARSSL_VERSION_STRING "1.3.9"
|
#define POLARSSL_VERSION_STRING "1.3.10"
|
||||||
#define POLARSSL_VERSION_STRING_FULL "mbed TLS 1.3.9"
|
#define POLARSSL_VERSION_STRING_FULL "mbed TLS 1.3.10"
|
||||||
|
|
||||||
#if defined(POLARSSL_VERSION_C)
|
#if defined(POLARSSL_VERSION_C)
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ endif()
|
|||||||
|
|
||||||
if(USE_SHARED_MBEDTLS_LIBRARY)
|
if(USE_SHARED_MBEDTLS_LIBRARY)
|
||||||
add_library(mbedtls SHARED ${src})
|
add_library(mbedtls SHARED ${src})
|
||||||
set_target_properties(mbedtls PROPERTIES VERSION 1.3.9 SOVERSION 7)
|
set_target_properties(mbedtls PROPERTIES VERSION 1.3.10 SOVERSION 8)
|
||||||
|
|
||||||
target_link_libraries(mbedtls ${libs})
|
target_link_libraries(mbedtls ${libs})
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ endif
|
|||||||
|
|
||||||
SONAME=libmbedtls.so.7
|
SONAME=libmbedtls.so.7
|
||||||
|
|
||||||
DLEXT=so.7
|
DLEXT=so.8
|
||||||
# OSX shared library extension:
|
# OSX shared library extension:
|
||||||
# DLEXT=dylib
|
# DLEXT=dylib
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#if defined(POLARSSL_ERROR_C)
|
#if defined(POLARSSL_ERROR_C)
|
||||||
|
|
||||||
HEADER_INCLUDED
|
HEADER_INCLUDED
|
||||||
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if defined(_MSC_VER) && !defined snprintf && !defined(EFIX64) && \
|
#if defined(_MSC_VER) && !defined snprintf && !defined(EFIX64) && \
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Check compiletime library version
|
Check compiletime library version
|
||||||
check_compiletime_version:"1.3.9"
|
check_compiletime_version:"1.3.10"
|
||||||
|
|
||||||
Check runtime library version
|
Check runtime library version
|
||||||
check_runtime_version:"1.3.9"
|
check_runtime_version:"1.3.10"
|
||||||
|
|
||||||
Check for POLARSSL_VERSION_C
|
Check for POLARSSL_VERSION_C
|
||||||
check_feature:"POLARSSL_VERSION_C":0
|
check_feature:"POLARSSL_VERSION_C":0
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{7A851DBD-7D57-E8F4-85E5-CCA72AEA7DF8}</ProjectGuid>
|
<ProjectGuid>{7A851DBD-7D57-E8F4-85E5-CCA72AEA7DF8}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>aescrypt2</RootNamespace>
|
<RootNamespace>aescrypt2</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{90EFD9A4-C6B0-3EE8-1F06-0A0E0D55AEDA}</ProjectGuid>
|
<ProjectGuid>{90EFD9A4-C6B0-3EE8-1F06-0A0E0D55AEDA}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>benchmark</RootNamespace>
|
<RootNamespace>benchmark</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{D4D691D4-137C-CBFA-735B-D46636D7E4D8}</ProjectGuid>
|
<ProjectGuid>{D4D691D4-137C-CBFA-735B-D46636D7E4D8}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>cert_app</RootNamespace>
|
<RootNamespace>cert_app</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{C9E2AB15-8AEF-DD48-60C3-557ECC5215BE}</ProjectGuid>
|
<ProjectGuid>{C9E2AB15-8AEF-DD48-60C3-557ECC5215BE}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>cert_req</RootNamespace>
|
<RootNamespace>cert_req</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{DB904B85-AD31-B7FB-114F-88760CC485F2}</ProjectGuid>
|
<ProjectGuid>{DB904B85-AD31-B7FB-114F-88760CC485F2}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>crl_app</RootNamespace>
|
<RootNamespace>crl_app</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{5DBB9FC3-6FD6-CA8D-E0FA-35F1E75EFAE7}</ProjectGuid>
|
<ProjectGuid>{5DBB9FC3-6FD6-CA8D-E0FA-35F1E75EFAE7}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>crypt_and_hash</RootNamespace>
|
<RootNamespace>crypt_and_hash</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}</ProjectGuid>
|
<ProjectGuid>{4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>dh_client</RootNamespace>
|
<RootNamespace>dh_client</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{718960D9-5DA6-7B56-39AD-637E81076C71}</ProjectGuid>
|
<ProjectGuid>{718960D9-5DA6-7B56-39AD-637E81076C71}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>dh_genprime</RootNamespace>
|
<RootNamespace>dh_genprime</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{8D91B804-E2CE-142D-8E06-FBB037ED1F65}</ProjectGuid>
|
<ProjectGuid>{8D91B804-E2CE-142D-8E06-FBB037ED1F65}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>dh_server</RootNamespace>
|
<RootNamespace>dh_server</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{DE695064-13C3-18B0-378D-8B22672BF3F4}</ProjectGuid>
|
<ProjectGuid>{DE695064-13C3-18B0-378D-8B22672BF3F4}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>gen_entropy</RootNamespace>
|
<RootNamespace>gen_entropy</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{BF782A50-E9AE-00CC-C28A-C9DA8AAB4D52}</ProjectGuid>
|
<ProjectGuid>{BF782A50-E9AE-00CC-C28A-C9DA8AAB4D52}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>gen_key</RootNamespace>
|
<RootNamespace>gen_key</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{5FCC71F6-FF33-EBCF-FBA2-8FC783D5318E}</ProjectGuid>
|
<ProjectGuid>{5FCC71F6-FF33-EBCF-FBA2-8FC783D5318E}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>gen_random_ctr_drbg</RootNamespace>
|
<RootNamespace>gen_random_ctr_drbg</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{71257802-BBCA-99F5-E9D2-905738F30893}</ProjectGuid>
|
<ProjectGuid>{71257802-BBCA-99F5-E9D2-905738F30893}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>gen_random_havege</RootNamespace>
|
<RootNamespace>gen_random_havege</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{D071CCF7-ACA0-21F8-D382-52A759AEA261}</ProjectGuid>
|
<ProjectGuid>{D071CCF7-ACA0-21F8-D382-52A759AEA261}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>generic_sum</RootNamespace>
|
<RootNamespace>generic_sum</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{B02D4AE1-0218-1CD4-F44E-EFAE19B01B8D}</ProjectGuid>
|
<ProjectGuid>{B02D4AE1-0218-1CD4-F44E-EFAE19B01B8D}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>hello</RootNamespace>
|
<RootNamespace>hello</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{10AE376F-1A70-0297-0216-1FD01AD15D19}</ProjectGuid>
|
<ProjectGuid>{10AE376F-1A70-0297-0216-1FD01AD15D19}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>key_app</RootNamespace>
|
<RootNamespace>key_app</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{E8ED79F9-8034-1B09-263E-D3F8C4C5C4A8}</ProjectGuid>
|
<ProjectGuid>{E8ED79F9-8034-1B09-263E-D3F8C4C5C4A8}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>key_app_writer</RootNamespace>
|
<RootNamespace>key_app_writer</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,284 +1,284 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
<ProjectConfiguration Include="Debug|Win32">
|
||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>Win32</Platform>
|
<Platform>Win32</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Debug|x64">
|
<ProjectConfiguration Include="Debug|x64">
|
||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Release|Win32">
|
<ProjectConfiguration Include="Release|Win32">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>Win32</Platform>
|
<Platform>Win32</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid>
|
<ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>mbedTLS</RootNamespace>
|
<RootNamespace>mbedTLS</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>Windows7.1SDK</PlatformToolset>
|
<PlatformToolset>Windows7.1SDK</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PrecompiledHeader>
|
<PrecompiledHeader>
|
||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
||||||
<CompileAs>CompileAsC</CompileAs>
|
<CompileAs>CompileAsC</CompileAs>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Windows</SubSystem>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PrecompiledHeader>
|
<PrecompiledHeader>
|
||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
||||||
<CompileAs>CompileAsC</CompileAs>
|
<CompileAs>CompileAsC</CompileAs>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Windows</SubSystem>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<PrecompiledHeader>
|
<PrecompiledHeader>
|
||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Windows</SubSystem>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<PrecompiledHeader>
|
<PrecompiledHeader>
|
||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Windows</SubSystem>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\include\polarssl\aes.h" />
|
<ClInclude Include="..\..\include\polarssl\aes.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\aesni.h" />
|
<ClInclude Include="..\..\include\polarssl\aesni.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\arc4.h" />
|
<ClInclude Include="..\..\include\polarssl\arc4.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\asn1.h" />
|
<ClInclude Include="..\..\include\polarssl\asn1.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\asn1write.h" />
|
<ClInclude Include="..\..\include\polarssl\asn1write.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\base64.h" />
|
<ClInclude Include="..\..\include\polarssl\base64.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\bignum.h" />
|
<ClInclude Include="..\..\include\polarssl\bignum.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\blowfish.h" />
|
<ClInclude Include="..\..\include\polarssl\blowfish.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\bn_mul.h" />
|
<ClInclude Include="..\..\include\polarssl\bn_mul.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\camellia.h" />
|
<ClInclude Include="..\..\include\polarssl\camellia.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\ccm.h" />
|
<ClInclude Include="..\..\include\polarssl\ccm.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\certs.h" />
|
<ClInclude Include="..\..\include\polarssl\certs.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\check_config.h" />
|
<ClInclude Include="..\..\include\polarssl\check_config.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\cipher.h" />
|
<ClInclude Include="..\..\include\polarssl\cipher.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\cipher_wrap.h" />
|
<ClInclude Include="..\..\include\polarssl\cipher_wrap.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\compat-1.2.h" />
|
<ClInclude Include="..\..\include\polarssl\compat-1.2.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\config.h" />
|
<ClInclude Include="..\..\include\polarssl\config.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\ctr_drbg.h" />
|
<ClInclude Include="..\..\include\polarssl\ctr_drbg.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\debug.h" />
|
<ClInclude Include="..\..\include\polarssl\debug.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\des.h" />
|
<ClInclude Include="..\..\include\polarssl\des.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\dhm.h" />
|
<ClInclude Include="..\..\include\polarssl\dhm.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\ecdh.h" />
|
<ClInclude Include="..\..\include\polarssl\ecdh.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\ecdsa.h" />
|
<ClInclude Include="..\..\include\polarssl\ecdsa.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\ecp.h" />
|
<ClInclude Include="..\..\include\polarssl\ecp.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\entropy.h" />
|
<ClInclude Include="..\..\include\polarssl\entropy.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\entropy_poll.h" />
|
<ClInclude Include="..\..\include\polarssl\entropy_poll.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\error.h" />
|
<ClInclude Include="..\..\include\polarssl\error.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\gcm.h" />
|
<ClInclude Include="..\..\include\polarssl\gcm.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\havege.h" />
|
<ClInclude Include="..\..\include\polarssl\havege.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\hmac_drbg.h" />
|
<ClInclude Include="..\..\include\polarssl\hmac_drbg.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\md.h" />
|
<ClInclude Include="..\..\include\polarssl\md.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\md2.h" />
|
<ClInclude Include="..\..\include\polarssl\md2.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\md4.h" />
|
<ClInclude Include="..\..\include\polarssl\md4.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\md5.h" />
|
<ClInclude Include="..\..\include\polarssl\md5.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\md_wrap.h" />
|
<ClInclude Include="..\..\include\polarssl\md_wrap.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\memory.h" />
|
<ClInclude Include="..\..\include\polarssl\memory.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\memory_buffer_alloc.h" />
|
<ClInclude Include="..\..\include\polarssl\memory_buffer_alloc.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\net.h" />
|
<ClInclude Include="..\..\include\polarssl\net.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\oid.h" />
|
<ClInclude Include="..\..\include\polarssl\oid.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\openssl.h" />
|
<ClInclude Include="..\..\include\polarssl\openssl.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\padlock.h" />
|
<ClInclude Include="..\..\include\polarssl\padlock.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\pbkdf2.h" />
|
<ClInclude Include="..\..\include\polarssl\pbkdf2.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\pem.h" />
|
<ClInclude Include="..\..\include\polarssl\pem.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\pk.h" />
|
<ClInclude Include="..\..\include\polarssl\pk.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\pk_wrap.h" />
|
<ClInclude Include="..\..\include\polarssl\pk_wrap.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\pkcs11.h" />
|
<ClInclude Include="..\..\include\polarssl\pkcs11.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\pkcs12.h" />
|
<ClInclude Include="..\..\include\polarssl\pkcs12.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\pkcs5.h" />
|
<ClInclude Include="..\..\include\polarssl\pkcs5.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\platform.h" />
|
<ClInclude Include="..\..\include\polarssl\platform.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\ripemd160.h" />
|
<ClInclude Include="..\..\include\polarssl\ripemd160.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\rsa.h" />
|
<ClInclude Include="..\..\include\polarssl\rsa.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\sha1.h" />
|
<ClInclude Include="..\..\include\polarssl\sha1.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\sha256.h" />
|
<ClInclude Include="..\..\include\polarssl\sha256.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\sha512.h" />
|
<ClInclude Include="..\..\include\polarssl\sha512.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\ssl.h" />
|
<ClInclude Include="..\..\include\polarssl\ssl.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\ssl_cache.h" />
|
<ClInclude Include="..\..\include\polarssl\ssl_cache.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\ssl_ciphersuites.h" />
|
<ClInclude Include="..\..\include\polarssl\ssl_ciphersuites.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\threading.h" />
|
<ClInclude Include="..\..\include\polarssl\threading.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\timing.h" />
|
<ClInclude Include="..\..\include\polarssl\timing.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\version.h" />
|
<ClInclude Include="..\..\include\polarssl\version.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\x509.h" />
|
<ClInclude Include="..\..\include\polarssl\x509.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\x509_crl.h" />
|
<ClInclude Include="..\..\include\polarssl\x509_crl.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\x509_crt.h" />
|
<ClInclude Include="..\..\include\polarssl\x509_crt.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\x509_csr.h" />
|
<ClInclude Include="..\..\include\polarssl\x509_csr.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\xtea.h" />
|
<ClInclude Include="..\..\include\polarssl\xtea.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\library\aes.c" />
|
<ClCompile Include="..\..\library\aes.c" />
|
||||||
<ClCompile Include="..\..\library\aesni.c" />
|
<ClCompile Include="..\..\library\aesni.c" />
|
||||||
<ClCompile Include="..\..\library\arc4.c" />
|
<ClCompile Include="..\..\library\arc4.c" />
|
||||||
<ClCompile Include="..\..\library\asn1parse.c" />
|
<ClCompile Include="..\..\library\asn1parse.c" />
|
||||||
<ClCompile Include="..\..\library\asn1write.c" />
|
<ClCompile Include="..\..\library\asn1write.c" />
|
||||||
<ClCompile Include="..\..\library\base64.c" />
|
<ClCompile Include="..\..\library\base64.c" />
|
||||||
<ClCompile Include="..\..\library\bignum.c" />
|
<ClCompile Include="..\..\library\bignum.c" />
|
||||||
<ClCompile Include="..\..\library\blowfish.c" />
|
<ClCompile Include="..\..\library\blowfish.c" />
|
||||||
<ClCompile Include="..\..\library\camellia.c" />
|
<ClCompile Include="..\..\library\camellia.c" />
|
||||||
<ClCompile Include="..\..\library\ccm.c" />
|
<ClCompile Include="..\..\library\ccm.c" />
|
||||||
<ClCompile Include="..\..\library\certs.c" />
|
<ClCompile Include="..\..\library\certs.c" />
|
||||||
<ClCompile Include="..\..\library\cipher.c" />
|
<ClCompile Include="..\..\library\cipher.c" />
|
||||||
<ClCompile Include="..\..\library\cipher_wrap.c" />
|
<ClCompile Include="..\..\library\cipher_wrap.c" />
|
||||||
<ClCompile Include="..\..\library\ctr_drbg.c" />
|
<ClCompile Include="..\..\library\ctr_drbg.c" />
|
||||||
<ClCompile Include="..\..\library\debug.c" />
|
<ClCompile Include="..\..\library\debug.c" />
|
||||||
<ClCompile Include="..\..\library\des.c" />
|
<ClCompile Include="..\..\library\des.c" />
|
||||||
<ClCompile Include="..\..\library\dhm.c" />
|
<ClCompile Include="..\..\library\dhm.c" />
|
||||||
<ClCompile Include="..\..\library\ecdh.c" />
|
<ClCompile Include="..\..\library\ecdh.c" />
|
||||||
<ClCompile Include="..\..\library\ecdsa.c" />
|
<ClCompile Include="..\..\library\ecdsa.c" />
|
||||||
<ClCompile Include="..\..\library\ecp.c" />
|
<ClCompile Include="..\..\library\ecp.c" />
|
||||||
<ClCompile Include="..\..\library\ecp_curves.c" />
|
<ClCompile Include="..\..\library\ecp_curves.c" />
|
||||||
<ClCompile Include="..\..\library\entropy.c" />
|
<ClCompile Include="..\..\library\entropy.c" />
|
||||||
<ClCompile Include="..\..\library\entropy_poll.c" />
|
<ClCompile Include="..\..\library\entropy_poll.c" />
|
||||||
<ClCompile Include="..\..\library\error.c" />
|
<ClCompile Include="..\..\library\error.c" />
|
||||||
<ClCompile Include="..\..\library\gcm.c" />
|
<ClCompile Include="..\..\library\gcm.c" />
|
||||||
<ClCompile Include="..\..\library\havege.c" />
|
<ClCompile Include="..\..\library\havege.c" />
|
||||||
<ClCompile Include="..\..\library\hmac_drbg.c" />
|
<ClCompile Include="..\..\library\hmac_drbg.c" />
|
||||||
<ClCompile Include="..\..\library\md.c" />
|
<ClCompile Include="..\..\library\md.c" />
|
||||||
<ClCompile Include="..\..\library\md2.c" />
|
<ClCompile Include="..\..\library\md2.c" />
|
||||||
<ClCompile Include="..\..\library\md4.c" />
|
<ClCompile Include="..\..\library\md4.c" />
|
||||||
<ClCompile Include="..\..\library\md5.c" />
|
<ClCompile Include="..\..\library\md5.c" />
|
||||||
<ClCompile Include="..\..\library\md_wrap.c" />
|
<ClCompile Include="..\..\library\md_wrap.c" />
|
||||||
<ClCompile Include="..\..\library\memory_buffer_alloc.c" />
|
<ClCompile Include="..\..\library\memory_buffer_alloc.c" />
|
||||||
<ClCompile Include="..\..\library\net.c" />
|
<ClCompile Include="..\..\library\net.c" />
|
||||||
<ClCompile Include="..\..\library\oid.c" />
|
<ClCompile Include="..\..\library\oid.c" />
|
||||||
<ClCompile Include="..\..\library\padlock.c" />
|
<ClCompile Include="..\..\library\padlock.c" />
|
||||||
<ClCompile Include="..\..\library\pbkdf2.c" />
|
<ClCompile Include="..\..\library\pbkdf2.c" />
|
||||||
<ClCompile Include="..\..\library\pem.c" />
|
<ClCompile Include="..\..\library\pem.c" />
|
||||||
<ClCompile Include="..\..\library\pk.c" />
|
<ClCompile Include="..\..\library\pk.c" />
|
||||||
<ClCompile Include="..\..\library\pk_wrap.c" />
|
<ClCompile Include="..\..\library\pk_wrap.c" />
|
||||||
<ClCompile Include="..\..\library\pkcs11.c" />
|
<ClCompile Include="..\..\library\pkcs11.c" />
|
||||||
<ClCompile Include="..\..\library\pkcs12.c" />
|
<ClCompile Include="..\..\library\pkcs12.c" />
|
||||||
<ClCompile Include="..\..\library\pkcs5.c" />
|
<ClCompile Include="..\..\library\pkcs5.c" />
|
||||||
<ClCompile Include="..\..\library\pkparse.c" />
|
<ClCompile Include="..\..\library\pkparse.c" />
|
||||||
<ClCompile Include="..\..\library\pkwrite.c" />
|
<ClCompile Include="..\..\library\pkwrite.c" />
|
||||||
<ClCompile Include="..\..\library\platform.c" />
|
<ClCompile Include="..\..\library\platform.c" />
|
||||||
<ClCompile Include="..\..\library\ripemd160.c" />
|
<ClCompile Include="..\..\library\ripemd160.c" />
|
||||||
<ClCompile Include="..\..\library\rsa.c" />
|
<ClCompile Include="..\..\library\rsa.c" />
|
||||||
<ClCompile Include="..\..\library\sha1.c" />
|
<ClCompile Include="..\..\library\sha1.c" />
|
||||||
<ClCompile Include="..\..\library\sha256.c" />
|
<ClCompile Include="..\..\library\sha256.c" />
|
||||||
<ClCompile Include="..\..\library\sha512.c" />
|
<ClCompile Include="..\..\library\sha512.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_cache.c" />
|
<ClCompile Include="..\..\library\ssl_cache.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_ciphersuites.c" />
|
<ClCompile Include="..\..\library\ssl_ciphersuites.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_cli.c" />
|
<ClCompile Include="..\..\library\ssl_cli.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_srv.c" />
|
<ClCompile Include="..\..\library\ssl_srv.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_tls.c" />
|
<ClCompile Include="..\..\library\ssl_tls.c" />
|
||||||
<ClCompile Include="..\..\library\threading.c" />
|
<ClCompile Include="..\..\library\threading.c" />
|
||||||
<ClCompile Include="..\..\library\timing.c" />
|
<ClCompile Include="..\..\library\timing.c" />
|
||||||
<ClCompile Include="..\..\library\version.c" />
|
<ClCompile Include="..\..\library\version.c" />
|
||||||
<ClCompile Include="..\..\library\version_features.c" />
|
<ClCompile Include="..\..\library\version_features.c" />
|
||||||
<ClCompile Include="..\..\library\x509.c" />
|
<ClCompile Include="..\..\library\x509.c" />
|
||||||
<ClCompile Include="..\..\library\x509_create.c" />
|
<ClCompile Include="..\..\library\x509_create.c" />
|
||||||
<ClCompile Include="..\..\library\x509_crl.c" />
|
<ClCompile Include="..\..\library\x509_crl.c" />
|
||||||
<ClCompile Include="..\..\library\x509_crt.c" />
|
<ClCompile Include="..\..\library\x509_crt.c" />
|
||||||
<ClCompile Include="..\..\library\x509_csr.c" />
|
<ClCompile Include="..\..\library\x509_csr.c" />
|
||||||
<ClCompile Include="..\..\library\x509write_crt.c" />
|
<ClCompile Include="..\..\library\x509write_crt.c" />
|
||||||
<ClCompile Include="..\..\library\x509write_csr.c" />
|
<ClCompile Include="..\..\library\x509write_csr.c" />
|
||||||
<ClCompile Include="..\..\library\xtea.c" />
|
<ClCompile Include="..\..\library\xtea.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{80FE1ECF-6992-A275-7973-E2976718D128}</ProjectGuid>
|
<ProjectGuid>{80FE1ECF-6992-A275-7973-E2976718D128}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>md5sum</RootNamespace>
|
<RootNamespace>md5sum</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{A59FAA0B-9C34-1F99-794D-A365A3AA8CCE}</ProjectGuid>
|
<ProjectGuid>{A59FAA0B-9C34-1F99-794D-A365A3AA8CCE}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>mpi_demo</RootNamespace>
|
<RootNamespace>mpi_demo</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{D3C6FBD6-D78E-7180-8345-5E09B492DBEC}</ProjectGuid>
|
<ProjectGuid>{D3C6FBD6-D78E-7180-8345-5E09B492DBEC}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>pem2der</RootNamespace>
|
<RootNamespace>pem2der</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{1EC6CBA3-6187-D456-D9B7-A35399395D71}</ProjectGuid>
|
<ProjectGuid>{1EC6CBA3-6187-D456-D9B7-A35399395D71}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>pk_decrypt</RootNamespace>
|
<RootNamespace>pk_decrypt</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{55007179-7746-9CFB-97EC-65102FB272C8}</ProjectGuid>
|
<ProjectGuid>{55007179-7746-9CFB-97EC-65102FB272C8}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>pk_encrypt</RootNamespace>
|
<RootNamespace>pk_encrypt</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{F2E8CA55-597F-7FDC-6456-D8650FB970A3}</ProjectGuid>
|
<ProjectGuid>{F2E8CA55-597F-7FDC-6456-D8650FB970A3}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>pk_sign</RootNamespace>
|
<RootNamespace>pk_sign</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{C429B336-1B30-119C-3B34-21A186D6744F}</ProjectGuid>
|
<ProjectGuid>{C429B336-1B30-119C-3B34-21A186D6744F}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>pk_verify</RootNamespace>
|
<RootNamespace>pk_verify</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{E0D71D72-8DF4-CCFC-EF60-741EADAB8BF9}</ProjectGuid>
|
<ProjectGuid>{E0D71D72-8DF4-CCFC-EF60-741EADAB8BF9}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>rsa_decrypt</RootNamespace>
|
<RootNamespace>rsa_decrypt</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{D06CF12E-F222-9273-41BF-B8A052FA5527}</ProjectGuid>
|
<ProjectGuid>{D06CF12E-F222-9273-41BF-B8A052FA5527}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>rsa_encrypt</RootNamespace>
|
<RootNamespace>rsa_encrypt</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{F472475C-F677-0E7F-F127-45BF5B64F622}</ProjectGuid>
|
<ProjectGuid>{F472475C-F677-0E7F-F127-45BF5B64F622}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>rsa_genkey</RootNamespace>
|
<RootNamespace>rsa_genkey</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{10790F49-6887-AAB6-2D86-BCBD516F8D26}</ProjectGuid>
|
<ProjectGuid>{10790F49-6887-AAB6-2D86-BCBD516F8D26}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>rsa_sign</RootNamespace>
|
<RootNamespace>rsa_sign</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{DCD3A1B6-5EC1-8266-93EF-BD2B9BEFE12D}</ProjectGuid>
|
<ProjectGuid>{DCD3A1B6-5EC1-8266-93EF-BD2B9BEFE12D}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>rsa_sign_pss</RootNamespace>
|
<RootNamespace>rsa_sign_pss</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{689E28CF-89ED-BA38-3A14-78A75D891D46}</ProjectGuid>
|
<ProjectGuid>{689E28CF-89ED-BA38-3A14-78A75D891D46}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>rsa_verify</RootNamespace>
|
<RootNamespace>rsa_verify</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{95C50864-854C-2A11-4C91-BCE654E344FB}</ProjectGuid>
|
<ProjectGuid>{95C50864-854C-2A11-4C91-BCE654E344FB}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>rsa_verify_pss</RootNamespace>
|
<RootNamespace>rsa_verify_pss</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{7DBC5F77-3DA1-5F73-8421-E693D95FC66A}</ProjectGuid>
|
<ProjectGuid>{7DBC5F77-3DA1-5F73-8421-E693D95FC66A}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>selftest</RootNamespace>
|
<RootNamespace>selftest</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{E91D12D7-01C0-357F-CAB1-8478B096743C}</ProjectGuid>
|
<ProjectGuid>{E91D12D7-01C0-357F-CAB1-8478B096743C}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>sha1sum</RootNamespace>
|
<RootNamespace>sha1sum</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{8C5CF095-A0A4-54FB-0D48-8DF2B7FE4CA5}</ProjectGuid>
|
<ProjectGuid>{8C5CF095-A0A4-54FB-0D48-8DF2B7FE4CA5}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>sha2sum</RootNamespace>
|
<RootNamespace>sha2sum</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{3FE0C0E1-D9BA-6A26-380C-F293E543B914}</ProjectGuid>
|
<ProjectGuid>{3FE0C0E1-D9BA-6A26-380C-F293E543B914}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>ssl_cert_test</RootNamespace>
|
<RootNamespace>ssl_cert_test</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{487A2F80-3CA3-678D-88D5-82194872CF08}</ProjectGuid>
|
<ProjectGuid>{487A2F80-3CA3-678D-88D5-82194872CF08}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>ssl_client1</RootNamespace>
|
<RootNamespace>ssl_client1</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{4E590E9D-E28F-87FF-385B-D58736388231}</ProjectGuid>
|
<ProjectGuid>{4E590E9D-E28F-87FF-385B-D58736388231}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>ssl_client2</RootNamespace>
|
<RootNamespace>ssl_client2</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{918CD402-047D-8467-E11C-E1132053F916}</ProjectGuid>
|
<ProjectGuid>{918CD402-047D-8467-E11C-E1132053F916}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>ssl_fork_server</RootNamespace>
|
<RootNamespace>ssl_fork_server</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{7C4863A1-941A-C5AE-E1F9-30F062E4B2FD}</ProjectGuid>
|
<ProjectGuid>{7C4863A1-941A-C5AE-E1F9-30F062E4B2FD}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>ssl_mail_client</RootNamespace>
|
<RootNamespace>ssl_mail_client</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{E08E0065-896A-7487-DEA5-D3B80B71F975}</ProjectGuid>
|
<ProjectGuid>{E08E0065-896A-7487-DEA5-D3B80B71F975}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>ssl_server</RootNamespace>
|
<RootNamespace>ssl_server</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{A4DA7463-1047-BDF5-E1B3-5632CB573F41}</ProjectGuid>
|
<ProjectGuid>{A4DA7463-1047-BDF5-E1B3-5632CB573F41}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>ssl_server2</RootNamespace>
|
<RootNamespace>ssl_server2</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{DDD0BF0A-779A-DEFD-6A1C-FA2164AE9A34}</ProjectGuid>
|
<ProjectGuid>{DDD0BF0A-779A-DEFD-6A1C-FA2164AE9A34}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>ssl_test</RootNamespace>
|
<RootNamespace>ssl_test</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{23EF735C-CC4C-3EC4-A75E-903DB340F04A}</ProjectGuid>
|
<ProjectGuid>{23EF735C-CC4C-3EC4-A75E-903DB340F04A}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>strerror</RootNamespace>
|
<RootNamespace>strerror</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user