commit-classpath
[Top][All Lists]
Advanced

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

[patch #3035] Don't reset state on java.security.Signature.sign/verify.


From: Michael Koch
Subject: [patch #3035] Don't reset state on java.security.Signature.sign/verify.
Date: Sat, 08 May 2004 02:12:07 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux; de, address@hidden) (KHTML, like Gecko)

This mail is an automated notification from the patch tracker
 of the project: classpath.

/**************************************************************************/
[patch #3035] Latest Modifications:

Changes by: 
                Michael Koch <address@hidden>
'Date: 
                Sat 05/08/04 at 06:06 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Commited to CVS. Please provide a ChangeLog entry next time.


2004-05-08  Casey Marshall  <address@hidden>

        * java/security/Signature.java
        (sign): Don't set state to UNINITIALIZED.
        (verify): Likewise.






/**************************************************************************/
[patch #3035] Full Item Snapshot:

URL: <http://savannah.gnu.org/patch/?func=detailitem&item_id=3035>
Project: classpath
Submitted by: Casey Marshall
On: Fri 05/07/04 at 23:56

Category:  None
Priority:  2
Resolution:  None
Assigned to:  None
Originator Email:  
Status:  Closed


Summary:  Don't reset state on java.security.Signature.sign/verify.

Original Submission:  This patch removes the resetting of `state' in the 
sign/verify methods of java/security/Signature.java. This is a behavior change; 
according to the documentation for these methods, the class should be reset to 
the state it was in *after* an init call was made, but these methods set it to 
the state *before* an init call.

Fixes bug #8338

Follow-up Comments
------------------


-------------------------------------------------------
Date: Sat 05/08/04 at 06:06         By: mkoch
Commited to CVS. Please provide a ChangeLog entry next time.


2004-05-08  Casey Marshall  <address@hidden>

        * java/security/Signature.java
        (sign): Don't set state to UNINITIALIZED.
        (verify): Likewise.






File Attachments
-------------------

-------------------------------------------------------
Date: Fri 05/07/04 at 23:56  Name: bug-8838.patch  Size: 1KB   By: rsdio
Patch against java/security/Signature.java
http://savannah.gnu.org/patch/download.php?item_id=3035&amp;item_file_id=3226






For detailed info, follow this link:
<http://savannah.gnu.org/patch/?func=detailitem&item_id=3035>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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