summaryrefslogtreecommitdiff
path: root/validat0.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-6/+6
* Fix unaligned data in self testJeffrey Walton2017-09-031-6/+6
* Fix Address Sanitizer findings on GCC117Jeffrey Walton2017-08-151-9/+9
* Fix Address Sanitizer findings on GCC117Jeffrey Walton2017-08-151-69/+48
* Whitespace check-inJeffrey Walton2017-08-021-12/+12
* Increase minimum size for DefaultEncryptor test. Decrease minimum size fir In...Jeffrey Walton2017-08-011-11/+13
* 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-9/+2
* Added some intelligence to truncated Gzip stream testJeffrey Walton2017-05-161-2/+8
* Add FileName, FileTime and Comment to argnames.hJeffrey Walton2017-05-121-8/+50
* Improve compressor error messagesJeffrey Walton2017-05-111-14/+17
* Additional self tests for DecompressorsJeffrey Walton2017-05-111-45/+80
* Switch to _MSC_FULL_VER for SP1 releasesJeffrey Walton2017-05-111-1/+1
* Fix compile under GCC 6.3 on FedoraJeffrey Walton2017-05-111-0/+1
* Fix subscript out of range in testJeffrey Walton2017-05-111-1/+1
* Move TestPolynomialMod2 to validat0.cppJeffrey Walton2017-05-111-0/+115
* Fix subscript out of range in testJeffrey Walton2017-05-111-1/+1
* Reduce random string size.Jeffrey Walton2017-05-111-11/+11
* Additional self tests for DecompressorsJeffrey Walton2017-05-101-0/+26
* Add additional testsJeffrey Walton2017-05-101-14/+15
* Add tests for Information Dispersal and Secret SharingJeffrey Walton2017-05-091-11/+164
* Mkaake RDRAND and RDSEED throw if not availableJeffrey Walton2017-05-091-4/+6
* Add test for Carmichael pseudo-primesJeffrey Walton2017-05-081-4/+22
* Use [31398, 31468] for prime gap testJeffrey Walton2017-05-081-2/+2
* Add zLib compressor and decompressor testsJeffrey Walton2017-05-081-2/+56
* Clear warnings under Visual StudioJeffrey Walton2017-05-081-11/+11
* Fold compressor and default encryptor testsJeffrey Walton2017-05-061-60/+40
* Add constants to default encryptor classesJeffrey Walton2017-05-061-35/+58
* Add additional self tests under debug buildsJeffrey Walton2017-05-051-10/+107
* Add additional testsJeffrey Walton2017-05-051-143/+211
* Updated MersenneTwister testsJeffrey Walton2017-05-051-5/+0
* Add additional self tests under debug buildsJeffrey Walton2017-05-051-2147/+2381
* Add variable block size support to test and benchmarksJeffrey Walton2017-05-041-5/+5
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-8/+8
* Add Test namespace within CryptoPP namespace (Issue 379)Jeffrey Walton2017-02-211-7/+7
* Add SecBlock member to track number of elements to zeroize (Issue 346)Jeffrey Walton2017-01-281-84/+115
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add self tests for RoundUpToMultipleOf (Issue 360)Jeffrey Walton2017-01-101-0/+446
* Cleared conversion warning under MSVCJeffrey Walton2016-12-301-2/+2
* Add test cases for ASN.1 parsing (Issue 346)Jeffrey Walton2016-12-241-0/+254
* Add Integer Bitops tests (Issue 344)Jeffrey Walton2016-12-061-0/+1637
* Remove unneeded test fileJeffrey Walton2015-11-051-673/+0
* Whitespace checkinJeffrey Walton2015-08-031-66/+66
* Whitespace checkinJeffrey Walton2015-07-301-6/+6
* Fixed validation failure due to collision of type sizes between int and longJeffrey Walton2015-07-301-19/+33
* Added validat0.cpp and moved bit tests into it. Provided tests for SafeConver...Jeffrey Walton2015-07-301-0/+659