summaryrefslogtreecommitdiff
path: root/tools/compileconfig.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for option 'max_submit_size' to compileconfig.py.Linus Nordberg2015-11-201-0/+4
|
* Change application URL to open/gaol/v1.Linus Nordberg2015-11-201-7/+7
|
* Accept any kind of submitted data, not only X.509 certificate chains.Linus Nordberg2015-11-201-2/+1
| | | | | | | | Have add_chain() take a blob instead of a cert leaf and a chain. Rename ct/v1/add-chain -> add-blob. Remove ct/v1/add-pre-chain. Remove chain checking code. Generate allowed_client config matching new HTTP API.
* Spurious whitespace.Linus Nordberg2015-11-121-1/+1
|
* Handle multiple node types for a nodeMagnus Ahltorp2015-11-121-56/+63
|
* Selectable db backend only available for merge nodes for nowMagnus Ahltorp2015-11-111-0/+1
|
* Make it possible to select backend perm storageMagnus Ahltorp2015-11-111-4/+9
|
* Add ERLANGNODES to (generated) test.mk.Linus Nordberg2015-11-101-0/+3
| | | | merge-1 is a NODE but doesn't have an erl(1) instance.
* Add path for sendsth-verifiedMagnus Ahltorp2015-09-151-0/+1
|
* Follow internal HTTP API URL changes.internal-apiLinus Nordberg2015-08-201-22/+22
|
* Added storage gc scriptMagnus Ahltorp2015-07-311-0/+1
|
* Set verifiedsize after merge backup is verifiedMagnus Ahltorp2015-07-311-0/+1
|
* Preliminary merge secondary support. Change merge db to lowercase.Magnus Ahltorp2015-07-311-12/+46
|
* Implement rate limiting of add_chainMagnus Ahltorp2015-06-121-0/+18
|
* Don't answer public requests if STH is too old or nonexistentMagnus Ahltorp2015-06-121-0/+2
|
* Add verification of whole entry. Implement library call for plop verification.Magnus Ahltorp2015-06-101-0/+2
|
* Don't require logprivatekey if hsm is configured for a signing node.Magnus Ahltorp2015-04-231-1/+5
|
* Add HSM support in compileconfig.pyMagnus Ahltorp2015-04-101-0/+3
|
* Docker packaging.Linus Nordberg2015-04-011-1/+1
|
* Cleanup tests and use urllib2.build_openerMagnus Ahltorp2015-03-311-1/+1
| | | | | | | | | 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 non-TLS httpMagnus Ahltorp2015-03-311-6/+18
| | | | Closes CATLFISH-31
* Allow local administrator to override IP address and port for web serverMagnus Ahltorp2015-03-301-6/+15
| | | | Closes CATLFISH-30
* Handle multiple signing nodesMagnus Ahltorp2015-03-271-3/+4
|
* Provide function for calculating entryhash from entryMagnus Ahltorp2015-03-271-0/+2
|
* Generate config from master config. Verify responses in merge.py.Magnus Ahltorp2015-03-231-0/+283