| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Move test nodes list to variables | Magnus Ahltorp | 2015-02-28 | 1 | -4/+7 |
| * | Improve tests-start and tests-stop | Magnus Ahltorp | 2015-02-27 | 2 | -6/+38 |
| * | Updating documentation to reflect authentication changes | Magnus Ahltorp | 2015-02-27 | 1 | -1/+7 |
* | | Improve tests-start and tests-stop | Magnus Ahltorp | 2015-02-27 | 2 | -6/+38 |
* | | Updating documentation to reflect authentication changes | Magnus Ahltorp | 2015-02-27 | 1 | -1/+7 |
* | | Merge remote-tracking branch 'refs/remotes/map/authentication2' | Linus Nordberg | 2015-02-27 | 12 | -17/+119 |
|\ \
| |/ |
|
| * | Require authentication for merge calls | Magnus Ahltorp | 2015-02-27 | 4 | -17/+39 |
| * | Added authentication between frontend and storage nodes | Magnus Ahltorp | 2015-02-27 | 10 | -6/+86 |
* | | Make build.sh executable. | Linus Nordberg | 2015-02-27 | 1 | -0/+0 |
|/ |
|
* | Add some debugging help to README. | Linus Nordberg | 2015-02-27 | 1 | -0/+6 |
* | Make merge.sh actually work. | Linus Nordberg | 2015-02-27 | 1 | -6/+10 |
* | Remove mergedb before starting merge. | Linus Nordberg | 2015-02-27 | 1 | -0/+1 |
* | chmod +x merge.sh | Linus Nordberg | 2015-02-27 | 2 | -1/+1 |
* | Added instructions for minimal system setup | Magnus Ahltorp | 2015-02-27 | 1 | -0/+83 |
* | verifysct.py: Fetch fresh STH instead of using old | Magnus Ahltorp | 2015-02-27 | 1 | -3/+8 |
* | Add saving and verification of SCT to python tools | Magnus Ahltorp | 2015-02-27 | 2 | -19/+144 |
* | Add consistency proof checking to testcase1 | Magnus Ahltorp | 2015-02-27 | 3 | -3/+28 |
* | Added tool for drawing merkle trees and extracting node hashes | Magnus Ahltorp | 2015-02-27 | 1 | -0/+123 |
* | Update README and finish merge.sh in the minimal docker example.extmerge | Linus Nordberg | 2015-02-27 | 2 | -5/+20 |
* | Fix a bug where verification of EC signatures made us crash. | Linus Nordberg | 2015-02-27 | 1 | -33/+40 |
* | Don't start erl with `-name'. | Linus Nordberg | 2015-02-27 | 1 | -2/+2 |
* | Verify that known roots are indeed signing themselves. | Linus Nordberg | 2015-02-27 | 12 | -236/+382 |
* | Even more debug logging. | Linus Nordberg | 2015-02-25 | 1 | -0/+3 |
* | Add debug logging. | Linus Nordberg | 2015-02-25 | 1 | -0/+5 |
* | Don't dump rejected certs to disk. | Linus Nordberg | 2015-02-25 | 1 | -1/+0 |
* | Extend 'modules' and 'applications' in application resource file. | Linus Nordberg | 2015-02-25 | 1 | -2/+2 |
* | Add packaging and examples. | Linus Nordberg | 2015-02-24 | 473 | -0/+12211 |
* | testcase1: Actually verify inclusion proof | Magnus Ahltorp | 2015-02-20 | 2 | -4/+33 |
* | Move public keys to separate file | Magnus Ahltorp | 2015-02-20 | 2 | -14/+15 |
* | Added verification of consistency proofs | Magnus Ahltorp | 2015-02-20 | 2 | -0/+95 |
* | Added hackney dependency text in README.md | Magnus Ahltorp | 2015-02-20 | 1 | -0/+5 |
* | Add fetching all certs to the list of tests | Magnus Ahltorp | 2015-02-20 | 1 | -3/+4 |
* | Implement function to fetch consistency proof | Magnus Ahltorp | 2015-02-20 | 1 | -9/+99 |
* | fetchallcerts.py: handle precerts | Magnus Ahltorp | 2015-02-20 | 3 | -37/+249 |
* | fetchallcerts.py: Store certificates. | Magnus Ahltorp | 2015-02-20 | 1 | -25/+30 |
* | Wait after first submission. Continue on http error 400. Print submission rat... | Magnus Ahltorp | 2015-02-20 | 2 | -7/+36 |
* | merge.py: Only ask node that actually has the entry. | Magnus Ahltorp | 2015-02-20 | 1 | -21/+70 |
* | Log time spent serving a request | Magnus Ahltorp | 2015-02-20 | 1 | -0/+3 |
* | Make mochiweb pool size configurable | Magnus Ahltorp | 2015-02-20 | 1 | -0/+1 |
* | Added hackney application | Magnus Ahltorp | 2015-02-20 | 2 | -1/+3 |
* | Move hardcoded merge parameters to command line | Magnus Ahltorp | 2015-02-20 | 3 | -33/+49 |
* | merge.py: add call to storage/getentry since fetchnewentries no longer gives ... | Magnus Ahltorp | 2015-02-20 | 1 | -2/+18 |
* | Remove references to jiffy | Magnus Ahltorp | 2015-02-20 | 1 | -1/+0 |
* | Use log level 'warning' for tests. | Linus Nordberg | 2015-02-20 | 1 | -1/+1 |
* | Stop validating that cert.issuer matches issuer.subject. | Linus Nordberg | 2015-02-20 | 1 | -46/+27 |
* | Make unit tests work again. | Linus Nordberg | 2015-02-19 | 8 | -29/+52 |
* | Have README reflect the current state of logging a bit better. | Linus Nordberg | 2014-11-21 | 1 | -7/+5 |
* | We don't use jiffy any more. | Linus Nordberg | 2014-11-20 | 1 | -2/+1 |
* | Catch ctrl-c more correctly. Catch SystemExit from add_chain and exit in main... | Magnus Ahltorp | 2014-11-18 | 1 | -8/+22 |
* | Verify certificates by decoding them as 'plain' certs rather than 'otp. | Linus Nordberg | 2014-11-18 | 2 | -67/+201 |