Hi all,
I've been implementing a monitor for "tiled logs" , which is also checking the entries against the merkle tree. One aspect that is not clear to me is whether or not one is supposed to trust the fingerprints of the issuer certificates' chain that are returned by the log.
Shall I, for example, once the entries are parsed and their hashes checked, also retrieve the issuer certificates (using the fingerprints) and then check that they, in fact, build a correct verification chain?
I feel the real answer is that all checks have to be performed, in order to ensure compliance and integrity. Or is it too impractical?
I'd appreciate your thoughts!
Best regards,
Vasily