Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Windows compilation issues (by RaptorFactor) (#444) | Marcel Raad | 2017-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | * Fix compilation on Windows with /DUNICODE * Fix linking of fipstest for MSVC targeting ARM (__crt_debugger_hook is not available). * Fix build for Clang on Windows with optimizations on. * Fix a warning about a non-existant warning under Clang. * Fix compilation under Intel C++ 18.0 on Windows | ||||
* | Clear Visual Studio warnings (Issue 412) | Jeffrey Walton | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | Revert "Revert "Clear Visual Studio warnings (Issue 412)"" | Jeffrey Walton | 2017-06-02 | 1 | -0/+14 |
| | | | | This reverts commit c3871aec948013c1a4d5613050c659520f59e2e4. | ||||
* | Revert "Clear Visual Studio warnings (Issue 412)" | Jeffrey Walton | 2017-06-02 | 1 | -14/+0 |
| | | | | This reverts commit eb3b27a6a543. The change broke GCC 4.8 and unknown version of Clang on OS X. UB reported the OS X break, and JW found duplicated the break on a ARM CubieTruck with GCC 4.8. | ||||
* | Clear Visual Studio warnings (Issue 412) | Jeffrey Walton | 2017-05-30 | 1 | -0/+14 |
| | |||||
* | spelling fixes | klemens | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70) | Jeffrey Walton | 2016-12-03 | 1 | -9/+4 |
| | |||||
* | Add virtual dtor for IteratedHash and ClonableImpl due to non-trivial data ↵ | Jeffrey Walton | 2016-09-13 | 1 | -11/+19 |
| | | | | | | members Solaris is showing unusual signs with SunCC 5.13 and 5.14. One user is experiencing a SIGBUS in SHA512::Transform due to data alignment of 'data', which was only 2-byte aligned. The project experienced an exception "Coneable not implemented" during the hashing test after building with Cmake. Its not clear how much Cmake influenced the project's results. | ||||
* | The commit had a typo. This reverts commit ↵ | Jeffrey Walton | 2016-09-13 | 1 | -13/+3 |
| | | | | 11eede3926c44f774bc268c08ffa0e5412708ff5. | ||||
* | Add veirtual dtor IteratedHash and ClonableImpl due to non-trivial data members | Jeffrey Walton | 2016-09-13 | 1 | -3/+13 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2016-09-13 | 1 | -9/+27 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2016-09-13 | 1 | -1/+39 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2016-09-13 | 1 | -4/+21 |
| | |||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -106/+106 |
| | |||||
* | add x86/x64 assembly for SHA-256, | weidai | 2009-03-10 | 1 | -2/+2 |
| | | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter | ||||
* | changes for 5.6: | weidai | 2009-03-02 | 1 | -2/+0 |
| | | | | | | - 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 | ||||
* | fix compile with GCC 4.0.1 on MacOS X 64-bit | weidai | 2008-12-22 | 1 | -6/+8 |
| | |||||
* | reduce executable size when only hash functions are used | weidai | 2007-10-02 | 1 | -8/+0 |
| | |||||
* | optimizations | weidai | 2007-04-16 | 1 | -19/+16 |
| | |||||
* | port to Borland C++Builder 2006 | weidai | 2006-12-14 | 1 | -4/+5 |
| | |||||
* | port to GCC 4 | weidai | 2005-09-05 | 1 | -8/+16 |
| | |||||
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -6/+6 |
| | |||||
* | changes done for FIPS-140 lab code drop | weidai | 2005-01-20 | 1 | -1/+1 |
| | |||||
* | changes related to the next FIPS validation | weidai | 2004-09-03 | 1 | -54/+19 |
| | |||||
* | add SHA-224 | weidai | 2004-07-23 | 1 | -0/+7 |
| | |||||
* | fix documentation, fix PanamaMAC, fix algorithm names | weidai | 2004-07-22 | 1 | -4/+7 |
| | |||||
* | port to GCC 3.4 | weidai | 2004-06-19 | 1 | -15/+15 |
| | |||||
* | avoid using hash keyword | weidai | 2004-04-08 | 1 | -3/+3 |
| | |||||
* | merge in 5.0.4 changes (exclude DES and SHA-2 from DLL), | weidai | 2003-07-10 | 1 | -3/+3 |
| | | | | attempt (failed) to build DLL with GCC | ||||
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -23/+35 |
| | |||||
* | add CRYPTOPP_NO_VTABLE | weidai | 2003-05-16 | 1 | -4/+4 |
| | |||||
* | various changes for 5.1 | weidai | 2003-03-20 | 1 | -0/+1 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+120 |