Hi Luis.
> 1. Since the timestamp used in the leaf_hash of the entries can be in a relatively large range ((timestamp given in the SCT) to (timestamp given in the SCT + MMD)), I am thinking about how to efficiently query the logs to get the correct entry. Is there maybe already an implementation of this? So that I just have to give the implementation the certificate and the timestamp of the SCT and it will find me the exact entry?
> 1. If there is no known implementation so far: I was thinking about doing a binary search on the rough timestamp - given by the SCT - in the CT log, so that I have a starting point. From there, I try to do a linear search to find the entry that contains the certificate I am looking for. Is this feasible, or is there a smarter way to do this?
> 2. As an alternative, I would like to use the crt.sh DB on a large scale. Is there any way to contact the operators and request some temporary high-frequency access for research purposes?
We don't have the resources to be able to offer any access beyond what's currently available via
https://crt.sh/ and crt.sh:5432. Sorry about that.