bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug crypto/27848] New: javax.crypto.CipherInputStream does not remove p


From: mwringe at redhat dot com
Subject: [Bug crypto/27848] New: javax.crypto.CipherInputStream does not remove padding
Date: 31 May 2006 21:41:04 -0000

When reading a byte array, CipherInputStream does not remove padding. This is
due to the last block being processed as a normal block with cipher.update
instead of being processed as a potentially padded block using cipher.doFinal


-- 
           Summary: javax.crypto.CipherInputStream does not remove padding
           Product: classpath
           Version: 0.92
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: crypto
        AssignedTo: csm at gnu dot org
        ReportedBy: mwringe at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27848





reply via email to

[Prev in Thread] Current Thread [Next in Thread]