Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preliminary merge secondary support. Change merge db to lowercase. | Magnus Ahltorp | 2015-07-31 | 2 | -0/+23 |
| | |||||
* | Implement rate limiting of add_chain | Magnus Ahltorp | 2015-06-12 | 1 | -0/+3 |
| | |||||
* | Don't answer public requests if STH is too old or nonexistent | Magnus Ahltorp | 2015-06-12 | 1 | -0/+2 |
| | |||||
* | Remove unused file. | Linus Nordberg | 2015-05-06 | 1 | -36/+0 |
| | |||||
* | Run all types of nodes from the same docker image. | Linus Nordberg | 2015-04-13 | 1 | -0/+1 |
| | |||||
* | Move path to verifycert.erl to config file. | Linus Nordberg | 2015-04-10 | 1 | -0/+1 |
| | |||||
* | Testing environment for hsm signing | Magnus Ahltorp | 2015-04-10 | 1 | -0/+6 |
| | |||||
* | Generate test authentication keys dynamically | Magnus Ahltorp | 2015-03-31 | 8 | -36/+0 |
| | |||||
* | X.509 cert generation for http server | Magnus Ahltorp | 2015-03-31 | 3 | -7/+10 |
| | |||||
* | Cleanup tests and use urllib2.build_opener | Magnus Ahltorp | 2015-03-31 | 3 | -14/+14 |
| | | | | | | | | | Remove unused files Generate test config files directly in release directory Move test database files to "tests" directory Generate log key when preparing tests Report error when STH not found in v1.erl Make merge, fetchallcerts, submitcert, verifysct, and testcase1 take log key as argument | ||||
* | Allow local administrator to override IP address and port for web server | Magnus Ahltorp | 2015-03-30 | 3 | -5/+15 |
| | | | | Closes CATLFISH-30 | ||||
* | Merge remote-tracking branch 'refs/remotes/map/compileconfig2' | Linus Nordberg | 2015-03-25 | 7 | -135/+56 |
|\ | | | | | | | | | Conflicts: .gitignore | ||||
| * | Generate config from master config. Verify responses in merge.py. | Magnus Ahltorp | 2015-03-23 | 7 | -135/+56 |
| | | |||||
* | | Store rejected certificates. | Linus Nordberg | 2015-03-25 | 13 | -0/+861 |
|/ | | | | | | | 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. | ||||
* | Test more | Magnus Ahltorp | 2015-03-08 | 1 | -0/+1 |
| | |||||
* | Save STH instead of calculating a new one each time. | Magnus Ahltorp | 2015-03-04 | 2 | -1/+2 |
| | |||||
* | merge.py: use external signing | Magnus Ahltorp | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | Move to external signing | Magnus Ahltorp | 2015-03-02 | 4 | -3/+49 |
| | |||||
* | Make sign and ht optional processes. Move sign args to config. | Magnus Ahltorp | 2015-03-01 | 1 | -0/+3 |
| | |||||
* | Require authentication for merge calls | Magnus Ahltorp | 2015-02-27 | 2 | -6/+6 |
| | |||||
* | Added authentication between frontend and storage nodes | Magnus Ahltorp | 2015-02-27 | 8 | -2/+56 |
| | |||||
* | Verify that known roots are indeed signing themselves. | Linus Nordberg | 2015-02-27 | 10 | -214/+330 |
| | | | | | | | This filters out certificates with signing algorithms that we can't handle. Also, make unit tests better. | ||||
* | Use log level 'warning' for tests. | Linus Nordberg | 2015-02-20 | 1 | -1/+1 |
| | | | | Debug is so messy. | ||||
* | Make unit tests work again. | Linus Nordberg | 2015-02-19 | 2 | -0/+15 |
| | | | | Makefile target 'check' runs them. | ||||
* | Move internal HTTP APIs to mochiweb. | Magnus Ahltorp | 2014-10-25 | 4 | -49/+10 |
| | |||||
* | System tests for external merge | Magnus Ahltorp | 2014-10-24 | 4 | -0/+105 |
| | |||||
* | Implement cert chain validation. | Linus Nordberg | 2014-10-22 | 8 | -0/+220 |
| | | | | NOTE: Presence of and constraints on names are not being validated. | ||||
* | Add licensing information. | Linus Nordberg | 2014-06-10 | 1 | -0/+3 |
| | |||||
* | Change ctls -> catlfish. | Linus Nordberg | 2014-06-10 | 1 | -3/+3 |
| | |||||
* | Add support for get-sth. | Linus Nordberg | 2014-05-05 | 1 | -2/+15 |
| | |||||
* | Whitespace, be gone. | Linus Nordberg | 2014-05-04 | 1 | -1/+1 |
| | |||||
* | Add (very few) tests and build them. | Linus Nordberg | 2014-05-04 | 1 | -0/+20 |