You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While downloading the data from the CT log servers works, no actual verification is performed using their Signed Tree Heads (STHs).
Modify the downloader/updater so:
The inserted and committed data in the DB is verified with the STH of the server at its current size (after all batches are downloaded).
Investigate if the RFC mandates servers to implement obtaining the correct STH for intermediate sizes.
If the answer above is yes, do the following:
Each batch is consistent-proven (one request to server per batch) with the previous one.
The last batch brings the state to the current size of the server, at which point it can be queried for its STH. Verify the new STH with the new contents.
If the answer is no, solve the issue either with transactions or local intermediate STH computations (without server collaboration).
While downloading the data from the CT log servers works, no actual verification is performed using their Signed Tree Heads (STHs).
Modify the downloader/updater so: