summaryrefslogtreecommitdiff
path: root/test/eckey.pem
Commit message (Collapse)AuthorAgeFilesLines
* Sign using ECDSA and fix a couple bugs.Linus Nordberg2014-05-021-0/+8
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.