|
147 | 147 | <ClCompile Include="..\..\..\test\cli_OptionParser_TestClass.cpp" /> |
148 | 148 | <ClCompile Include="..\..\..\test\crypto_Aes128CbcEncryptedStream_TestClass.cpp" /> |
149 | 149 | <ClCompile Include="..\..\..\test\crypto_Aes128CbcEncryptor_TestClass.cpp" /> |
| 150 | + <ClCompile Include="..\..\..\test\crypto_Aes128CcmEncryptor_TestClass.cpp" /> |
150 | 151 | <ClCompile Include="..\..\..\test\crypto_Aes128CtrEncryptedStream_TestClass.cpp" /> |
151 | 152 | <ClCompile Include="..\..\..\test\crypto_Aes128CtrEncryptor_TestClass.cpp" /> |
152 | 153 | <ClCompile Include="..\..\..\test\crypto_Aes128EcbEncryptor_TestClass.cpp" /> |
|
163 | 164 | <ClCompile Include="..\..\..\test\crypto_Aes256XtsEncryptor_TestClass.cpp" /> |
164 | 165 | <ClCompile Include="..\..\..\test\crypto_HmacMd5Generator_TestClass.cpp" /> |
165 | 166 | <ClCompile Include="..\..\..\test\crypto_HmacSha1Generator_TestClass.cpp" /> |
166 | | - <ClCompile Include="..\..\..\test\crypto_HmacSha256Generator_TestClass.cpp" /> |
167 | | - <ClCompile Include="..\..\..\test\crypto_HmacSha512Generator_TestClass.cpp" /> |
| 167 | + <ClCompile Include="..\..\..\test\crypto_HmacSha2256Generator_TestClass.cpp" /> |
| 168 | + <ClCompile Include="..\..\..\test\crypto_HmacSha2512Generator_TestClass.cpp" /> |
168 | 169 | <ClCompile Include="..\..\..\test\crypto_Md5Generator_TestClass.cpp" /> |
169 | 170 | <ClCompile Include="..\..\..\test\crypto_Pbkdf1Md5KeyDeriver_TestClass.cpp" /> |
170 | 171 | <ClCompile Include="..\..\..\test\crypto_Pbkdf1Sha1KeyDeriver_TestClass.cpp" /> |
171 | 172 | <ClCompile Include="..\..\..\test\crypto_Pbkdf2Sha1KeyDeriver_TestClass.cpp" /> |
172 | | - <ClCompile Include="..\..\..\test\crypto_Pbkdf2Sha256KeyDeriver_TestClass.cpp" /> |
173 | | - <ClCompile Include="..\..\..\test\crypto_Pbkdf2Sha512KeyDeriver_TestClass.cpp" /> |
| 173 | + <ClCompile Include="..\..\..\test\crypto_Pbkdf2Sha2256KeyDeriver_TestClass.cpp" /> |
| 174 | + <ClCompile Include="..\..\..\test\crypto_Pbkdf2Sha2512KeyDeriver_TestClass.cpp" /> |
174 | 175 | <ClCompile Include="..\..\..\test\crypto_PseudoRandomByteGenerator_TestClass.cpp" /> |
175 | | - <ClCompile Include="..\..\..\test\crypto_Rsa1024OaepSha256Encryptor_TestClass.cpp" /> |
| 176 | + <ClCompile Include="..\..\..\test\crypto_Rsa1024OaepSha2256Encryptor_TestClass.cpp" /> |
176 | 177 | <ClCompile Include="..\..\..\test\crypto_Rsa1024Pkcs1Md5Signer_TestClass.cpp" /> |
177 | 178 | <ClCompile Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha1Signer_TestClass.cpp" /> |
178 | | - <ClCompile Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha256Signer_TestClass.cpp" /> |
179 | | - <ClCompile Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha512Signer_TestClass.cpp" /> |
180 | | - <ClCompile Include="..\..\..\test\crypto_Rsa1024PssSha256Signer_TestClass.cpp" /> |
181 | | - <ClCompile Include="..\..\..\test\crypto_Rsa1024PssSha512Signer_TestClass.cpp" /> |
182 | | - <ClCompile Include="..\..\..\test\crypto_Rsa2048OaepSha256Encryptor_TestClass.cpp" /> |
183 | | - <ClCompile Include="..\..\..\test\crypto_Rsa2048OaepSha512Encryptor_TestClass.cpp" /> |
| 179 | + <ClCompile Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha2256Signer_TestClass.cpp" /> |
| 180 | + <ClCompile Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha2512Signer_TestClass.cpp" /> |
| 181 | + <ClCompile Include="..\..\..\test\crypto_Rsa1024PssSha2256Signer_TestClass.cpp" /> |
| 182 | + <ClCompile Include="..\..\..\test\crypto_Rsa1024PssSha2512Signer_TestClass.cpp" /> |
| 183 | + <ClCompile Include="..\..\..\test\crypto_Rsa2048OaepSha2256Encryptor_TestClass.cpp" /> |
| 184 | + <ClCompile Include="..\..\..\test\crypto_Rsa2048OaepSha2512Encryptor_TestClass.cpp" /> |
184 | 185 | <ClCompile Include="..\..\..\test\crypto_Rsa2048Pkcs1Md5Signer_TestClass.cpp" /> |
185 | 186 | <ClCompile Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha1Signer_TestClass.cpp" /> |
186 | | - <ClCompile Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha256Signer_TestClass.cpp" /> |
187 | | - <ClCompile Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha512Signer_TestClass.cpp" /> |
188 | | - <ClCompile Include="..\..\..\test\crypto_Rsa2048PssSha256Signer_TestClass.cpp" /> |
189 | | - <ClCompile Include="..\..\..\test\crypto_Rsa2048PssSha512Signer_TestClass.cpp" /> |
190 | | - <ClCompile Include="..\..\..\test\crypto_Rsa4096OaepSha256Encryptor_TestClass.cpp" /> |
191 | | - <ClCompile Include="..\..\..\test\crypto_Rsa4096OaepSha512Encryptor_TestClass.cpp" /> |
| 187 | + <ClCompile Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha2256Signer_TestClass.cpp" /> |
| 188 | + <ClCompile Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha2512Signer_TestClass.cpp" /> |
| 189 | + <ClCompile Include="..\..\..\test\crypto_Rsa2048PssSha2256Signer_TestClass.cpp" /> |
| 190 | + <ClCompile Include="..\..\..\test\crypto_Rsa2048PssSha2512Signer_TestClass.cpp" /> |
| 191 | + <ClCompile Include="..\..\..\test\crypto_Rsa4096OaepSha2256Encryptor_TestClass.cpp" /> |
| 192 | + <ClCompile Include="..\..\..\test\crypto_Rsa4096OaepSha2512Encryptor_TestClass.cpp" /> |
192 | 193 | <ClCompile Include="..\..\..\test\crypto_Rsa4096Pkcs1Md5Signer_TestClass.cpp" /> |
193 | 194 | <ClCompile Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha1Signer_TestClass.cpp" /> |
194 | | - <ClCompile Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha256Signer_TestClass.cpp" /> |
195 | | - <ClCompile Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha512Signer_TestClass.cpp" /> |
196 | | - <ClCompile Include="..\..\..\test\crypto_Rsa4096PssSha256Signer_TestClass.cpp" /> |
197 | | - <ClCompile Include="..\..\..\test\crypto_Rsa4096PssSha512Signer_TestClass.cpp" /> |
| 195 | + <ClCompile Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha2256Signer_TestClass.cpp" /> |
| 196 | + <ClCompile Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha2512Signer_TestClass.cpp" /> |
| 197 | + <ClCompile Include="..\..\..\test\crypto_Rsa4096PssSha2256Signer_TestClass.cpp" /> |
| 198 | + <ClCompile Include="..\..\..\test\crypto_Rsa4096PssSha2512Signer_TestClass.cpp" /> |
198 | 199 | <ClCompile Include="..\..\..\test\crypto_Sha1Generator_TestClass.cpp" /> |
199 | | - <ClCompile Include="..\..\..\test\crypto_Sha256Generator_TestClass.cpp" /> |
200 | | - <ClCompile Include="..\..\..\test\crypto_Sha512Generator_TestClass.cpp" /> |
| 200 | + <ClCompile Include="..\..\..\test\crypto_Sha2256Generator_TestClass.cpp" /> |
| 201 | + <ClCompile Include="..\..\..\test\crypto_Sha2512Generator_TestClass.cpp" /> |
201 | 202 | <ClCompile Include="..\..\..\test\Optional_TestClass.cpp" /> |
202 | 203 | <ClCompile Include="..\..\..\test\PbkdfUtil.cpp" /> |
203 | 204 | <ClCompile Include="..\..\..\test\RsaOaepUtil.cpp" /> |
|
209 | 210 | <ClCompile Include="..\..\..\test\StreamTestUtil.cpp" /> |
210 | 211 | <ClCompile Include="..\..\..\test\io_BasicPathResolver_TestClass.cpp" /> |
211 | 212 | <ClCompile Include="..\..\..\test\io_ConcatenatedStream_TestClass.cpp" /> |
| 213 | + <ClCompile Include="..\..\..\test\io_EmptyStream_TestClass.cpp" /> |
212 | 214 | <ClCompile Include="..\..\..\test\io_FileStream_TestClass.cpp" /> |
213 | 215 | <ClCompile Include="..\..\..\test\io_LocalFileSystem_TestClass.cpp" /> |
214 | 216 | <ClCompile Include="..\..\..\test\io_MemorySource_TestClass.cpp" /> |
|
225 | 227 | <ClCompile Include="..\..\..\test\io_VirtualFileSystem_TestClass.cpp" /> |
226 | 228 | <ClCompile Include="..\..\..\test\main.cpp" /> |
227 | 229 | <ClCompile Include="..\..\..\test\string_TranscodeUtil_TestClass.cpp" /> |
| 230 | + <ClCompile Include="..\..\..\test\TestException.cpp" /> |
| 231 | + <ClCompile Include="..\..\..\test\AesEncryptorUtil.cpp" /> |
| 232 | + <ClCompile Include="..\..\..\test\AesEcbEncryptorUtil.cpp" /> |
| 233 | + <ClCompile Include="..\..\..\test\AesCbcEncryptorUtil.cpp" /> |
| 234 | + <ClCompile Include="..\..\..\test\AesCcmEncryptorUtil.cpp" /> |
| 235 | + <ClCompile Include="..\..\..\test\AesCtrEncryptorUtil.cpp" /> |
| 236 | + <ClCompile Include="..\..\..\test\AesXtsEncryptorUtil.cpp" /> |
228 | 237 | </ItemGroup> |
229 | 238 | <ItemGroup> |
230 | 239 | <ClInclude Include="..\..\..\test\bn_binaryutils_TestClass.h" /> |
|
240 | 249 | <ClInclude Include="..\..\..\test\cli_OptionParser_TestClass.h" /> |
241 | 250 | <ClInclude Include="..\..\..\test\crypto_Aes128CbcEncryptedStream_TestClass.h" /> |
242 | 251 | <ClInclude Include="..\..\..\test\crypto_Aes128CbcEncryptor_TestClass.h" /> |
| 252 | + <ClInclude Include="..\..\..\test\crypto_Aes128CcmEncryptor_TestClass.h" /> |
243 | 253 | <ClInclude Include="..\..\..\test\crypto_Aes128CtrEncryptedStream_TestClass.h" /> |
244 | 254 | <ClInclude Include="..\..\..\test\crypto_Aes128CtrEncryptor_TestClass.h" /> |
245 | 255 | <ClInclude Include="..\..\..\test\crypto_Aes128EcbEncryptor_TestClass.h" /> |
|
256 | 266 | <ClInclude Include="..\..\..\test\crypto_Aes256XtsEncryptor_TestClass.h" /> |
257 | 267 | <ClInclude Include="..\..\..\test\crypto_HmacMd5Generator_TestClass.h" /> |
258 | 268 | <ClInclude Include="..\..\..\test\crypto_HmacSha1Generator_TestClass.h" /> |
259 | | - <ClInclude Include="..\..\..\test\crypto_HmacSha256Generator_TestClass.h" /> |
260 | | - <ClInclude Include="..\..\..\test\crypto_HmacSha512Generator_TestClass.h" /> |
| 269 | + <ClInclude Include="..\..\..\test\crypto_HmacSha2256Generator_TestClass.h" /> |
| 270 | + <ClInclude Include="..\..\..\test\crypto_HmacSha2512Generator_TestClass.h" /> |
261 | 271 | <ClInclude Include="..\..\..\test\crypto_Md5Generator_TestClass.h" /> |
262 | 272 | <ClInclude Include="..\..\..\test\crypto_Pbkdf1Md5KeyDeriver_TestClass.h" /> |
263 | 273 | <ClInclude Include="..\..\..\test\crypto_Pbkdf1Sha1KeyDeriver_TestClass.h" /> |
264 | 274 | <ClInclude Include="..\..\..\test\crypto_Pbkdf2Sha1KeyDeriver_TestClass.h" /> |
265 | | - <ClInclude Include="..\..\..\test\crypto_Pbkdf2Sha256KeyDeriver_TestClass.h" /> |
266 | | - <ClInclude Include="..\..\..\test\crypto_Pbkdf2Sha512KeyDeriver_TestClass.h" /> |
| 275 | + <ClInclude Include="..\..\..\test\crypto_Pbkdf2Sha2256KeyDeriver_TestClass.h" /> |
| 276 | + <ClInclude Include="..\..\..\test\crypto_Pbkdf2Sha2512KeyDeriver_TestClass.h" /> |
267 | 277 | <ClInclude Include="..\..\..\test\crypto_PseudoRandomByteGenerator_TestClass.h" /> |
268 | | - <ClInclude Include="..\..\..\test\crypto_Rsa1024OaepSha256Encryptor_TestClass.h" /> |
| 278 | + <ClInclude Include="..\..\..\test\crypto_Rsa1024OaepSha2256Encryptor_TestClass.h" /> |
269 | 279 | <ClInclude Include="..\..\..\test\crypto_Rsa1024Pkcs1Md5Signer_TestClass.h" /> |
270 | 280 | <ClInclude Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha1Signer_TestClass.h" /> |
271 | | - <ClInclude Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha256Signer_TestClass.h" /> |
272 | | - <ClInclude Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha512Signer_TestClass.h" /> |
273 | | - <ClInclude Include="..\..\..\test\crypto_Rsa1024PssSha256Signer_TestClass.h" /> |
274 | | - <ClInclude Include="..\..\..\test\crypto_Rsa1024PssSha512Signer_TestClass.h" /> |
275 | | - <ClInclude Include="..\..\..\test\crypto_Rsa2048OaepSha256Encryptor_TestClass.h" /> |
276 | | - <ClInclude Include="..\..\..\test\crypto_Rsa2048OaepSha512Encryptor_TestClass.h" /> |
| 281 | + <ClInclude Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha2256Signer_TestClass.h" /> |
| 282 | + <ClInclude Include="..\..\..\test\crypto_Rsa1024Pkcs1Sha2512Signer_TestClass.h" /> |
| 283 | + <ClInclude Include="..\..\..\test\crypto_Rsa1024PssSha2256Signer_TestClass.h" /> |
| 284 | + <ClInclude Include="..\..\..\test\crypto_Rsa1024PssSha2512Signer_TestClass.h" /> |
| 285 | + <ClInclude Include="..\..\..\test\crypto_Rsa2048OaepSha2256Encryptor_TestClass.h" /> |
| 286 | + <ClInclude Include="..\..\..\test\crypto_Rsa2048OaepSha2512Encryptor_TestClass.h" /> |
277 | 287 | <ClInclude Include="..\..\..\test\crypto_Rsa2048Pkcs1Md5Signer_TestClass.h" /> |
278 | 288 | <ClInclude Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha1Signer_TestClass.h" /> |
279 | | - <ClInclude Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha256Signer_TestClass.h" /> |
280 | | - <ClInclude Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha512Signer_TestClass.h" /> |
281 | | - <ClInclude Include="..\..\..\test\crypto_Rsa2048PssSha256Signer_TestClass.h" /> |
282 | | - <ClInclude Include="..\..\..\test\crypto_Rsa2048PssSha512Signer_TestClass.h" /> |
283 | | - <ClInclude Include="..\..\..\test\crypto_Rsa4096OaepSha256Encryptor_TestClass.h" /> |
284 | | - <ClInclude Include="..\..\..\test\crypto_Rsa4096OaepSha512Encryptor_TestClass.h" /> |
| 289 | + <ClInclude Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha2256Signer_TestClass.h" /> |
| 290 | + <ClInclude Include="..\..\..\test\crypto_Rsa2048Pkcs1Sha2512Signer_TestClass.h" /> |
| 291 | + <ClInclude Include="..\..\..\test\crypto_Rsa2048PssSha2256Signer_TestClass.h" /> |
| 292 | + <ClInclude Include="..\..\..\test\crypto_Rsa2048PssSha2512Signer_TestClass.h" /> |
| 293 | + <ClInclude Include="..\..\..\test\crypto_Rsa4096OaepSha2256Encryptor_TestClass.h" /> |
| 294 | + <ClInclude Include="..\..\..\test\crypto_Rsa4096OaepSha2512Encryptor_TestClass.h" /> |
285 | 295 | <ClInclude Include="..\..\..\test\crypto_Rsa4096Pkcs1Md5Signer_TestClass.h" /> |
286 | 296 | <ClInclude Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha1Signer_TestClass.h" /> |
287 | | - <ClInclude Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha256Signer_TestClass.h" /> |
288 | | - <ClInclude Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha512Signer_TestClass.h" /> |
289 | | - <ClInclude Include="..\..\..\test\crypto_Rsa4096PssSha256Signer_TestClass.h" /> |
290 | | - <ClInclude Include="..\..\..\test\crypto_Rsa4096PssSha512Signer_TestClass.h" /> |
| 297 | + <ClInclude Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha2256Signer_TestClass.h" /> |
| 298 | + <ClInclude Include="..\..\..\test\crypto_Rsa4096Pkcs1Sha2512Signer_TestClass.h" /> |
| 299 | + <ClInclude Include="..\..\..\test\crypto_Rsa4096PssSha2256Signer_TestClass.h" /> |
| 300 | + <ClInclude Include="..\..\..\test\crypto_Rsa4096PssSha2512Signer_TestClass.h" /> |
291 | 301 | <ClInclude Include="..\..\..\test\crypto_Sha1Generator_TestClass.h" /> |
292 | | - <ClInclude Include="..\..\..\test\crypto_Sha256Generator_TestClass.h" /> |
293 | | - <ClInclude Include="..\..\..\test\crypto_Sha512Generator_TestClass.h" /> |
| 302 | + <ClInclude Include="..\..\..\test\crypto_Sha2256Generator_TestClass.h" /> |
| 303 | + <ClInclude Include="..\..\..\test\crypto_Sha2512Generator_TestClass.h" /> |
294 | 304 | <ClInclude Include="..\..\..\test\ITestClass.h" /> |
295 | 305 | <ClInclude Include="..\..\..\test\Optional_TestClass.h" /> |
296 | 306 | <ClInclude Include="..\..\..\test\PbkdfUtil.h" /> |
|
303 | 313 | <ClInclude Include="..\..\..\test\StreamTestUtil.h" /> |
304 | 314 | <ClInclude Include="..\..\..\test\io_BasicPathResolver_TestClass.h" /> |
305 | 315 | <ClInclude Include="..\..\..\test\io_ConcatenatedStream_TestClass.h" /> |
| 316 | + <ClInclude Include="..\..\..\test\io_EmptyStream_TestClass.h" /> |
306 | 317 | <ClInclude Include="..\..\..\test\io_FileStream_TestClass.h" /> |
307 | 318 | <ClInclude Include="..\..\..\test\io_LocalFileSystem_TestClass.h" /> |
308 | 319 | <ClInclude Include="..\..\..\test\io_MemorySource_TestClass.h" /> |
|
318 | 329 | <ClInclude Include="..\..\..\test\io_SubStream_TestClass.h" /> |
319 | 330 | <ClInclude Include="..\..\..\test\io_VirtualFileSystem_TestClass.h" /> |
320 | 331 | <ClInclude Include="..\..\..\test\string_TranscodeUtil_TestClass.h" /> |
| 332 | + <ClInclude Include="..\..\..\test\TestException.h" /> |
| 333 | + <ClInclude Include="..\..\..\test\AesEncryptorUtil.h" /> |
| 334 | + <ClInclude Include="..\..\..\test\AesEcbEncryptorUtil.h" /> |
| 335 | + <ClInclude Include="..\..\..\test\AesCbcEncryptorUtil.h" /> |
| 336 | + <ClInclude Include="..\..\..\test\AesCcmEncryptorUtil.h" /> |
| 337 | + <ClInclude Include="..\..\..\test\AesCtrEncryptorUtil.h" /> |
| 338 | + <ClInclude Include="..\..\..\test\AesXtsEncryptorUtil.h" /> |
321 | 339 | </ItemGroup> |
322 | 340 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
323 | 341 | <ImportGroup Label="ExtensionTargets"> |
|
0 commit comments