summaryrefslogtreecommitdiff
path: root/datatest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Handle '\r\0' from early RFCs in ReadlineJeffrey Walton2023-04-211-3/+3
|
* Add LSH dynamic dispatch (PR #1032)Jeffrey Walton2021-04-261-10/+10
| | | This commit adds dynamic dispatch to LSH. The implementation pivots on AVX2 and SSSE3.
* Update commentsJeffrey Walton2021-04-161-0/+4
|
* Fix datatest.cpp outputJeffrey Walton2021-04-161-6/+9
|
* Handle line with whitespace gracefullyJeffrey Walton2021-03-211-0/+1
|
* Fix datatest.cpp ReadlineJeffrey Walton2021-03-211-1/+1
|
* Update datatest.cpp to use temp stringJeffrey Walton2021-03-211-5/+10
|
* Update commentsJeffrey Walton2021-03-201-7/+11
|
* Update commentsJeffrey Walton2021-03-191-1/+1
|
* Update datatest.cppJeffrey Walton2021-03-191-32/+19
|
* Update datatest.cppJeffrey Walton2021-03-191-16/+9
|
* Update datatest.cppJeffrey Walton2021-03-191-48/+78
|
* Whitespace check-inJeffrey Walton2021-03-191-1/+0
|
* Update datatest.cppJeffrey Walton2021-03-191-4/+2
|
* Update datatest.cppJeffrey Walton2021-03-191-0/+4
|
* Update datatest.cppJeffrey Walton2021-03-191-2/+2
|
* Use istream.fail() in Readline()Jeffrey Walton2021-03-191-3/+3
|
* Use Readline in datatest.cppJeffrey Walton2021-03-191-1/+1
|
* Update datatest.cppJeffrey Walton2021-03-191-9/+8
|
* Use Readline in datatest.cppJeffrey Walton2021-03-191-1/+37
|
* Update datatest.cppJeffrey Walton2021-03-191-12/+14
|
* Use anonymous namespace in datatest.cppJeffrey Walton2021-03-191-23/+31
|
* Update cryptest-coverage.sh scriptJeffrey Walton2021-03-191-0/+20
|
* Add additional code coverage testsJeffrey Walton2021-03-191-1/+17
|
* Update datatest outputJeffrey Walton2021-03-191-2/+13
|
* Update commentsJeffrey Walton2021-03-181-0/+2
|
* Add TestSignatureSchemeWithFileSource (GH #672, GH #1010)Jeffrey Walton2021-03-181-7/+69
|
* Cut-in TestSymmetricCipherWithFileSource (GH #672, GH #1010)Jeffrey Walton2021-03-181-15/+16
|
* Use cryptest.dat data file for FileSource testsJeffrey Walton2021-03-181-1/+1
|
* Add totalTests as function parameter in datatest.cppJeffrey Walton2021-03-181-20/+51
|
* Update datatest.cppJeffrey Walton2021-03-181-4/+7
|
* Update datatest.cppJeffrey Walton2021-03-181-6/+9
|
* Add TestSymmetricCipherWithFileSource stubJeffrey Walton2021-03-181-5/+129
| | | | There are a couple of failures at the moment so it is not enabled
* Update datatest.cppJeffrey Walton2021-03-171-7/+7
|
* Update documentationJeffrey Walton2020-12-251-1/+1
|
* Use ConstBytePtr in TestDataNameValuePairs (GH #827)Jeffrey Walton2019-04-291-1/+1
|
* Prepare for Crypto++ 8.2 releaseJeffrey Walton2019-04-281-25/+8
| | | | Fix SHAKE-128 and SHAKE-256 tests
* Prepare for Crypto++ 8.2 releaseJeffrey Walton2019-04-281-13/+31
| | | | Fix VS2010 compile on WIndows Vista; Add BytePtr inline function
* Add ChaChaTLS implementation (GH #265)Jeffrey Walton2019-01-241-1/+1
| | | | We tweaked ChaCha to arrive at the IETF's implementation specified by RFC 7539. We are not sure how to handle block counter wrap. At the moment the caller is responsible for managing it. We were not able to find a reference implementation so we disable SIMD implementations like SSE, AVX, NEON and Power4. We need the wide block tests for corner cases to ensure our implementation is correct.
* Add search for test vectors and test data (GH #760)Jeffrey Walton2018-12-071-7/+1
|
* Make TrimComment call TrimSpaceJeffrey Walton2018-11-111-13/+12
|
* Add meaningful test failure messagesJeffrey Walton2018-11-051-12/+22
|
* Improve datatest parserJeffrey Walton2018-11-051-59/+80
| | | | This switches to line oriented parsing for the test files. Previously we we using streams for names, and lines for values. We can now use whitespace and make the tests a bit more readable by grouping similar tests. AlgorithmType will clear the current accumlated values.
* Fix missing errno on PPC64 with GCC 4.8.5Jeffrey Walton2018-11-041-0/+1
|
* Add ability to Seek64 in test framework (GH #732)Jeffrey Walton2018-11-041-4/+29
| | | | Also see https://github.com/randombit/botan/pull/1728
* Make datatest.cpp more tolerant of commentsJeffrey Walton2018-10-231-9/+21
|
* Add assert to RunTestDataFileJeffrey Walton2018-07-291-0/+5
|
* Cleanup datatest.cppJeffrey Walton2018-07-101-19/+7
| | | | Switch to non-blocking rngs for Linux and Windows
* Clear conversion warningJeffrey Walton2018-07-101-1/+3
|
* Add RandomizedTransfer overloadJeffrey Walton2018-07-101-5/+19
|