You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Joe Bohn (JIRA)" <de...@geronimo.apache.org> on 2006/07/31 19:39:13 UTC

[jira] Created: (GERONIMO-2252) A locked key in a keystore can never be unlocked.

A locked key in a keystore can never be unlocked.
-------------------------------------------------

                 Key: GERONIMO-2252
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2252
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: console, security
    Affects Versions: 1.1, 1.1.1, 1.2
         Environment: windows xp
jetty and tomcat
            Reporter: Joe Bohn
         Assigned To: Joe Bohn
             Fix For: 1.1.1, 1.2


Once the key of a keystore has been locked it can never be unlocked.  This is because the password stored in the gbean attribute is incorrectly being stored as the string representation of the charater array rather than the value of the character array itself.  Thanks to Vamsavardhana Reddy for finding the root cause of this problem in FileKeystoreInstance.storePasswords().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (GERONIMO-2252) A locked key in a keystore can never be unlocked.

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2252?page=all ]

Joe Bohn closed GERONIMO-2252.
------------------------------


> A locked key in a keystore can never be unlocked.
> -------------------------------------------------
>
>                 Key: GERONIMO-2252
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2252
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security, console
>    Affects Versions: 1.2, 1.1, 1.1.1
>         Environment: windows xp
> jetty and tomcat
>            Reporter: Joe Bohn
>         Assigned To: Joe Bohn
>             Fix For: 1.2, 1.1.1
>
>
> Once the key of a keystore has been locked it can never be unlocked.  This is because the password stored in the gbean attribute is incorrectly being stored as the string representation of the charater array rather than the value of the character array itself.  Thanks to Vamsavardhana Reddy for finding the root cause of this problem in FileKeystoreInstance.storePasswords().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (GERONIMO-2252) A locked key in a keystore can never be unlocked.

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2252?page=all ]

Joe Bohn resolved GERONIMO-2252.
--------------------------------

    Resolution: Fixed

fixed in geronimo 1.1.1
Sending        modules\security\src\java\org\apache\geronimo\security\keystore\FileKeystoreInstance.java
Transmitting file data .
Committed revision 427183.

and trunk
Sending        modules\security\src\java\org\apache\geronimo\security\keystore\FileKeystoreInstance.java
Transmitting file data .
Committed revision 427184.

> A locked key in a keystore can never be unlocked.
> -------------------------------------------------
>
>                 Key: GERONIMO-2252
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2252
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console, security
>    Affects Versions: 1.1, 1.1.1, 1.2
>         Environment: windows xp
> jetty and tomcat
>            Reporter: Joe Bohn
>         Assigned To: Joe Bohn
>             Fix For: 1.1.1, 1.2
>
>
> Once the key of a keystore has been locked it can never be unlocked.  This is because the password stored in the gbean attribute is incorrectly being stored as the string representation of the charater array rather than the value of the character array itself.  Thanks to Vamsavardhana Reddy for finding the root cause of this problem in FileKeystoreInstance.storePasswords().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira