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: Casey Marshall
Subject: [patch #3035] Don't reset state on java.security.Signature.sign/verify.
Date: Fri, 07 May 2004 19:57:48 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040226

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




/**************************************************************************/
[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:  Open


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





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]