Comment 0 for bug 1294292

Revision history for this message
Yuriy Taraday (yorik-sar) wrote :

When verifying if token is revoked using revocation tree, is_revoked immediately returns False if on another level we get first tree in a bundle that has no branches related to the token.

This happens because new bundle is verified too early. This check needs to be shifted to upper level.