Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tools] Require precerttools to be imported successfully. | Linus Nordberg | 2015-04-25 | 1 | -4/+1 |
| | | | | | submitcert.py would fail mysteriously when finding a precert and python-pyasn1 wasn't installed. | ||||
* | Verify SSL certificates and hostnames in python code | Magnus Ahltorp | 2015-04-10 | 1 | -0/+3 |
| | | | | Closes CATLFISH-34 | ||||
* | Cleanup tests and use urllib2.build_opener | Magnus Ahltorp | 2015-03-31 | 1 | -1/+4 |
| | | | | | | | | | 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 | ||||
* | Added precert handling for SCT calculation | Magnus Ahltorp | 2015-03-23 | 1 | -9/+29 |
| | |||||
* | Add submission of precerts | Magnus Ahltorp | 2015-03-23 | 1 | -1/+7 |
| | |||||
* | Add saving and verification of SCT to python tools | Magnus Ahltorp | 2015-02-27 | 1 | -19/+43 |
| | |||||
* | fetchallcerts.py: handle precerts | Magnus Ahltorp | 2015-02-20 | 1 | -12/+39 |
| | | | | | | | 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 | -6/+33 |
| | | | | rate and number of submissions every 1000 submissions. | ||||
* | Catch ctrl-c more correctly. Catch SystemExit from add_chain and exit in ↵ | Magnus Ahltorp | 2014-11-18 | 1 | -8/+22 |
| | | | | main process instead | ||||
* | submitcert.py: submit multiple cert chains | Magnus Ahltorp | 2014-10-27 | 1 | -40/+64 |
| | |||||
* | Add copyright and licensing information.copyright | Linus Nordberg | 2014-10-15 | 1 | -0/+4 |
| | | | | After offline discussions with Magnus Ahltorp. | ||||
* | Added basic system test | Magnus Ahltorp | 2014-10-08 | 1 | -1/+1 |
| | |||||
* | Simplify submitcert | Magnus Ahltorp | 2014-10-08 | 1 | -49/+31 |
| | |||||
* | submitcert: Validate SCT and compare log id | Magnus Ahltorp | 2014-09-25 | 1 | -0/+19 |
| | |||||
* | submitcert.py: Get submitted entry from log and compare | Magnus Ahltorp | 2014-09-24 | 1 | -0/+19 |
| | |||||
* | Add whitespace in order to break long lines.certtools-whitespace | Linus Nordberg | 2014-09-23 | 1 | -3/+3 |
| | | | | Also, use /usr/bin/env. | ||||
* | Added submitcert.py | Magnus Ahltorp | 2014-09-23 | 1 | -0/+50 |