summaryrefslogtreecommitdiff
path: root/tools/submitcert.py
Commit message (Collapse)AuthorAgeFilesLines
* [tools] Require precerttools to be imported successfully.Linus Nordberg2015-04-251-4/+1
| | | | | submitcert.py would fail mysteriously when finding a precert and python-pyasn1 wasn't installed.
* Verify SSL certificates and hostnames in python codesslverifyMagnus Ahltorp2015-04-101-0/+3
| | | | Closes CATLFISH-34
* Cleanup tests and use urllib2.build_openercleanup-testsMagnus Ahltorp2015-03-311-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 calculationMagnus Ahltorp2015-03-231-9/+29
|
* Add submission of precertsMagnus Ahltorp2015-03-231-1/+7
|
* Add saving and verification of SCT to python toolsMagnus Ahltorp2015-02-271-19/+43
|
* fetchallcerts.py: handle precertsMagnus Ahltorp2015-02-201-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 Ahltorp2015-02-201-6/+33
| | | | rate and number of submissions every 1000 submissions.
* Catch ctrl-c more correctly. Catch SystemExit from add_chain and exit in ↵Magnus Ahltorp2014-11-181-8/+22
| | | | main process instead
* submitcert.py: submit multiple cert chainsMagnus Ahltorp2014-10-271-40/+64
|
* Add copyright and licensing information.Linus Nordberg2014-10-151-0/+4
| | | | After offline discussions with Magnus Ahltorp.
* Added basic system testMagnus Ahltorp2014-10-081-1/+1
|
* Simplify submitcertMagnus Ahltorp2014-10-081-49/+31
|
* submitcert: Validate SCT and compare log idtesttools3Magnus Ahltorp2014-09-251-0/+19
|
* submitcert.py: Get submitted entry from log and compareMagnus Ahltorp2014-09-241-0/+19
|
* Add whitespace in order to break long lines.Linus Nordberg2014-09-231-3/+3
| | | | Also, use /usr/bin/env.
* Added submitcert.pytesttoolsMagnus Ahltorp2014-09-231-0/+50