letsencrypt / ct-woodpecker

A tool to monitor a certificate transparency log for operational problems
Mozilla Public License 2.0
182 stars 19 forks source link

sthFetcher: Remove debug prints, fix data race #66

Closed cpu closed 6 years ago

cpu commented 6 years ago

There's no need to spawn a separate goroutine to verify consistency proofs. This also avoids a datarace when unit tests change the client mock out from under the sthFetcher.

Along the way this also fixes a upstream breakage in the cttestsrv.