This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug classpath/23768] doFinal() methods in javax.crypto.Cipher incorrectly resetting cipher state


------- Additional Comments From csm at gnu dot org  2005-09-08 05:49 -------
Confirmed. The doFinal methods should leave 'state' as-is, as the reporter suggests. It is up to CipherSpi 
subclasses to reset themselves when their 'engineDoFinal' methods are called.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |csm at gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-08 05:49:10
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]