summaryrefslogtreecommitdiff
path: root/tools/fetchallcerts.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add tools/fetchacert.py, fetching exactly one chain from a log.Linus Nordberg2015-03-251-10/+0
| | | | Also move a piece of common code from fetchallcerts.py to certtools.py.
* Add consistency proof checking to testcase1Magnus Ahltorp2015-02-271-1/+1
| | | | Fix consistency proof checking when first size is power of 2
* Added verification of consistency proofsMagnus Ahltorp2015-02-201-0/+6
|
* fetchallcerts.py: handle precertsMagnus Ahltorp2015-02-201-22/+120
| | | | | | | submitcert.py: handle .zip files fetchallcerts.py: Always calculate full tree fetchallcerts.py: Cache level 16 hashes fetchallcerts.py: Save STH
* fetchallcerts.py: Store certificates.Magnus Ahltorp2015-02-201-25/+30
|
* fetchallcerts.py: calculate root hashMagnus Ahltorp2014-10-271-15/+37
|
* Added fetchallcerts.pyMagnus Ahltorp2014-10-271-0/+53