summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add some debugging help to README.Linus Nordberg2015-02-271-0/+6
* Make merge.sh actually work.Linus Nordberg2015-02-271-6/+10
* Remove mergedb before starting merge.Linus Nordberg2015-02-271-0/+1
* chmod +x merge.shLinus Nordberg2015-02-272-1/+1
* Added instructions for minimal system setupMagnus Ahltorp2015-02-271-0/+83
* verifysct.py: Fetch fresh STH instead of using oldMagnus Ahltorp2015-02-271-3/+8
* Add saving and verification of SCT to python toolsMagnus Ahltorp2015-02-272-19/+144
* Add consistency proof checking to testcase1Magnus Ahltorp2015-02-273-3/+28
* Added tool for drawing merkle trees and extracting node hashesMagnus Ahltorp2015-02-271-0/+123
* Update README and finish merge.sh in the minimal docker example.Linus Nordberg2015-02-272-5/+20
* Fix a bug where verification of EC signatures made us crash.Linus Nordberg2015-02-271-33/+40
* Don't start erl with `-name'.Linus Nordberg2015-02-271-2/+2
* Verify that known roots are indeed signing themselves.Linus Nordberg2015-02-2712-236/+382
* Even more debug logging.Linus Nordberg2015-02-251-0/+3
* Add debug logging.Linus Nordberg2015-02-251-0/+5
* Don't dump rejected certs to disk.Linus Nordberg2015-02-251-1/+0
* Extend 'modules' and 'applications' in application resource file.Linus Nordberg2015-02-251-2/+2
* Add packaging and examples.Linus Nordberg2015-02-24473-0/+12211
* testcase1: Actually verify inclusion proofMagnus Ahltorp2015-02-202-4/+33
* Move public keys to separate fileMagnus Ahltorp2015-02-202-14/+15
* Added verification of consistency proofsMagnus Ahltorp2015-02-202-0/+95
* Added hackney dependency text in README.mdMagnus Ahltorp2015-02-201-0/+5
* Add fetching all certs to the list of testsMagnus Ahltorp2015-02-201-3/+4
* Implement function to fetch consistency proofMagnus Ahltorp2015-02-201-9/+99
* fetchallcerts.py: handle precertsMagnus Ahltorp2015-02-203-37/+249
* fetchallcerts.py: Store certificates.Magnus Ahltorp2015-02-201-25/+30
* Wait after first submission. Continue on http error 400. Print submission rat...Magnus Ahltorp2015-02-202-7/+36
* merge.py: Only ask node that actually has the entry.Magnus Ahltorp2015-02-201-21/+70
* Log time spent serving a requestMagnus Ahltorp2015-02-201-0/+3
* Make mochiweb pool size configurableMagnus Ahltorp2015-02-201-0/+1
* Added hackney applicationMagnus Ahltorp2015-02-202-1/+3
* Move hardcoded merge parameters to command lineMagnus Ahltorp2015-02-203-33/+49
* merge.py: add call to storage/getentry since fetchnewentries no longer gives ...Magnus Ahltorp2015-02-201-2/+18
* Remove references to jiffyMagnus Ahltorp2015-02-201-1/+0
* Use log level 'warning' for tests.Linus Nordberg2015-02-201-1/+1
* Stop validating that cert.issuer matches issuer.subject.Linus Nordberg2015-02-201-46/+27
* Make unit tests work again.Linus Nordberg2015-02-198-29/+52
* Have README reflect the current state of logging a bit better.Linus Nordberg2014-11-211-7/+5
* We don't use jiffy any more.Linus Nordberg2014-11-201-2/+1
* Catch ctrl-c more correctly. Catch SystemExit from add_chain and exit in main...Magnus Ahltorp2014-11-181-8/+22
* Verify certificates by decoding them as 'plain' certs rather than 'otp.Linus Nordberg2014-11-182-67/+201
* Entry hash runs over leaf plus chain.Linus Nordberg2014-11-181-2/+2
* Log some info about certs that don't parse and why.Linus Nordberg2014-11-052-11/+27
* Make 'release' depend on 'all'.Linus Nordberg2014-11-031-1/+1
* Protect rel/db when making 'release'.Linus Nordberg2014-11-031-0/+3
* Merge remote-tracking branch 'refs/remotes/map/external-merge3' into merging-...Linus Nordberg2014-10-2922-201/+688
|\
| * httpd.conf removed, reflect this in Makefile. Touch test db files.external-merge3Magnus Ahltorp2014-10-281-2/+2
| * Check return value from merge.pyMagnus Ahltorp2014-10-281-6/+15
| * certtools.py: fix bug in build_merkle_treeMagnus Ahltorp2014-10-281-0/+3
| * merge.py: send whole sth in sendsth callMagnus Ahltorp2014-10-272-1/+46