summaryrefslogtreecommitdiff
path: root/validat1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added BLAKE2 self testsJeffrey Walton2016-04-181-0/+2
* Add SSE4.1 and SSE4.2 feature detectionJeffrey Walton2016-04-151-1/+2
* Fix NO_OS_DEPENDENCE detection, thanks to jcnarlo (Issue 141)Jeffrey Walton2016-03-041-1/+1
* Fixed RDSEED self test failure under i686Jeffrey Walton2016-01-311-2/+3
* Cleared Coverity finding STREAM_FORMAT_STATEJeffrey Walton2016-01-251-0/+2
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-1/+2
* Added additional testsJeffrey Walton2016-01-031-5/+100
* Added test case for growing FixedSizeSecBlock. Fixed copy count during growJeffrey Walton2015-12-311-3/+75
* Added test for a zeroized SecBlockJeffrey Walton2015-12-311-0/+29
* Updated documentation. Added calls to unused functions for coverage analytcs....Jeffrey Walton2015-12-311-24/+36
* Finally figured how how to clear than damn Coverity finding on STREAM_FORMAT_...Jeffrey Walton2015-12-291-13/+9
* Added "make coverage" recipe. Added additional SecBlock testsJeffrey Walton2015-12-281-67/+203
* Fixed SecBlock append when "this == t", fixed assert, added validation test (...Jeffrey Walton2015-12-281-3/+239
* Added CRYPTOPP_DATA_DIR patch (Issue 82)Jeffrey Walton2015-12-251-31/+31
* Changed RDSEED to use alternate ctor. Added comments about number of retries ...Jeffrey Walton2015-12-021-1/+3
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-36/+41
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding gar...Jeffrey Walton2015-11-221-1/+1
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-1/+1
* Added missing <rng.h> to validat1.cpp. MaurerRandomnessTest requires the head...Jeffrey Walton2015-11-191-0/+1
* Additional documentation; fixed issues with Clang integrated assembler and di...Jeffrey Walton2015-11-191-18/+72
* Change __MINGW__ → __MINGW32__Jeffrey Walton2015-11-181-1/+1
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-74/+28
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1271/+1625
* Added validat0.cpp and moved bit tests into it. Provided tests for SafeConver...Jeffrey Walton2015-07-301-144/+3
* Removed USING_NAMESPACE(std). Switch cout and friends to use std::coutJeffrey Walton2015-07-291-175/+173
* Fixed compiler errors on Apple due to cross product of {C++03,C++11} x {libc+...Jeffrey Walton2015-07-271-1/+1
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-2/+2
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared signed/unsigned warnings under Visual Studio.Jeffrey Walton2015-07-201-1/+1
* HasISSE -> HasSSE. That's how old this function is...Jeffrey Walton2015-07-191-1/+1
* Cleared unused variable and function warningsJeffrey Walton2015-07-191-0/+1
* Whitespace checkinJeffrey Walton2015-07-191-12/+12
* Changed TestOS_RNG to use a MeterFilter rather than an ArraySink with a NULL ...Jeffrey Walton2015-07-191-21/+21
* Added test suites for HKDFJeffrey Walton2015-07-091-0/+1
* Static and constness to arraysJeffrey Walton2015-07-051-24/+24
* Modified validation suite to use VerifyBufsEqual rather than memcmp. VerifyBu...Jeffrey Walton2015-06-281-10/+11
* Added missing include. Caused compile failure on Android or iOSJeffrey Walton2015-06-081-0/+1
* Cleared signed/unsigned warningJeffrey Walton2015-06-081-1/+1
* add SHA-3weidai2013-01-191-3/+4
* fix compile on Sun CCweidai2010-07-281-0/+2
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-0/+1
* add AESNI and CLMUL detectionweidai2010-07-071-1/+1
* port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21weidai2010-07-051-2/+5
* use test vector file for SHA testsweidai2010-06-291-3/+0
* - add EAX mode, XSalsa20weidai2009-03-121-0/+29
* from Jeffery Walton: move *.dat files into TestData, make Integer operator<< ...weidai2009-03-121-20/+20
* tweaks/fixes for 5.6weidai2009-03-031-0/+13
* changes for 5.6: weidai2009-03-021-16/+27
* fix gcc compile errors and warningsweidai2007-08-141-1/+1
* fixed Whirlpool crash on Pentium 2 machinesweidai2007-08-131-1/+2