summaryrefslogtreecommitdiff
path: root/validat2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleared ARM64 warningJeffrey Walton2016-01-111-1/+1
|
* Added CRYPTOPP_DATA_DIR patch (Issue 82)Jeffrey Walton2015-12-251-23/+23
|
* Additional documentation; fixed issues with Clang integrated assembler and ↵Jeffrey Walton2015-11-191-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 Walton2015-11-181-6/+122
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-728/+735
|
* Added validat0.cpp and moved bit tests into it. Provided tests for ↵Jeffrey Walton2015-07-301-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 Walton2015-07-301-0/+2
| | | | rebuild stale object files
* Removed USING_NAMESPACE(std). Switch cout and friends to use std::coutJeffrey Walton2015-07-291-76/+76
|
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
|
* Cleared "signed/unsigned" warning under GCC 4.8Jeffrey Walton2015-07-261-1/+1
|
* Static and constness to arraysJeffrey Walton2015-07-051-9/+10
|
* Fix cross-pollination of other changes to validat2.cppJeffrey Walton2015-06-281-15/+4
|
* Modified validation suite to use VerifyBufsEqual rather than memcmp. ↵Jeffrey Walton2015-06-281-13/+27
| | | | VerifyBufsEqual is a constant time compare, so it serves to educate users on the function to call to use
* add SHA-3weidai2013-01-191-44/+2
| | | | | update DSA to FIPS 186-3 update version numbers
* from Jeffery Walton: move *.dat files into TestData, make Integer operator<< ↵weidai2009-03-121-22/+22
| | | | respect ios::uppercase flag
* changes for 5.6: weidai2009-03-021-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/343weidai2007-09-241-3/+3
|
* fix gcc compile errors and warningsweidai2007-08-141-1/+1
|
* fix bug reported by Jeffrey Waltonweidai2007-08-131-2/+2
|
* add IncorporateEntropy and GenerateIntoBufferedTransformation to RNG interfaceweidai2007-05-041-5/+3
|
* move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak'weidai2007-04-161-2/+3
|
* update version number, port to Sun C++ 5.8weidai2006-12-181-1/+1
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-2/+2
|
* various changes for 5.1weidai2003-03-201-22/+41
|
* Initial revisionweidai2002-10-041-0/+740