[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug crypto/28204] PBEKeySpec incorrectly deletes the originally passed
From: |
mwringe at redhat dot com |
Subject: |
[Bug crypto/28204] PBEKeySpec incorrectly deletes the originally passed password array |
Date: |
29 Jun 2006 22:07:52 -0000 |
------- Comment #2 from mwringe at redhat dot com 2006-06-29 22:07 -------
(In reply to comment #0)
> For Example:
>
> char[] password = "foobar".toCharArray();
> PBEKeySpec keySpec = new PBEKeySpec(password);
> keySpec.clearPassword();
> System.out.println (password);
>
> The char array printed will be empty, when it should still contain 'foobar'.
I would like to add a mauve test for this, but I am unclear as to where it
should be added. Any ideas?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28204
- [Bug crypto/28204] New: PBEKeySpec incorrectly deletes the originally passed password array, mwringe at redhat dot com, 2006/06/29
- [Bug crypto/28204] PBEKeySpec incorrectly deletes the originally passed password array, mwringe at redhat dot com, 2006/06/29
- [Bug crypto/28204] PBEKeySpec incorrectly deletes the originally passed password array,
mwringe at redhat dot com <=
- [Bug crypto/28204] PBEKeySpec incorrectly deletes the originally passed password array, csm at gnu dot org, 2006/06/29
- [Bug crypto/28204] PBEKeySpec incorrectly deletes the originally passed password array, raif at swiftdsl dot com dot au, 2006/06/30
- [Bug crypto/28204] PBEKeySpec incorrectly deletes the originally passed password array, mwringe at redhat dot com, 2006/06/30
- [Bug crypto/28204] PBEKeySpec incorrectly deletes the originally passed password array, raif at swiftdsl dot com dot au, 2006/06/30