Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Add tools/fetchacert.py, fetching exactly one chain from a log. | Linus Nordberg | 2015-03-25 | 1 | -10/+0 |
| | | | | Also move a piece of common code from fetchallcerts.py to certtools.py. | ||||
* | Add consistency proof checking to testcase1 | Magnus Ahltorp | 2015-02-27 | 1 | -1/+1 |
| | | | | Fix consistency proof checking when first size is power of 2 | ||||
* | Added verification of consistency proofs | Magnus Ahltorp | 2015-02-20 | 1 | -0/+6 |
| | |||||
* | fetchallcerts.py: handle precerts | Magnus Ahltorp | 2015-02-20 | 1 | -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 Ahltorp | 2015-02-20 | 1 | -25/+30 |
| | |||||
* | fetchallcerts.py: calculate root hash | Magnus Ahltorp | 2014-10-27 | 1 | -15/+37 |
| | |||||
* | Added fetchallcerts.py | Magnus Ahltorp | 2014-10-27 | 1 | -0/+53 |