summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Benchmark of htMagnus Ahltorp2014-11-191-0/+18
|
* Clean up the plop interface, in preparation for a new db implementation.Linus Nordberg2014-09-291-94/+0
|
* Fix the tests.Linus Nordberg2014-06-041-33/+53
|
* Make tests use v1=0 too.Linus Nordberg2014-05-261-5/+5
|
* Comment out unused test functions.Linus Nordberg2014-05-051-8/+8
|
* Rename #sth -> #sth_signed and make it private.Linus Nordberg2014-05-051-1/+1
|
* Sign using ECDSA and fix a couple bugs.Linus Nordberg2014-05-023-69/+51
| | | | | | | | | | | Revive the plop_entry and hash over that instead of the full MTL, for the db hash. We don't want the timestamp in that hash! Use ECDSA instead of RSA for signing stuff. That's what Google does and we want to use their test suites. An annoyance with DSA is that the signature isn't deterministic. Testing just became less easy. Fix db:find() now that the hash is no longer the primary key.
* Follow move of test data.Linus Nordberg2014-05-011-1/+1
|
* Move test files from src/test/ to test/.Linus Nordberg2014-05-012-0/+134