summaryrefslogtreecommitdiff
path: root/validat1.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add HMQV and merge untracked FHMQVMouse2016-07-041-0/+2
|/
* Cleared "warning: unused variable ‘hasPadlockRNG’". Whitespace cleanupJeffrey Walton2016-06-161-35/+34
* Cleared warning 'Warning: key hides CryptoPP::FixedRoundsCipherFactory::key'Jeffrey Walton2016-06-091-10/+10
* Fix hasSSE3/hasSSE4 transposiion. Remove Padlock reportingJeffrey Walton2016-06-051-2/+3
* Fix AMD RDRAND detection. Add VIA Padlock extension detectionJeffrey Walton2016-05-191-1/+2
* Add test for AES, SHA1 and SHA2 from ARM Crypto extension from arm-neon branchJeffrey Walton2016-05-191-0/+10
* Add changes for Windows Sotre that went missing with my clumsy Git skillsJeffrey Walton2016-05-091-1/+1
* Add CRC-32C using CXX and SSE4 (Issue 160)Jeffrey Walton2016-04-241-0/+1
* Quiet deprecated warning on some library source files. The warning is intende...Jeffrey Walton2016-04-241-0/+9
* Add SHA3/FIPS 202 test vectors. Add note to config.h on uncommenting sha3_fip...Jeffrey Walton2016-04-231-0/+6
* Added BLAKE2 self testsJeffrey Walton2016-04-181-0/+2
* Add SSE4.1 and SSE4.2 feature detectionJeffrey Walton2016-04-151-1/+2
* Fix NO_OS_DEPENDENCE detection, thanks to jcnarlo (Issue 141)Jeffrey Walton2016-03-041-1/+1
* Fixed RDSEED self test failure under i686Jeffrey Walton2016-01-311-2/+3
* Cleared Coverity finding STREAM_FORMAT_STATEJeffrey Walton2016-01-251-0/+2
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-1/+2
* Added additional testsJeffrey Walton2016-01-031-5/+100
* Added test case for growing FixedSizeSecBlock. Fixed copy count during growJeffrey Walton2015-12-311-3/+75