summaryrefslogtreecommitdiff
path: root/cryptlib.vcproj
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-02 02:39:17 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-02 02:39:17 +0000
commitcaf9e032e6b4ccb114a74a3936c916bcfaba262d (patch)
tree0fecaa7a6728d07549a41864ea2cedfb245f0bd3 /cryptlib.vcproj
parent4e4793cc591e26c788b53c487bee7cab2d377f5e (diff)
downloadcryptopp-caf9e032e6b4ccb114a74a3936c916bcfaba262d.tar.gz
changes for 5.6:
- added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@433 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'cryptlib.vcproj')
-rwxr-xr-xcryptlib.vcproj126
1 files changed, 118 insertions, 8 deletions
diff --git a/cryptlib.vcproj b/cryptlib.vcproj
index fbb97b2..c14e64e 100755
--- a/cryptlib.vcproj
+++ b/cryptlib.vcproj
@@ -1106,6 +1106,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\authenc.cpp"
+ >
+ </File>
+ <File
RelativePath="base32.cpp"
>
<FileConfiguration
@@ -1846,6 +1850,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\ccm.cpp"
+ >
+ </File>
+ <File
RelativePath="channels.cpp"
>
<FileConfiguration
@@ -1920,6 +1928,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\cmac.cpp"
+ >
+ </File>
+ <File
RelativePath=".\cpu.cpp"
>
</File>
@@ -3358,6 +3370,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\gcm.cpp"
+ >
+ </File>
+ <File
RelativePath="gf256.cpp"
>
<FileConfiguration
@@ -6857,6 +6873,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\seed.cpp"
+ >
+ </File>
+ <File
RelativePath="serpent.cpp"
>
<FileConfiguration
@@ -8493,6 +8513,80 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\x64dll.asm"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64dll.obj&quot; /Zi &quot;$(InputPath)&quot;"
+ Outputs="$(IntDir)\x64dll.obj"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="DLL-Import Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="DLL-Import Release|x64"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64dll.obj&quot; /Zi &quot;$(InputPath)&quot;"
+ Outputs="$(IntDir)\x64dll.obj"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64dll.obj&quot; /Zi &quot;$(InputPath)&quot;"
+ Outputs="$(IntDir)\x64dll.obj"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="DLL-Import Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="DLL-Import Debug|x64"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64dll.obj&quot; /Zi &quot;$(InputPath)&quot;"
+ Outputs="$(IntDir)\x64dll.obj"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath=".\x64masm.asm"
>
<FileConfiguration
@@ -8508,7 +8602,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi &quot;$(InputPath)&quot;"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi &quot;$(InputPath)&quot;&#x0D;&#x0A;"
Outputs="$(IntDir)\x64masm.obj"
/>
</FileConfiguration>
@@ -8525,7 +8619,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi &quot;$(InputPath)&quot;"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi &quot;$(InputPath)&quot;&#x0D;&#x0A;"
Outputs="$(IntDir)\x64masm.obj"
/>
</FileConfiguration>
@@ -8542,7 +8636,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi &quot;$(InputPath)&quot;"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi &quot;$(InputPath)&quot;&#x0D;&#x0A;"
Outputs="$(IntDir)\x64masm.obj"
/>
</FileConfiguration>
@@ -8559,7 +8653,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi &quot;$(InputPath)&quot;"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi &quot;$(InputPath)&quot;&#x0D;&#x0A;"
Outputs="$(IntDir)\x64masm.obj"
/>
</FileConfiguration>
@@ -8972,6 +9066,10 @@
>
</File>
<File
+ RelativePath=".\authenc.h"
+ >
+ </File>
+ <File
RelativePath="base32.h"
>
</File>
@@ -9004,10 +9102,18 @@
>
</File>
<File
+ RelativePath=".\ccm.h"
+ >
+ </File>
+ <File
RelativePath="channels.h"
>
</File>
<File
+ RelativePath=".\cmac.h"
+ >
+ </File>
+ <File
RelativePath="config.h"
>
</File>
@@ -9092,6 +9198,10 @@
>
</File>
<File
+ RelativePath=".\gcm.h"
+ >
+ </File>
+ <File
RelativePath="gf256.h"
>
</File>
@@ -9316,6 +9426,10 @@
>
</File>
<File
+ RelativePath=".\seed.h"
+ >
+ </File>
+ <File
RelativePath="serpent.h"
>
</File>
@@ -9452,10 +9566,6 @@
>
</File>
</Filter>
- <File
- RelativePath=".\VTune\cryptlib.vpj"
- >
- </File>
</Files>
<Globals>
</Globals>