Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add precert handling. | Linus Nordberg | 2015-03-23 | 1 | -7/+7 |
| | |||||
* | merge.py: use external signing | Magnus Ahltorp | 2015-03-03 | 1 | -6/+14 |
| | |||||
* | Move http_request to certtools | Magnus Ahltorp | 2015-03-03 | 1 | -0/+18 |
| | |||||
* | Add consistency proof checking to testcase1 | Magnus Ahltorp | 2015-02-27 | 1 | -1/+4 |
| | | | | Fix consistency proof checking when first size is power of 2 | ||||
* | testcase1: Actually verify inclusion proof | Magnus Ahltorp | 2015-02-20 | 1 | -2/+24 |
| | |||||
* | Move public keys to separate file | Magnus Ahltorp | 2015-02-20 | 1 | -14/+1 |
| | |||||
* | Added verification of consistency proofs | Magnus Ahltorp | 2015-02-20 | 1 | -0/+89 |
| | |||||
* | Implement function to fetch consistency proof | Magnus Ahltorp | 2015-02-20 | 1 | -9/+99 |
| | | | | | Implement function to calculate tree head from disk Implement function to calculate an intermediate node from disk | ||||
* | fetchallcerts.py: handle precerts | Magnus Ahltorp | 2015-02-20 | 1 | -3/+90 |
| | | | | | | | submitcert.py: handle .zip files fetchallcerts.py: Always calculate full tree fetchallcerts.py: Cache level 16 hashes fetchallcerts.py: Save STH | ||||
* | Wait after first submission. Continue on http error 400. Print submission ↵ | Magnus Ahltorp | 2015-02-20 | 1 | -1/+3 |
| | | | | rate and number of submissions every 1000 submissions. | ||||
* | Move hardcoded merge parameters to command line | Magnus Ahltorp | 2015-02-20 | 1 | -14/+23 |
| | |||||
* | certtools.py: fix bug in build_merkle_tree | Magnus Ahltorp | 2014-10-28 | 1 | -0/+3 |
| | |||||
* | merge.py: send whole sth in sendsth call | Magnus Ahltorp | 2014-10-27 | 1 | -0/+20 |
| | |||||
* | fetchallcerts.py: calculate root hash | Magnus Ahltorp | 2014-10-27 | 1 | -0/+24 |
| | |||||
* | Added fetchallcerts.py | Magnus Ahltorp | 2014-10-27 | 1 | -0/+8 |
| | |||||
* | submitcert.py: submit multiple cert chains | Magnus Ahltorp | 2014-10-27 | 1 | -0/+14 |
| | |||||
* | Add copyright and licensing information.copyright | Linus Nordberg | 2014-10-15 | 1 | -0/+3 |
| | | | | After offline discussions with Magnus Ahltorp. | ||||
* | Added basic system test | Magnus Ahltorp | 2014-10-08 | 1 | -13/+36 |
| | |||||
* | Simplify submitcert | Magnus Ahltorp | 2014-10-08 | 1 | -8/+40 |
| | |||||
* | submitcert: Validate SCT and compare log id | Magnus Ahltorp | 2014-09-25 | 1 | -1/+40 |
| | |||||
* | submitcert.py: Get submitted entry from log and compare | Magnus Ahltorp | 2014-09-24 | 1 | -1/+29 |
| | |||||
* | Import sys. | Linus Nordberg | 2014-09-23 | 1 | -0/+1 |
| | | | | Fix by map. | ||||
* | Add whitespace in order to break long lines.certtools-whitespace | Linus Nordberg | 2014-09-23 | 1 | -8/+14 |
| | | | | Also, use /usr/bin/env. | ||||
* | Added submitcert.py | Magnus Ahltorp | 2014-09-23 | 1 | -0/+74 |