summaryrefslogtreecommitdiff
path: root/validat2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add PKCS #1 SHA3-based signatures (GH #517)Jeffrey Walton2017-10-041-3/+50
* Fix Clang warning on missing template definitionsJeffrey Walton2017-08-161-0/+1
* 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
* Switch to _MSC_FULL_VER for SP1 releasesJeffrey Walton2017-05-111-1/+1
* Move TestPolynomialMod2 to validat0.cppJeffrey Walton2017-05-111-114/+0
* Add additional self tests under debug buildsJeffrey Walton2017-05-051-1/+1
* Add variable block size support to test and benchmarksJeffrey Walton2017-05-041-1/+1
* Removed "typedef SHA1 SHA" (Issue 369)Jeffrey Walton2017-04-241-22/+22
* Clear Coverity CHECKED_RETURN (CID 177729)Jeffrey Walton2017-03-181-1/+3
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-3/+3
* Add Test namespace within CryptoPP namespace (Issue 379)Jeffrey Walton2017-02-211-113/+113
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add German digital signature algorithm (ECGDSA) (Issue 113)Jeffrey Walton2016-12-131-4/+350
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-1/+1
* Remove deprecated warning supressions under MSCJeffrey Walton2016-10-101-5/+0
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...Jeffrey Walton2016-09-161-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
* Merge 'master' into 'hmqv'Jeffrey Walton2016-09-081-3/+3
|\
| * Output formatting for TestPolynomialMod2Jeffrey Walton2016-09-081-3/+3
| * Revert "Add HMQV implementation (and merge the old FHMQV into the new codebase)"Mouse2016-07-061-236/+0
| * Add HMQV implementation (and merge the old FHMQV into the new codebase)Uri Blumenthal2016-07-011-0/+236
* | Add CRYPTOPP_DATA_DIR to data filesJeffrey Walton2016-08-221-6/+6
* | Add EC prefix to classes which operate over elliptic curvesJeffrey Walton2016-07-211-233/+233
* | Add HMQV and merge untracked FHMQVMouse2016-07-041-0/+236
|/
* Cleared "warning: unused variable ‘hasPadlockRNG’". Whitespace cleanupJeffrey Walton2016-06-161-20/+20
* Quiet deprecated warning on some library source files. The warning is intende...Jeffrey Walton2016-04-241-0/+9
* Cleared Coverity finding STREAM_FORMAT_STATEJeffrey Walton2016-01-251-1/+3
* 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 di...Jeffrey Walton2015-11-191-3/+4
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-6/+122
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-728/+735
* Added validat0.cpp and moved bit tests into it. Provided tests for SafeConver...Jeffrey Walton2015-07-301-5/+4
* Included "integer.h" in source files with Integer dependencies so make would ...Jeffrey Walton2015-07-301-0/+2
* 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. VerifyBu...Jeffrey Walton2015-06-281-13/+27
* add SHA-3weidai2013-01-191-44/+2
* from Jeffery Walton: move *.dat files into TestData, make Integer operator<< ...weidai2009-03-121-22/+22
* changes for 5.6: weidai2009-03-021-0/+6
* 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