Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow non-TLS http | Magnus Ahltorp | 2015-03-31 | 3 | -23/+41 | |
* | Allow local administrator to override IP address and port for web server | Magnus Ahltorp | 2015-03-30 | 5 | -11/+34 | |
* | Revert "Fix typo in makerelease.erl." | Linus Nordberg | 2015-03-27 | 1 | -2/+2 | |
* | Fix typo in makerelease.erl. | Linus Nordberg | 2015-03-27 | 1 | -2/+2 | |
* | Handle multiple signing nodes | Magnus Ahltorp | 2015-03-27 | 2 | -6/+12 | |
* | Add make.erl. | Linus Nordberg | 2015-03-27 | 1 | -0/+18 | |
* | Provide function for calculating entryhash from entry | Magnus Ahltorp | 2015-03-27 | 3 | -1/+28 | |
* | Update docker docu a bit. | Linus Nordberg | 2015-03-26 | 1 | -3/+5 | |
* | Don't apt-get -qq. | Linus Nordberg | 2015-03-26 | 3 | -3/+6 | |
* | [Make] db/treesize isn't used anymore. | Linus Nordberg | 2015-03-26 | 1 | -1/+0 | |
* | Cosmetic changes. | Linus Nordberg | 2015-03-26 | 1 | -5/+1 | |
* | [Docker] Use newer mochiweb, lager and hackney. | Linus Nordberg | 2015-03-26 | 1 | -3/+3 | |
* | Document (some of) the Python dependencies needed for merge. | Linus Nordberg | 2015-03-26 | 1 | -4/+14 | |
* | Merge remote-tracking branch 'refs/remotes/map/compileconfig2' | Linus Nordberg | 2015-03-25 | 18 | -297/+1763 | |
|\ | ||||||
| * | Fix typo | Magnus Ahltorp | 2015-03-23 | 1 | -1/+1 | |
| * | Generate config from master config. Verify responses in merge.py. | Magnus Ahltorp | 2015-03-23 | 13 | -231/+467 | |
| * | Make timing printouts optional in merge.py | Magnus Ahltorp | 2015-03-23 | 1 | -2/+5 | |
| * | Support multiple baseurls in test | Magnus Ahltorp | 2015-03-23 | 1 | -51/+62 | |
| * | Fix signature calculation in test | Magnus Ahltorp | 2015-03-23 | 1 | -1/+2 | |
| * | Added precert handling for SCT calculation | Magnus Ahltorp | 2015-03-23 | 3 | -17/+58 | |
| * | Added validatestore.py | Magnus Ahltorp | 2015-03-23 | 4 | -0/+1145 | |
| * | Add submission of precerts | Magnus Ahltorp | 2015-03-23 | 2 | -1/+30 | |
* | | Merge branch 'store-rejected' | Linus Nordberg | 2015-03-25 | 14 | -65/+968 | |
|\ \ | ||||||
| * | | Store rejected certificates. | Linus Nordberg | 2015-03-25 | 14 | -52/+955 | |
| * | | Clarify that 0.test.pem is not a valid #'OTPCertificate'{}. | Linus Nordberg | 2015-03-24 | 1 | -14/+14 | |
| |/ | ||||||
* | | Add tools/fetchacert.py, fetching exactly one chain from a log. | Linus Nordberg | 2015-03-25 | 3 | -10/+32 | |
* | | Add rel to .gitignore. | Linus Nordberg | 2015-03-25 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'precert2' | Linus Nordberg | 2015-03-23 | 15 | -243/+795 | |
|\ | ||||||
| * | Add spec's for most functions. | Linus Nordberg | 2015-03-23 | 2 | -11/+9 | |
| * | Add submission and verification of two precerts to the tests. | Linus Nordberg | 2015-03-23 | 5 | -0/+236 | |
| * | Formatting; remove debug printouts. | Linus Nordberg | 2015-03-23 | 2 | -49/+21 | |
| * | Add precert handling. | Linus Nordberg | 2015-03-23 | 4 | -167/+389 | |
| * | Test more | Magnus Ahltorp | 2015-03-08 | 2 | -1/+20 | |
| * | Cache SCT:s | Magnus Ahltorp | 2015-03-08 | 1 | -12/+31 | |
| * | merge.py: Store certs in hashed directory structure | Magnus Ahltorp | 2015-03-08 | 1 | -2/+19 | |
| * | Save STH instead of calculating a new one each time. | Magnus Ahltorp | 2015-03-04 | 5 | -16/+21 | |
| * | merge.py: use external signing | Magnus Ahltorp | 2015-03-03 | 4 | -11/+18 | |
| * | Move http_request to certtools | Magnus Ahltorp | 2015-03-03 | 2 | -25/+28 | |
| * | Move to external signing | Magnus Ahltorp | 2015-03-02 | 5 | -5/+53 | |
| * | Make sign and ht optional processes. Move sign args to config. | Magnus Ahltorp | 2015-03-01 | 1 | -0/+3 | |
| * | 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 |