summaryrefslogtreecommitdiff
path: root/validat1.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Fixed use of FixedSizeAlignedSecBlock and non-aligned allocator in validat1.c...Jeffrey Walton2016-09-091-1/+1
* Squashed commit of the following:Jeffrey Walton2016-09-081-4/+1
* Merge 'master' into 'hmqv'Jeffrey Walton2016-09-081-56/+365
|\
| * Merge 'master' into 'constexpr'Jeffrey Walton2016-09-071-1/+1
| |\
| * | Add additional KEYLENGTH and DEFAULT_KEYLENGTH testsJeffrey Walton2016-09-071-1/+9
| * | Remove comma operator from return values for StaticGetDefaultRounds and Stati...Jeffrey Walton2016-09-071-0/+4
| * | Merge 'master' into 'constexpr'Jeffrey Walton2016-09-071-65/+532
| |\ \
| * | | Const-ify input, ky and ivJeffrey Walton2016-09-061-3/+3
| * | | Cleared "declaration hides other declaration" under VS2015Jeffrey Walton2016-09-061-31/+31
| * | | Add StaticGetValidKeyLength tests for MARS, RC5 and RC6 block ciphers (Issue ...Jeffrey Walton2016-09-051-20/+126
| * | | Add StaticGetValidKeyLength tests for block ciphers (Issue 252)Jeffrey Walton2016-09-051-18/+175
| * | | Modify "Algorithm key lengths" output formatJeffrey Walton2016-09-051-10/+8
| * | | Add StaticGetValidKeyLength tests for RijndaelEncryption, RijndaelDecryption,...Jeffrey Walton2016-09-051-11/+47
* | | | Merge 'master' into 'hmqv'Jeffrey Walton2016-09-071-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix "error: integer constant is too large for ‘long’ type" on PowerMacJeffrey Walton2016-09-071-1/+1
| | |/ | |/|
* | | Merge 'master' into 'hmqv'Jeffrey Walton2016-09-071-65/+532
|\ \ \ | |/ /
| * | Add tests for word64 and word128 Allocate, Concatenate, Append, FixedSizeAllo...Jeffrey Walton2016-09-071-65/+532
| |/
* | Merge branch 'master' into hmqvJeffrey Walton2016-08-211-0/+34
|\ \ | |/
| * Fix compile under VS2012 X86Jeffrey Walton2016-08-211-0/+1
| * Add test for Huffman codes (Issue 242)Jeffrey Walton2016-08-211-0/+33
* | Merge branch 'master' into hmqvJeffrey Walton2016-07-241-1/+2
|\ \ | |/
| * Add polynomial multiply instruction detectionJeffrey Walton2016-07-241-1/+2
| * Revert "Add HMQV implementation (and merge the old FHMQV into the new codebase)"Mouse2016-07-061-2/+0
| * Add HMQV implementation (and merge the old FHMQV into the new codebase)Uri Blumenthal2016-07-011-0/+2