| Commit message (Expand) | Author | Age | Files | Lines |
* | Limit HTTP chunk size to 900000 bytes | Magnus Ahltorp | 2016-03-17 | 1 | -1/+8 |
* | Make http_request take optional session parameter | Magnus Ahltorp | 2016-03-15 | 1 | -32/+38 |
* | Make it work with older python-requests | Magnus Ahltorp | 2016-03-09 | 1 | -3/+12 |
* | Use python requests package instead of urllib2 | Magnus Ahltorp | 2016-03-09 | 1 | -106/+88 |
* | Add a test for when merge backup fails. | Linus Nordberg | 2015-11-10 | 1 | -0/+3 |
* | Cosmetic. | Linus Nordberg | 2015-11-10 | 1 | -2/+2 |
* | Follow internal HTTP API URL changes.internal-api | Linus Nordberg | 2015-08-20 | 1 | -1/+1 |
* | Added storage gc script | Magnus Ahltorp | 2015-07-31 | 1 | -0/+9 |
* | Removed python 2.6 SSL workaround | Magnus Ahltorp | 2015-06-10 | 1 | -19/+5 |
* | Don't exit on signing error | Magnus Ahltorp | 2015-06-10 | 1 | -1/+1 |
* | Merge remote-tracking branch 'refs/remotes/john/https_get_for_old_python' | Linus Nordberg | 2015-06-01 | 1 | -6/+48 |
|\ |
|
| * | Added a https get function for old python | John Van de Meulebrouck Brendgard | 2015-05-22 | 1 | -6/+48 |
* | | Don't require --publickey, but print better error message. | Magnus Ahltorp | 2015-05-22 | 1 | -1/+6 |
|/ |
|
* | Verify SSL certificates and hostnames in python code | Magnus Ahltorp | 2015-04-10 | 1 | -7/+16 |
* | Pass an SSL context to urrllib2. | Linus Nordberg | 2015-03-31 | 1 | -4/+4 |
* | Cleanup tests and use urllib2.build_opener | Magnus Ahltorp | 2015-03-31 | 1 | -18/+32 |
* | Merge remote-tracking branch 'refs/remotes/map/compileconfig2' | Linus Nordberg | 2015-03-25 | 1 | -11/+91 |
|\ |
|
| * | Generate config from master config. Verify responses in merge.py. | Magnus Ahltorp | 2015-03-23 | 1 | -8/+35 |
| * | Added precert handling for SCT calculation | Magnus Ahltorp | 2015-03-23 | 1 | -5/+15 |
| * | Added validatestore.py | Magnus Ahltorp | 2015-03-23 | 1 | -0/+20 |
| * | Add submission of precerts | Magnus Ahltorp | 2015-03-23 | 1 | -0/+23 |
* | | Add tools/fetchacert.py, fetching exactly one chain from a log. | Linus Nordberg | 2015-03-25 | 1 | -0/+10 |
|/ |
|
* | 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 |
* | 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 |
* | fetchallcerts.py: handle precerts | Magnus Ahltorp | 2015-02-20 | 1 | -3/+90 |
* | Wait after first submission. Continue on http error 400. Print submission rat... | Magnus Ahltorp | 2015-02-20 | 1 | -1/+3 |
* | 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 |
* | 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 |
* | Add whitespace in order to break long lines.certtools-whitespace | Linus Nordberg | 2014-09-23 | 1 | -8/+14 |
* | Added submitcert.py | Magnus Ahltorp | 2014-09-23 | 1 | -0/+74 |