-- Florian Weimer / Red Hat Product Security
I noticed that the implementation of DigestInputStream does not feed
skipped-over bytes to the message digest. The specification is silent
on this, and I'm not sure if this a specification deficiency or an
implementation bug.
- java.security.DigestInputStream does not implement skip(lon... Florian Weimer