summaryrefslogtreecommitdiff
path: root/datatest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-091-2/+8
* Use C++ style casts and take addr of elem 0 for non-const pointersJeffrey Walton2018-07-091-26/+43
* Add KeyDerivationFunction interface (GH #610, PR #611)Jeffrey Walton2018-03-291-39/+35
* Add extraneous calls for code coverageJeffrey Walton2018-03-271-12/+34
* Change case of FAILED message in datatest.cppJeffrey Walton2018-02-191-1/+1
* Remove variable block size in datatest.cpp (GH #535)Jeffrey Walton2018-02-181-4/+1
* Re-enable Salsa20 ASM (GH #543)Jeffrey Walton2017-11-291-16/+3
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-53/+23
* Use aligned buffer for datatest.cppJeffrey Walton2017-09-041-23/+53
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-2/+2
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-2/+2
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-2/+2
* Add support for word32 and word64 parsingJeffrey Walton2017-05-151-9/+25
* Switch conversion switch from 'ce' to 'cvt'Jeffrey Walton2017-05-151-4/+5
* Fix substring lengthJeffrey Walton2017-05-151-1/+1
* Fix PutDecodedDatumInto on OS XJeffrey Walton2017-05-151-1/+1
* Re-enable the Tweak on ThreefishJeffrey Walton2017-05-151-8/+24
* Add Threefish block cipher (Issue 422)Jeffrey Walton2017-05-141-2/+2
* Don't latch BlockSize or BlockPaddingScheme across testsJeffrey Walton2017-05-141-0/+8
* Rearrange characters in whitespace stringJeffrey Walton2017-05-141-8/+7
* Explicitly add space on line continuationJeffrey Walton2017-05-141-24/+14
* Fix GetField for stray CR or LFJeffrey Walton2017-05-121-14/+46
* Remove VC++ 6.0 workaround in datatest.cppJeffrey Walton2017-05-121-4/+4
* Add comment concerning empty valueJeffrey Walton2017-05-121-1/+2
* Add early continuation for parsing a continued lineJeffrey Walton2017-05-121-3/+9
* Fix parser break on OS XJeffrey Walton2017-05-121-51/+20
* Switch to _MSC_FULL_VER for SP1 releasesJeffrey Walton2017-05-111-1/+1
* Modify datatest parse to eat whitespace when line continuation is in effectJeffrey Walton2017-05-101-1/+12
* Make datatest.cpp aware of padding schemesJeffrey Walton2017-05-101-4/+13
* Remove EncryptBlockCipherJeffrey Walton2017-05-101-4/+3
* Add Kalyna block cipher (Issue 411)Jeffrey Walton2017-05-061-1/+1
* Add variable block size support to test and benchmarksJeffrey Walton2017-05-041-11/+15
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-5/+5
* Add Test namespace within CryptoPP namespace (Issue 379)Jeffrey Walton2017-02-211-36/+39
* Remove old VerifierFilter, switch to SignatureVerificationFilterJeffrey Walton2017-02-071-2/+2
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add Deterministic DSA and ECDSA Signatures (Issue 121)Jeffrey Walton2016-12-111-1/+3
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-8/+8
* Whitespace cleanupJeffrey Walton2016-07-241-5/+5
* Cut-in determinsitic signature verification during signingJeffrey Walton2016-04-101-11/+29
* Prepare for RFC6979, Deterministic Usage of the Digital Signature Algorithm (...Jeffrey Walton2016-04-091-2/+7
* Add SignalUnknownAlgorithmErrorJeffrey Walton2016-04-091-1/+7
* Constify caught exceptionsJeffrey Walton2016-04-091-3/+3
* Flus cout buffer in case next test hangs, like BlumBlumShub on some platform/...Jeffrey Walton2016-01-071-1/+1
* Added CRYPTOPP_DATA_DIR patch (Issue 82)Jeffrey Walton2015-12-251-2/+9
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-2/+2
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding gar...Jeffrey Walton2015-11-221-2/+2
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-2/+2
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-1/+11
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-762/+803