summaryrefslogtreecommitdiff
path: root/dlltest.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* Revert "XOR block in specialized ProcessBlock"Jeffrey Walton2017-05-101-3/+13
| | | | This reverts commit 76bb4ead40ded06b55b506a85106eae38519b7ee. The Visual Studio project files and other test files were not supposed to be checked-in.
* XOR block in specialized ProcessBlockJeffrey Walton2017-05-101-13/+3
| | | | Use Put and Get blocks consistently
* Add ARIA block cipherJeffrey Walton2017-04-101-1/+1
| | | | | | This is the reference implementation, test data and test vectors from the ARIA.zip package on the KISA website. The website is located at http://seed.kisa.or.kr/iwt/ko/bbs/EgovReferenceList.do?bbsId=BBSMSTR_000000000002. We have optimized routines that improve Key Setup and Bulk Encryption performance, but they are not being checked-in at the moment. The ARIA team is updating its implementation for contemporary hardware and we would like to use it as a starting point before we wander too far away from the KISA implementation.
* Add ImageHasSafeExceptionHandlers option for X86Jeffrey Walton2016-10-051-1/+1
|
* Consistnt use of Optimization, OptimizeReferences and EnableCOMDATFoldingJeffrey Walton2016-10-051-1/+9
|
* Cleanup DLLTEST project fileJeffrey Walton2016-10-041-127/+54
|
* Add missing PlatformToolset and RootNamespace for Globals PropertyGroupJeffrey Walton2016-10-041-0/+2
| | | | Also see http://blogs.msdn.microsoft.com/visualstudio/2010/05/14/a-guide-to-vcxproj-and-props-file-structure/
* Removed setting overrides for Optimization and FavorSizeOrSpeed nodesJeffrey Walton2016-10-031-6/+0
| | | | These were only present in the VS2010 project files. They were not presnt in Crypto++ 5.6.2 VS 2005. I'm guessing its experimental cruft that should not have nbeen added or checked-in
* Add NDEBUG for release buildsJeffrey Walton2016-10-031-4/+4
| | | | | The remediations for CVE-2016-7420 removed the library's reliance on NDEBUG. The library now uses CRYPTOPP_ASSERT() instead of assert(), and it requires positive confirmation with CRYPTOPP_DEBUG, DEBUG or _DEBUG. Some other projects may inadvertenly depend on our definition of NDEBUG. This restores the definition in case its needed by others
* Revert "Add NDEBUG for Release builds. Set /arch:SSE2 as minimum arch"Jeffrey Walton2016-10-031-14/+20
| | | | This reverts commit 640f0272a0b10c79667b14afb1aa791409fa2038.
* Add NDEBUG for Release builds. Set /arch:SSE2 as minimum archJeffrey Walton2016-10-031-20/+14
| | | | Fold source files configuration settings for CRYPTDLL project
* Change UUIDs for VS solution and projectsJeffrey Walton2016-10-021-1/+1
|
* Use Warning Level 4 (Issue 314)Jeffrey Walton2016-10-021-4/+4
|
* Visual Studio 2010 project files cleanup (Issue 314)Jeffrey Walton2016-10-021-17/+12
|
* Whitespace checkinJeffrey Walton2016-09-191-1/+1
|
* Whitespace fixes in VC10 project filesMarcel Raad2016-09-191-1/+1
| | | | | Visual Studio doesn't like tabs and newlines in project files and always removes them when saving the project.
* Make VS2010 default. Archive VS2005 project files. Archive Borland project filesJeffrey Walton2016-09-101-0/+207
| | | | | VS2005 project files are available in vs2005.zip Borland 10 project files are available in bds10.zip
* Revert "Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous ↵Jeffrey Walton2015-07-251-250/+0
| | | | | | | | struct>::HighPart'" under MinGW". The commit accidentally committed a number of unneeded files while on Windows during testing. This reverts commit 576749b4bbc1d52f6460bbb1f79b8e5ac0270ee7.
* Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous ↵Jeffrey Walton2015-07-251-0/+250
struct>::HighPart'" under MinGW