summaryrefslogtreecommitdiff
path: root/ebin
Commit message (Collapse)AuthorAgeFilesLines
* Pass test key file arguments at application startup.Linus Nordberg2014-05-041-1/+1
|
* Sign using ECDSA and fix a couple bugs.Linus Nordberg2014-05-021-1/+1
| | | | | | | | | | | 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.
* Add mnesia to 'applications'.Linus Nordberg2014-05-011-1/+1
| | | | Because that's what others do. Not that it helps getting mnesia _started_. Hmm.
* Turn it all into an application.Linus Nordberg2014-04-291-0/+9
Warning: Rough edges.