summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't require logprivatekey if hsm is configured for a signing node.mergesecondaryMagnus Ahltorp2015-04-232-10/+16
|
* Add remote script for merge secondaryMagnus Ahltorp2015-04-232-3/+10
|
* Add support for merge secondariesMagnus Ahltorp2015-04-233-53/+119
|
* [docker] Add softhsm2.Linus Nordberg2015-04-231-5/+14
|
* [docker] Remove unused supervisord.conf.Linus Nordberg2015-04-231-6/+0
|
* Replace halt.py with a more generic to_catlfish.py.Linus Nordberg2015-04-232-4/+8
| | | | | Use to_catlfish.py with "init:stop()". This will be useful for stopping in non testing scenarios.
* Add dockerfile for Tor onion services.Linus Nordberg2015-04-222-0/+21
|
* Change language in design doc to not use "master" and "slave".Linus Nordberg2015-04-191-17/+17
|
* Add defaults for erlbase and database in docker start file.Linus Nordberg2015-04-192-2/+5
|
* Remove spurious printout from merge.sh.Linus Nordberg2015-04-161-2/+0
|
* Set string_mask in OpenSSL config file when creating a certificate request.Linus Nordberg2015-04-161-0/+1
| | | | utf8only should match modern OpenSSL configs.
* catlfish-0.6.0.Linus Nordberg2015-04-137-41/+49
|
* [reltool] Use profile standalone.Linus Nordberg2015-04-131-0/+2
| | | | Decreases the size of the release directory by 50%.
* Run all types of nodes from the same docker image.Linus Nordberg2015-04-1311-66/+60
|
* Base catlfish-merge docker image on erlang instead of base.Linus Nordberg2015-04-101-1/+1
| | | | We need erlang (escript) for running verify.erl.
* Move path to verifycert.erl to config file.Linus Nordberg2015-04-102-1/+2
|
* Remove an extra annoying debug log printout.Linus Nordberg2015-04-101-3/+0
|
* Verify SSL certificates and hostnames in python codesslverifyMagnus Ahltorp2015-04-107-19/+42
| | | | Closes CATLFISH-34
* Add HSM support in compileconfig.pyMagnus Ahltorp2015-04-101-0/+3
|
* Testing environment for hsm signingMagnus Ahltorp2015-04-102-0/+10
|
* Merge branch 'master' into official-masterLinus Nordberg2015-04-101-0/+32
|\
| * Update LICENSE to list other licenses as well.Linus Nordberg2015-04-101-0/+32
| |
* | Merge branch 'master' into official-masterLinus Nordberg2015-04-097-7/+7
|\ \ | |/
| * Fix copyright strings.Linus Nordberg2015-04-097-7/+7
| |
| * Merge branch 'mergeverify2'.Linus Nordberg2015-04-073-7/+92
| |\ | | | | | | | | | Minor tweaks on map/mergeverify2.
* | \ Verify new entries when merging.Linus Nordberg2015-04-073-7/+92
|\ \ \ | |/ / |/| / | |/ | | Minor tweaks on map/mergeverify2. Closes CATLFISH-36.
| * catlfish version is 0.6.0-dev.Linus Nordberg2015-04-071-6/+6
| | | | | | | | Also, call the list of root certs RootCerts.
| * Verify that database entry actually contains the certificatemergeverify2Magnus Ahltorp2015-04-073-4/+80
| |
| * Retry sendlog on errorMagnus Ahltorp2015-04-021-3/+12
| |
* | Update the instructions to start a small log.Linus Nordberg2015-04-031-6/+16
| |
* | Bump version to 0.6.0-dev.Linus Nordberg2015-04-032-9/+8
| |
* | [Docker] Add docker support for merge nodes.Linus Nordberg2015-04-035-13/+94
| | | | | | | | Also, run as a separate user in docker-dev.
* | Do cd into $INSTDIR after all.Linus Nordberg2015-04-011-2/+2
| | | | | | | | map is right.
* | Docker packaging.Linus Nordberg2015-04-019-64/+115
|/
* Wait 0.5 seconds after writing halt commandgenauthkeysMagnus Ahltorp2015-03-311-1/+6
|
* Only include relevant files in releaseMagnus Ahltorp2015-03-311-1/+1
|
* Generate test authentication keys dynamicallyMagnus Ahltorp2015-03-319-38/+6
|
* Rename RELDIR -> PREFIX.Linus Nordberg2015-03-311-39/+39
|
* Pass an SSL context to urrllib2.Linus Nordberg2015-03-311-4/+4
|
* X.509 cert generation for http servercagenMagnus Ahltorp2015-03-314-8/+37
|
* Cleanup tests and use urllib2.build_openercleanup-testsMagnus Ahltorp2015-03-3119-183/+134
| | | | | | | | | 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 httpnopublicssl3Magnus Ahltorp2015-03-313-23/+41
| | | | Closes CATLFISH-31
* Allow local administrator to override IP address and port for web serverMagnus Ahltorp2015-03-305-11/+34
| | | | Closes CATLFISH-30
* Revert "Fix typo in makerelease.erl."Linus Nordberg2015-03-271-2/+2
| | | | This reverts commit e436e8ee9fb3239baa6bd926bf5ef1bc501734b6.
* Fix typo in makerelease.erl.Linus Nordberg2015-03-271-2/+2
| | | | | Conflicts: makerelease.erl
* Handle multiple signing nodesMagnus Ahltorp2015-03-272-6/+12
|
* Add make.erl.Linus Nordberg2015-03-271-0/+18
|
* Provide function for calculating entryhash from entryentryhash-mergeMagnus Ahltorp2015-03-273-1/+28
|
* Update docker docu a bit.Linus Nordberg2015-03-261-3/+5
|
* Don't apt-get -qq.Linus Nordberg2015-03-263-3/+6
| | | | Set frontend 'noninteractive' first.