summaryrefslogtreecommitdiff
path: root/validat1.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Guard use of LibraryVersion() under MSVC (Issue 371)Jeffrey Walton2017-02-071-0/+2
* Add NIST SP800-90A HMAC_DRBG generatorJeffrey Walton2017-02-071-15/+138
* Change to more intuitive names LibraryVersion and HeaderVersion (Issue 371)Jeffrey Walton2017-01-281-4/+4
* Add BuildVersion and RuntimeVersion functions (Issue 371)Jeffrey Walton2017-01-281-0/+12
* 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/+2
* Add NIST_DRBG::Err class. Add additional checking per SP 800-90A. Update docu...Jeffrey Walton2017-01-011-4/+4
* Add NIST SP800-90A Hash_DRBG generatorJeffrey Walton2016-12-301-0/+370
* Remove vectorization test. This one test needs to be in its own scriptJeffrey Walton2016-12-241-1/+3
* Add Aumasson and Bernstein's SipHash (Issue 348)Jeffrey Walton2016-12-171-1/+2
* Add German digital signature algorithm (ECGDSA) (Issue 113)Jeffrey Walton2016-12-131-0/+1
* Add Integer Bitops tests (Issue 344)Jeffrey Walton2016-12-061-972/+2
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-18/+14
* Add Poly1305 class (Issue 338)Jeffrey Walton2016-11-271-0/+2
* Add X86 SHA cpu feature detectionJeffrey Walton2016-10-261-1/+1
* Cleanup commentsJeffrey Walton2016-10-181-1/+1
* Switch to std::copy due to MinGW issues with memcpy_sJeffrey Walton2016-10-181-6/+8
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-3/+3
* Add misc.h header for library's memcpy_sCRYPTOPP_5_6_5Jeffrey Walton2016-10-111-0/+1
* Remove deprecated warning supressions under MSCJeffrey Walton2016-10-101-5/+0
* Remove library supplied aesenc, aesdec and friends (Issue 206)Jeffrey Walton2016-09-181-2/+2
* Merge dev-branch 'trap' into 'master'Jeffrey Walton2016-09-171-8/+8
|\
| * Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...Jeffrey Walton2016-09-161-3/+3
| * Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-5/+5
* | $%^@! 448 bits is 56 bytes, not 58!!! Fixing that oversight.Uri Blumenthal2016-09-161-4/+4
* | Restore MARS capability to use 448-bit keysUri Blumenthal2016-09-161-4/+4
|/