| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid circular dependency using AlignedAllocate (GH #885) | Jeffrey Walton | 2019-09-28 | 1 | -0/+2 |
* | Make config.h more Autoconf friendly (GH #835, PR #836) | Jeffrey Walton | 2019-05-17 | 1 | -0/+10 |
* | Fix missing GF2NT_233_Multiply_Reduce_CLMUL in the cursed DLL (GH #783) | Jeffrey Walton | 2019-03-21 | 1 | -0/+1 |
* | Rename files with dashes to underscores (GH #736) | Jeffrey Walton | 2018-11-10 | 1 | -4/+4 |
* | Remove Thread and Socket classes (GH #208, PR #703) | Jeffrey Walton | 2018-08-17 | 1 | -2/+0 |
* | Add AdditionalOptions property to VCXPROJ files (GH #649) | Jeffrey Walton | 2018-05-01 | 1 | -0/+1 |
* | Remove SSE2 from cpu.cpp, add sse-simd.cpp | Jeffrey Walton | 2017-11-16 | 1 | -0/+1 |
* | Split source files to support Base Implementation + SIMD implementation (GH #... | Jeffrey Walton | 2017-08-17 | 1 | -0/+9 |
* | Suppress C4251 and C4275 warnings in project files (Issue 412) | Jeffrey Walton | 2017-08-16 | 1 | -1/+1 |
* | Update VCXPROJ files for AppVeyor testing | Jeffrey Walton | 2017-08-04 | 1 | -1/+8 |
* | Revert "Reinstate commit ac513c06f8c80" | Jeffrey Walton | 2017-08-03 | 1 | -8/+6 |
* | Reinstate commit ac513c06f8c80 | Jeffrey Walton | 2017-08-03 | 1 | -6/+8 |
* | Suppress warnings C4231, C4355 and C4505 (Issue 412) | Jeffrey Walton | 2017-08-02 | 1 | -0/+1 |
* | Fix Visual Studio project file issues (#446) | Marcel Raad | 2017-07-19 | 1 | -19/+1 |
* | Revert "XOR block in specialized ProcessBlock" | Jeffrey Walton | 2017-05-10 | 1 | -3/+18 |
* | XOR block in specialized ProcessBlock | Jeffrey Walton | 2017-05-10 | 1 | -18/+3 |
* | Add ARIA block cipher | Jeffrey Walton | 2017-04-10 | 1 | -1/+1 |
* | Add NIST SP800-90A Hash_DRBG generator | Jeffrey Walton | 2016-12-30 | 1 | -1/+0 |
* | Add ecpoint.h header file. Add EncodedPoint interface. Add documntation | Jeffrey Walton | 2016-11-04 | 1 | -0/+1 |
* | Add Output for clean rule | Jeffrey Walton | 2016-10-15 | 1 | -1/+1 |
* | Fix x64dll.asm ASM with ARM-based MSBuilds (Issue 316) | Jeffrey Walton | 2016-10-08 | 1 | -5/+4 |
* | Update comments | Jeffrey Walton | 2016-10-08 | 1 | -1/+4 |
* | Revert 2ba75d4adfe7c011. | Jeffrey Walton | 2016-10-06 | 1 | -0/+17 |
* | Fix copy/paste from VMware | Jeffrey Walton | 2016-10-06 | 1 | -1/+1 |
* | Express cryptest.exe as prerequisite using MSBuild Task | Jeffrey Walton | 2016-10-06 | 1 | -14/+10 |
* | Add hack to create cryptest.exe for DLL Mac'ing | Jeffrey Walton | 2016-10-06 | 1 | -2/+14 |
* | Remove unneeded dependency on cryptlib.lib | Jeffrey Walton | 2016-10-05 | 1 | -2/+0 |
* | Add ImageHasSafeExceptionHandlers option for X86 | Jeffrey Walton | 2016-10-05 | 1 | -0/+1 |
* | Fix missing '>' | Jeffrey Walton | 2016-10-05 | 1 | -1/+1 |
* | Consistnt use of Optimization, OptimizeReferences and EnableCOMDATFolding | Jeffrey Walton | 2016-10-05 | 1 | -1/+6 |
* | Cleanup CRYPTDLL project file | Jeffrey Walton | 2016-10-04 | 1 | -658/+135 |
* | Revert "Cleanup CRYPTDLL project file" | Jeffrey Walton | 2016-10-04 | 1 | -137/+660 |
* | Cleanup CRYPTDLL project file | Jeffrey Walton | 2016-10-04 | 1 | -660/+137 |
* | Add missing PlatformToolset and RootNamespace for Globals PropertyGroup | Jeffrey Walton | 2016-10-04 | 1 | -0/+1 |
* | Removed setting overrides for Optimization and FavorSizeOrSpeed nodes | Jeffrey Walton | 2016-10-03 | 1 | -96/+0 |
* | Add NDEBUG for release builds | Jeffrey Walton | 2016-10-03 | 1 | -94/+94 |
* | Revert "Add NDEBUG for Release builds. Set /arch:SSE2 as minimum arch" | Jeffrey Walton | 2016-10-03 | 1 | -56/+580 |
* | Add NDEBUG for Release builds. Set /arch:SSE2 as minimum arch | Jeffrey Walton | 2016-10-03 | 1 | -580/+56 |
* | Change UUIDs for VS solution and projects | Jeffrey Walton | 2016-10-02 | 1 | -1/+1 |
* | Opt-out of ASLR (Issue 314) | Jeffrey Walton | 2016-10-02 | 1 | -0/+4 |
* | Use Warning Level 4 (Issue 314) | Jeffrey Walton | 2016-10-02 | 1 | -4/+4 |
* | Visual Studio 2010 project files cleanup (Issue 314) | Jeffrey Walton | 2016-10-02 | 1 | -197/+193 |
* | Whitespace checkin | Jeffrey Walton | 2016-09-19 | 1 | -1/+1 |
* | Whitespace fixes in VC10 project files | Marcel Raad | 2016-09-19 | 1 | -1/+1 |
* | Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420) | Jeffrey Walton | 2016-09-16 | 1 | -0/+1 |
* | Make VS2010 default. Archive VS2005 project files. Archive Borland project files | Jeffrey Walton | 2016-09-10 | 1 | -0/+908 |
* | Revert "Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous s... | Jeffrey Walton | 2015-07-25 | 1 | -957/+0 |
* | Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous struct>::... | Jeffrey Walton | 2015-07-25 | 1 | -0/+957 |