summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [Docker] Use newer mochiweb, lager and hackney.Linus Nordberg2015-03-261-3/+3
|
* Document (some of) the Python dependencies needed for merge.Linus Nordberg2015-03-261-4/+14
|
* Merge remote-tracking branch 'refs/remotes/map/compileconfig2'Linus Nordberg2015-03-2518-297/+1763
|\ | | | | | | | | Conflicts: .gitignore
| * Fix typoMagnus Ahltorp2015-03-231-1/+1
| |
| * Generate config from master config. Verify responses in merge.py.Magnus Ahltorp2015-03-2313-231/+467
| |
| * Make timing printouts optional in merge.pyMagnus Ahltorp2015-03-231-2/+5
| |
| * Support multiple baseurls in testMagnus Ahltorp2015-03-231-51/+62
| |
| * Fix signature calculation in testMagnus Ahltorp2015-03-231-1/+2
| |
| * Added precert handling for SCT calculationMagnus Ahltorp2015-03-233-17/+58
| |
| * Added validatestore.pyMagnus Ahltorp2015-03-234-0/+1145
| |
| * Add submission of precertsMagnus Ahltorp2015-03-232-1/+30
| |
* | Merge branch 'store-rejected'Linus Nordberg2015-03-2514-65/+968
|\ \
| * | Store rejected certificates.Linus Nordberg2015-03-2514-52/+955
| | | | | | | | | | | | | | | | | | | | | Not storing the full chain, which would be even more useful. No rate limiting, which would be good. Also, reorganise some in x509.erl and add tests.
| * | Clarify that 0.test.pem is not a valid #'OTPCertificate'{}.Linus Nordberg2015-03-241-14/+14
| |/ | | | | | | Also some cosmetic changes.
* | Add tools/fetchacert.py, fetching exactly one chain from a log.Linus Nordberg2015-03-253-10/+32
| | | | | | | | Also move a piece of common code from fetchallcerts.py to certtools.py.
* | Add rel to .gitignore.Linus Nordberg2015-03-251-0/+1
|/
* Merge branch 'precert2'Linus Nordberg2015-03-2315-243/+795
|\ | | | | | | | | Conflicts: Makefile
| * Add spec's for most functions.Linus Nordberg2015-03-232-11/+9
| | | | | | | | NOTE: We're not dialyzer clean yet.
| * Add submission and verification of two precerts to the tests.Linus Nordberg2015-03-235-0/+236
| | | | | | | | One of them is signed by an ordinare cert, the other by a precertificate
| * Formatting; remove debug printouts.Linus Nordberg2015-03-232-49/+21
| |
| * Add precert handling.Linus Nordberg2015-03-234-167/+389
| |
| * Test moreMagnus Ahltorp2015-03-082-1/+20
| |
| * Cache SCT:sMagnus Ahltorp2015-03-081-12/+31
| |
| * merge.py: Store certs in hashed directory structureMagnus Ahltorp2015-03-081-2/+19
| |
| * Save STH instead of calculating a new one each time.Magnus Ahltorp2015-03-045-16/+21
| |
| * merge.py: use external signingMagnus Ahltorp2015-03-034-11/+18
| |
| * Move http_request to certtoolsMagnus Ahltorp2015-03-032-25/+28
| |
| * Move to external signingMagnus Ahltorp2015-03-025-5/+53
| |
| * Make sign and ht optional processes. Move sign args to config.Magnus Ahltorp2015-03-011-0/+3
| |
| * Move test nodes list to variablesMagnus Ahltorp2015-02-281-4/+7
| |
| * Improve tests-start and tests-stopMagnus Ahltorp2015-02-272-6/+38
| |
| * Updating documentation to reflect authentication changesMagnus Ahltorp2015-02-271-1/+7
| |
* | Improve tests-start and tests-stopMagnus Ahltorp2015-02-272-6/+38
| |
* | Updating documentation to reflect authentication changesMagnus Ahltorp2015-02-271-1/+7
| |
* | Merge remote-tracking branch 'refs/remotes/map/authentication2'Linus Nordberg2015-02-2712-17/+119
|\ \ | |/
| * Require authentication for merge callsMagnus Ahltorp2015-02-274-17/+39
| |
| * Added authentication between frontend and storage nodesMagnus Ahltorp2015-02-2710-6/+86
| |
* | Make build.sh executable.Linus Nordberg2015-02-271-0/+0
|/
* 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
| | | | | | How bad is this idea if you ever want to restart merge without starting the log from scratch? As long as the storage node doesn't lose its data, I guess it's ok.
* chmod +x merge.shLinus Nordberg2015-02-272-1/+1
| | | | Also fix path in README.
* 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
| | | | Fix consistency proof checking when first size is power of 2
* 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.extmergeLinus Nordberg2015-02-272-5/+20
|
* Fix a bug where verification of EC signatures made us crash.Linus Nordberg2015-02-271-33/+40
| | | | | Also, have valid_chain_p return boolean, add some debug logging and detect invalid signature types instead of crashing.
* Don't start erl with `-name'.Linus Nordberg2015-02-271-2/+2
| | | | That's for distributed nodes and we don't do that.