Develop and Download Open Source Software

Browse Subversion Repository

Contents of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.v8.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5545 - (show annotations) (download)
Mon Mar 17 16:06:58 2014 UTC (10 years ago) by yutakapon
Original Path: trunk/ttssh2/ttxssh/ttxssh.vcproj
File size: 8177 byte(s)
チケット #33263
Curve25519楕円曲線DH(Diffe Hellman)アルゴリズムを使った鍵交換をサポートした。

svn+ssh://svn.sourceforge.jp/svnroot/ttssh2/branches/ssh_ed25519
ブランチからマージ。

現時点でサポートしている機能は下記の通り。

 ・Key Generatorで ED25519 鍵の作成
 ・Key Generatorで RSA/DSA/ECDSA 秘密鍵ファイルに bcrypt KDF を選択可能。
 ・ED25519 による公開鍵認証ログイン
 ・RSA(bcrypt KDF) による公開鍵認証ログイン
 ・DSA(bcrypt KDF) による公開鍵認証ログイン
 ・ECDSA(bcrypt KDF) による公開鍵認証ログイン
 ・Host Keyに ssh-ed25519 のサポート

1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="ttxssh"
6 ProjectGUID="{5638BB89-44E3-4D55-BA98-A01142B4223E}"
7 RootNamespace="ttxssh"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory=".\Debug"
20 IntermediateDirectory=".\Debug"
21 ConfigurationType="2"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23 UseOfMFC="0"
24 ATLMinimizesCRunTimeLibraryUsage="false"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 CommandLine="$(OutDir)\puttyrev.exe"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 PreprocessorDefinitions="_DEBUG"
42 MkTypLibCompatible="true"
43 SuppressStartupBanner="true"
44 TargetEnvironment="1"
45 TypeLibraryName=".\Debug/ttxssh.tlb"
46 HeaderFileName=""
47 />
48 <Tool
49 Name="VCCLCompilerTool"
50 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;&#x0D;&#x0A;"
51 Optimization="0"
52 AdditionalIncludeDirectories="..\..\teraterm\common;..\..\libs\openssl\inc32;..\..\teraterm\teraterm;..\..\libs\zlib;..\matcher;..\putty"
53 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC"
54 RuntimeLibrary="1"
55 EnableFunctionLevelLinking="true"
56 UsePrecompiledHeader="0"
57 PrecompiledHeaderFile=".\Debug/ttxssh.pch"
58 AssemblerListingLocation=".\Debug/"
59 ObjectFile=".\Debug/"
60 ProgramDataBaseFileName=".\Debug/"
61 BrowseInformation="1"
62 WarningLevel="3"
63 WarnAsError="false"
64 SuppressStartupBanner="true"
65 DebugInformationFormat="4"
66 CompileAs="0"
67 />
68 <Tool
69 Name="VCManagedResourceCompilerTool"
70 />
71 <Tool
72 Name="VCResourceCompilerTool"
73 PreprocessorDefinitions="_DEBUG"
74 Culture="1033"
75 />
76 <Tool
77 Name="VCPreLinkEventTool"
78 />
79 <Tool
80 Name="VCLinkerTool"
81 AdditionalOptions="Version.lib &#x0D;&#x0A;&#x0D;&#x0A;"
82 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libeay32.lib zlibd.lib ttpcmn.lib dnsapi.lib"
83 OutputFile=".\Debug/ttxssh.dll"
84 LinkIncremental="2"
85 SuppressStartupBanner="true"
86 AdditionalLibraryDirectories="..\..\libs\openssl\out32.dbg;..\..\libs\zlib;..\..\teraterm\Debug"
87 ModuleDefinitionFile="ttxssh.def"
88 DelayLoadDLLs="dnsapi.dll"
89 GenerateDebugInformation="true"
90 ProgramDatabaseFile=".\Debug/ttxssh.pdb"
91 GenerateMapFile="true"
92 SubSystem="2"
93 BaseAddress="0x12500000"
94 ImportLibrary=".\Debug/ttxssh.lib"
95 TargetMachine="1"
96 />
97 <Tool
98 Name="VCALinkTool"
99 />
100 <Tool
101 Name="VCManifestTool"
102 />
103 <Tool
104 Name="VCXDCMakeTool"
105 />
106 <Tool
107 Name="VCBscMakeTool"
108 />
109 <Tool
110 Name="VCFxCopTool"
111 />
112 <Tool
113 Name="VCAppVerifierTool"
114 />
115 <Tool
116 Name="VCWebDeploymentTool"
117 />
118 <Tool
119 Name="VCPostBuildEventTool"
120 />
121 </Configuration>
122 <Configuration
123 Name="Release|Win32"
124 OutputDirectory=".\Release"
125 IntermediateDirectory=".\Release"
126 ConfigurationType="2"
127 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
128 UseOfMFC="0"
129 ATLMinimizesCRunTimeLibraryUsage="false"
130 >
131 <Tool
132 Name="VCPreBuildEventTool"
133 CommandLine="$(OutDir)\puttyrev.exe"
134 />
135 <Tool
136 Name="VCCustomBuildTool"
137 />
138 <Tool
139 Name="VCXMLDataGeneratorTool"
140 />
141 <Tool
142 Name="VCWebServiceProxyGeneratorTool"
143 />
144 <Tool
145 Name="VCMIDLTool"
146 PreprocessorDefinitions="NDEBUG"
147 MkTypLibCompatible="true"
148 SuppressStartupBanner="true"
149 TargetEnvironment="1"
150 TypeLibraryName=".\Release/ttxssh.tlb"
151 HeaderFileName=""
152 />
153 <Tool
154 Name="VCCLCompilerTool"
155 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot; &#x0D;&#x0A;"
156 Optimization="2"
157 InlineFunctionExpansion="2"
158 AdditionalIncludeDirectories="..\..\teraterm\common;..\..\libs\openssl\inc32;..\..\teraterm\teraterm;..\..\libs\zlib;..\matcher;..\putty"
159 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
160 StringPooling="true"
161 RuntimeLibrary="0"
162 EnableFunctionLevelLinking="true"
163 UsePrecompiledHeader="0"
164 PrecompiledHeaderFile=".\Release/ttxssh.pch"
165 AssemblerOutput="2"
166 AssemblerListingLocation=".\Release/"
167 ObjectFile=".\Release/"
168 ProgramDataBaseFileName=".\Release/"
169 WarningLevel="3"
170 SuppressStartupBanner="true"
171 DebugInformationFormat="3"
172 CompileAs="0"
173 />
174 <Tool
175 Name="VCManagedResourceCompilerTool"
176 />
177 <Tool
178 Name="VCResourceCompilerTool"
179 PreprocessorDefinitions="NDEBUG"
180 Culture="1033"
181 />
182 <Tool
183 Name="VCPreLinkEventTool"
184 />
185 <Tool
186 Name="VCLinkerTool"
187 AdditionalOptions="Version.lib &#x0D;&#x0A;"
188 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libeay32.lib zlib.lib ttpcmn.lib dnsapi.lib"
189 OutputFile=".\Release/ttxssh.dll"
190 LinkIncremental="1"
191 SuppressStartupBanner="true"
192 AdditionalLibraryDirectories="..\..\libs\openssl\out32;..\..\libs\zlib;..\..\teraterm\Release"
193 ModuleDefinitionFile="ttxssh.def"
194 DelayLoadDLLs="dnsapi.dll"
195 GenerateDebugInformation="true"
196 ProgramDatabaseFile=".\Release/ttxssh.pdb"
197 SubSystem="2"
198 BaseAddress="0x12500000"
199 ImportLibrary=".\Release/ttxssh.lib"
200 TargetMachine="1"
201 />
202 <Tool
203 Name="VCALinkTool"
204 />
205 <Tool
206 Name="VCManifestTool"
207 />
208 <Tool
209 Name="VCXDCMakeTool"
210 />
211 <Tool
212 Name="VCBscMakeTool"
213 />
214 <Tool
215 Name="VCFxCopTool"
216 />
217 <Tool
218 Name="VCAppVerifierTool"
219 />
220 <Tool
221 Name="VCWebDeploymentTool"
222 />
223 <Tool
224 Name="VCPostBuildEventTool"
225 />
226 </Configuration>
227 </Configurations>
228 <References>
229 </References>
230 <Files>
231 <File
232 RelativePath="auth.c"
233 >
234 </File>
235 <File
236 RelativePath="buffer.c"
237 >
238 </File>
239 <File
240 RelativePath="cipher-ctr.c"
241 >
242 </File>
243 <File
244 RelativePath="crypt.c"
245 >
246 </File>
247 <File
248 RelativePath="dns.c"
249 >
250 </File>
251 <File
252 RelativePath="dns.h"
253 >
254 </File>
255 <File
256 RelativePath=".\ed25519.c"
257 >
258 </File>
259 <File
260 RelativePath=".\ed25519_bcrypt_pbkdf.c"
261 >
262 </File>
263 <File
264 RelativePath=".\ed25519_blocks.c"
265 >
266 </File>
267 <File
268 RelativePath=".\ed25519_blowfish.c"
269 >
270 </File>
271 <File
272 RelativePath=".\ed25519_fe25519.c"
273 >
274 </File>
275 <File
276 RelativePath=".\ed25519_ge25519.c"
277 >
278 </File>
279 <File
280 RelativePath=".\ed25519_hash.c"
281 >
282 </File>
283 <File
284 RelativePath=".\ed25519_sc25519.c"
285 >
286 </File>
287 <File
288 RelativePath=".\ed25519_verify.c"
289 >
290 </File>
291 <File
292 RelativePath="fwd.c"
293 >
294 </File>
295 <File
296 RelativePath="fwdui.c"
297 >
298 </File>
299 <File
300 RelativePath="hosts.c"
301 >
302 </File>
303 <File
304 RelativePath=".\kex.c"
305 >
306 </File>
307 <File
308 RelativePath=".\key.c"
309 >
310 </File>
311 <File
312 RelativePath="keyfiles.c"
313 >
314 </File>
315 <File
316 RelativePath="..\matcher\matcher.c"
317 >
318 </File>
319 <File
320 RelativePath="pkt.c"
321 >
322 </File>
323 <File
324 RelativePath="resource.h"
325 >
326 </File>
327 <File
328 RelativePath="sftp.c"
329 >
330 </File>
331 <File
332 RelativePath="ssh.c"
333 >
334 </File>
335 <File
336 RelativePath="ttsecure.ico"
337 >
338 </File>
339 <File
340 RelativePath=".\ttsecure_yellow.ico"
341 >
342 </File>
343 <File
344 RelativePath="ttxssh.c"
345 >
346 </File>
347 <File
348 RelativePath="ttxssh.def"
349 >
350 </File>
351 <File
352 RelativePath="ttxssh.h"
353 >
354 </File>
355 <File
356 RelativePath="ttxssh.rc"
357 >
358 </File>
359 <File
360 RelativePath="util.c"
361 >
362 </File>
363 <File
364 RelativePath="..\..\teraterm\teraterm\WSAAsyncGetAddrInfo.c"
365 >
366 </File>
367 <File
368 RelativePath="x11util.c"
369 >
370 </File>
371 </Files>
372 <Globals>
373 </Globals>
374 </VisualStudioProject>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26