You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Vamsavardhana Reddy (JIRA)" <de...@geronimo.apache.org> on 2006/09/27 15:19:50 UTC

[jira] Updated: (GERONIMO-2436) FileKeystoreInstance.generateKeyPair() should check if the keystore is loaded

     [ http://issues.apache.org/jira/browse/GERONIMO-2436?page=all ]

Vamsavardhana Reddy updated GERONIMO-2436:
------------------------------------------

    Attachment: GERONIMO-2436-v1.2.patch

GERONIMO-2436-v1.2.patch: Adds a check to generateKeyPair() to load keystore if necessary.

> FileKeystoreInstance.generateKeyPair() should check if the keystore is loaded
> -----------------------------------------------------------------------------
>
>                 Key: GERONIMO-2436
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2436
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security
>    Affects Versions: 1.2, 1.1.1
>            Reporter: Vamsavardhana Reddy
>             Fix For: 1.2, 1.1.2
>
>         Attachments: GERONIMO-2436-v1.2.patch
>
>
> I have the following code:
> KeystoreInstance ks = PortletManager.getCurrentServer(request).getKeystoreManager().createKeystore("mykeystore", password);
> ks.unlockKeystore(password);
> ks.generateKeyPair(alias, password, password, keyAlgorithm, keySize, algorithm, 365, cn, ou, o, l, st, c);
> The generateKeyPair() call is resulting in NullPointerException since the newly created keystore is not readily loaded and generateKeyPair() is not checking if the keystore is loaded. generateKeyPair() should check and load the keystore if necessary.

-- 
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