summaryrefslogtreecommitdiff
path: root/validat1.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add PowerPC support to cpu.h and validate.cppJeffrey Walton2017-09-111-9/+22
* Clear GCC warnings with -Wall -WextraJeffrey Walton2017-09-051-32/+8
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-9/+5
* Clear warnings under GCC with -Wall -WextraJeffrey Walton2017-09-051-5/+9
* Remove unneeded Debug testsJeffrey Walton2017-09-011-3/+0
* Remove BOOL macro value (GH #462)Jeffrey Walton2017-08-201-0/+2
* Fix compile under MSVCJeffrey Walton2017-08-201-3/+3
* Add additional VIA RNG testsJeffrey Walton2017-08-201-0/+57
* Add VIA Padlock RNGJeffrey Walton2017-08-191-0/+104
* Clear Coverity finding CHECKED_RETURN (CID 182769)Jeffrey Walton2017-08-181-8/+8
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-6/+7
* Move from 'static' to 'enum' for class constantsJeffrey Walton2017-08-111-3/+3
* Add hash static transform test (Issue 455)Jeffrey Walton2017-08-041-0/+3
* Use non-0 seed OldRandomPool testJeffrey Walton2017-08-041-5/+7
* Clear declaration hides previous local declarationJeffrey Walton2017-08-041-3/+3
* Remove pre-Crypto++ 5.5 interfaceJeffrey Walton2017-08-021-17/+3
* Cut-in RandomNumberGenerator interface to OldRandPoolJeffrey Walton2017-08-021-9/+23
* Add self tests for OldRandomPoolJeffrey Walton2017-08-011-0/+109
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+4
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-4/+0
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+4
* Remove calls to cout.flush() for AppVeyorJeffrey Walton2017-05-291-6/+4
* Fix "error LNK2019: unresolved external symbol TestAutoSeededX917()" under Wi...Jeffrey Walton2017-05-181-1/+1
* Fix "error C2065: prng undeclared identifier" under Windows PhoneJeffrey Walton2017-05-181-2/+2
* Build RDRAND for all platofrms (Issue 419, PR 424)Jeffrey Walton2017-05-171-6/+0
* Add Threefish to project filesJeffrey Walton2017-05-141-0/+1
* Switch to _MSC_FULL_VER for SP1 releasesJeffrey Walton2017-05-111-2/+2
* Add Inflator::BadDistanceErr exception (Issue 414)Jeffrey Walton2017-05-101-3/+3
* Fix compile error with NO_OS_DEPENDENCEJeffrey Walton2017-05-101-2/+7
* Add additional testsJeffrey Walton2017-05-101-157/+263
* Add tests for Information Dispersal and Secret SharingJeffrey Walton2017-05-091-0/+1
* Enable MD4 testing under extended validationsJeffrey Walton2017-05-091-1/+4
* Removed unneeded guardJeffrey Walton2017-05-091-6/+0
* Whitespace check-inJeffrey Walton2017-05-091-2/+2
* Mkaake RDRAND and RDSEED throw if not availableJeffrey Walton2017-05-091-32/+41
* Fold compressor and default encryptor testsJeffrey Walton2017-05-061-16/+11
* Added additional testsJeffrey Walton2017-05-061-7/+23
* Fix compile error with -DNO_OS_DEPENDENCEJeffrey Walton2017-05-061-84/+84
* Added additional testsJeffrey Walton2017-05-061-20/+186
* Add additional self tests under debug buildsJeffrey Walton2017-05-051-5/+6
* Updated MersenneTwister testsJeffrey Walton2017-05-051-13/+93
* Add additional self tests under debug buildsJeffrey Walton2017-05-051-0/+8
* Add variable block size support to test and benchmarksJeffrey Walton2017-05-041-2/+2
* Add ARIA block cipherJeffrey Walton2017-04-101-0/+35
* Fix compile under Visual Studio 2005/MSC 14.00Jeffrey Walton2017-03-181-1/+1
* Improve performance of RDRAND and RDSEED (Issue 387)Jeffrey Walton2017-03-071-5/+4
* Add ValidateBaseCode to DEBUG tests by defaultJeffrey Walton2017-03-021-0/+2
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-18/+18
* Unroll decoder initialization (Issue 376)Jeffrey Walton2017-03-011-25/+46
* Add Test namespace within CryptoPP namespace (Issue 379)Jeffrey Walton2017-02-211-249/+249