summaryrefslogtreecommitdiff
path: root/validat0.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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