Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleared ARM64 warning | Jeffrey Walton | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | Added CRYPTOPP_DATA_DIR patch (Issue 82) | Jeffrey Walton | 2015-12-25 | 1 | -23/+23 |
| | |||||
* | Additional documentation; fixed issues with Clang integrated assembler and ↵ | Jeffrey Walton | 2015-11-19 | 1 | -3/+4 |
| | | | | different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class | ||||
* | Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵ | Jeffrey Walton | 2015-11-18 | 1 | -6/+122 |
| | | | | (Coverity rollup) | ||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -728/+735 |
| | |||||
* | Added validat0.cpp and moved bit tests into it. Provided tests for ↵ | Jeffrey Walton | 2015-07-30 | 1 | -5/+4 |
| | | | | SafeConvert. Removed "using namespace std" from test sources (auto_ptr causes a collision becuase std:: provides it in C++03, but CryptoPP:: provides it in C++11 | ||||
* | Included "integer.h" in source files with Integer dependencies so make would ↵ | Jeffrey Walton | 2015-07-30 | 1 | -0/+2 |
| | | | | rebuild stale object files | ||||
* | Removed USING_NAMESPACE(std). Switch cout and friends to use std::cout | Jeffrey Walton | 2015-07-29 | 1 | -76/+76 |
| | |||||
* | Cut-in CRYPTOPP_ASSERT in all remaining header and source files | Jeffrey Walton | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | Added "trap.h" include for header and source files that assert | Jeffrey Walton | 2015-07-26 | 1 | -0/+1 |
| | |||||
* | Cleared "signed/unsigned" warning under GCC 4.8 | Jeffrey Walton | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | Static and constness to arrays | Jeffrey Walton | 2015-07-05 | 1 | -9/+10 |
| | |||||
* | Fix cross-pollination of other changes to validat2.cpp | Jeffrey Walton | 2015-06-28 | 1 | -15/+4 |
| | |||||
* | Modified validation suite to use VerifyBufsEqual rather than memcmp. ↵ | Jeffrey Walton | 2015-06-28 | 1 | -13/+27 |
| | | | | VerifyBufsEqual is a constant time compare, so it serves to educate users on the function to call to use | ||||
* | add SHA-3 | weidai | 2013-01-19 | 1 | -44/+2 |
| | | | | | update DSA to FIPS 186-3 update version numbers | ||||
* | from Jeffery Walton: move *.dat files into TestData, make Integer operator<< ↵ | weidai | 2009-03-12 | 1 | -22/+22 |
| | | | | respect ios::uppercase flag | ||||
* | changes for 5.6: | weidai | 2009-03-02 | 1 | -0/+6 |
| | | | | | | - 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 | ||||
* | update CheckMOVCondition() according to http://eprint.iacr.org/2007/343 | weidai | 2007-09-24 | 1 | -3/+3 |
| | |||||
* | fix gcc compile errors and warnings | weidai | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | fix bug reported by Jeffrey Walton | weidai | 2007-08-13 | 1 | -2/+2 |
| | |||||
* | add IncorporateEntropy and GenerateIntoBufferedTransformation to RNG interface | weidai | 2007-05-04 | 1 | -5/+3 |
| | |||||
* | move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak' | weidai | 2007-04-16 | 1 | -2/+3 |
| | |||||
* | update version number, port to Sun C++ 5.8 | weidai | 2006-12-18 | 1 | -1/+1 |
| | |||||
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -2/+2 |
| | |||||
* | various changes for 5.1 | weidai | 2003-03-20 | 1 | -22/+41 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+740 |