| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify DSS signature encoding. | Linus Nordberg | 2014-05-16 | 1 | -0/+3 |
| * | Fix typo in e7e1782. | Linus Nordberg | 2014-05-16 | 1 | -2/+2 |
| * | Add length field to serialised signature. | Linus Nordberg | 2014-05-16 | 1 | -2/+5 |
| * | Encode signatures properly. | Linus Nordberg | 2014-05-12 | 1 | -6/+43 |
| * | Remove a debug printout. | Linus Nordberg | 2014-05-07 | 1 | -1/+0 |
| * | Function documentation. | Linus Nordberg | 2014-05-07 | 1 | -13/+23 |
| * | Formatting. | Linus Nordberg | 2014-05-07 | 1 | -10/+13 |
| * | Remove support for crypto:sha(). | Linus Nordberg | 2014-05-07 | 1 | -11/+1 |
| * | Doc and placeholders for audit path and consistency proof functions. | Linus Nordberg | 2014-05-07 | 1 | -6/+41 |
| * | Define #sth{} and have sth() return those. | Linus Nordberg | 2014-05-05 | 1 | -11/+13 |
| * | Make #spt_signed{} private. | Linus Nordberg | 2014-05-05 | 1 | -0/+11 |
| * | Rename #sth -> #sth_signed and make it private. | Linus Nordberg | 2014-05-05 | 1 | -8/+16 |
| * | Rename spt_on_wire -> spt. | Linus Nordberg | 2014-05-04 | 2 | -5/+5 |
| * | Limit the debug printing some. | Linus Nordberg | 2014-05-04 | 1 | -4/+7 |
| * | Adopt to first user -- ctls. | Linus Nordberg | 2014-05-04 | 4 | -16/+27 |
| * | Remove start_link/0. | Linus Nordberg | 2014-05-04 | 1 | -3/+1 |
| * | Send all arguments to plop. | Linus Nordberg | 2014-05-04 | 1 | -4/+4 |
| * | Don't need quotes around module name. | Linus Nordberg | 2014-05-04 | 1 | -1/+1 |
| * | Use mnesia:index_read() instead of select() bc simpler. | Linus Nordberg | 2014-05-03 | 1 | -2/+1 |
| * | Sign using ECDSA and fix a couple bugs. | Linus Nordberg | 2014-05-02 | 3 | -54/+141 |
| * | Merge remote-tracking branch 'remotes/origin/db' into db | Linus Nordberg | 2014-05-02 | 1 | -2/+5 |
| |\ | |||||
| | * | Move keyfile name and pass phrase. | Linus Nordberg | 2014-05-01 | 1 | -2/+5 |
| * | | Store MTL in database -- we need the meat. | Linus Nordberg | 2014-05-01 | 1 | -25/+23 |
| * | | Change a comment. | Linus Nordberg | 2014-05-01 | 1 | -1/+1 |
| * | | Add plop_app:install(). | Linus Nordberg | 2014-05-01 | 1 | -1/+5 |
| * | | Follow changes to headers. | Linus Nordberg | 2014-05-01 | 1 | -1/+2 |
| * | | Move some records out of public header file. Improve db initialisation some. | Linus Nordberg | 2014-05-01 | 3 | -6/+19 |
| * | | Move test files from src/test/ to test/. | Linus Nordberg | 2014-05-01 | 2 | -134/+0 |
| |/ | |||||
| * | Add init functions, for testing. | Linus Nordberg | 2014-04-30 | 1 | -2/+14 |
| * | Turn it all into an application. | Linus Nordberg | 2014-04-29 | 5 | -81/+40 |
| * | First cut at adding DB support. | Linus Nordberg | 2014-04-29 | 4 | -92/+359 |
| * | Test adding and checking STH in sequence. | Linus Nordberg | 2014-04-26 | 1 | -32/+42 |
| * | Fix bug with adding first element of empty tree. | Linus Nordberg | 2014-04-26 | 1 | -6/+17 |
| * | Won't test sth's in ht. | Linus Nordberg | 2014-04-26 | 1 | -3/+0 |
| * | Add STH support, with failing tests due to gen_server testing woes. | Linus Nordberg | 2014-04-26 | 3 | -81/+149 |
| * | Rearrange tests. | Linus Nordberg | 2014-04-26 | 1 | -36/+37 |
| * | Don't export tree_version/1 but add size/1. | Linus Nordberg | 2014-04-26 | 1 | -8/+11 |
| * | Clean up data types. | Linus Nordberg | 2014-04-26 | 3 | -54/+47 |
| * | Make plop a gen_server. | Linus Nordberg | 2014-04-26 | 2 | -60/+63 |
| * | Add a default value for signature_type, for easier ad hoc testing. | Linus Nordberg | 2014-04-26 | 1 | -1/+1 |
| * | Add hex.erl. | Linus Nordberg | 2014-04-26 | 1 | -0/+14 |
| * | Initialise plop_entry properly. | Linus Nordberg | 2014-04-25 | 1 | -1/+1 |
| * | Make field timestamp in record plop_data an integer. | Linus Nordberg | 2014-04-25 | 1 | -1/+1 |
| * | Add default values in plop_entry. | Linus Nordberg | 2014-04-25 | 1 | -2/+2 |
| * | Formatting and comments. | Linus Nordberg | 2014-04-25 | 1 | -41/+22 |
| * | Clean up plop a bit. | Linus Nordberg | 2014-04-25 | 2 | -14/+4 |
| * | Add some more internal tests to ht. | Linus Nordberg | 2014-04-25 | 1 | -2/+27 |
| * | Allow for empty hash trees. | Linus Nordberg | 2014-04-25 | 1 | -9/+30 |
| * | Produce SPT's, add tests. | Linus Nordberg | 2014-04-25 | 4 | -21/+227 |
| * | WIP plop.erl | Linus Nordberg | 2014-04-21 | 1 | -0/+77 |
