You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by "Muthiah Mohan (JIRA)" <ji...@apache.org> on 2006/12/01 06:35:21 UTC

[jira] Created: (WSS-63) RSA transformation string can be externalized when creating Cipher Instance

RSA transformation string can be externalized when creating Cipher Instance
---------------------------------------------------------------------------

                 Key: WSS-63
                 URL: http://issues.apache.org/jira/browse/WSS-63
             Project: WSS4J
          Issue Type: Improvement
            Reporter: Muthiah Mohan
         Assigned To: Davanum Srinivas


WSS4J tries to create the Cipher Instance using the transformation String RSA/NONE/PKCS1PADDING
I am not using Bouncy Castle as a JCE Provider and I have my own Security Provider that does not
understand the Cipher Mode "NONE" but works fine with "ECB" as the Cipher Mode. . It would be really 
great if we do not hardcode this transformation string and take it from a System Property. If the 
value of the System Property is NULL then the default transformation (RSA/NONE/PKCS1PADDING) can be 
used. In my case I need to set the transformation string as RSA/ECB/PKCS1Padding.
This needs a change to the "getCipherInstance" method of org/apache/ws/security/util/WSSecurityUtil.java


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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Updated: (WSS-63) RSA transformation string can be externalized when creating Cipher Instance

Posted by "Muthiah Mohan (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WSS-63?page=all ]

Muthiah Mohan updated WSS-63:
-----------------------------

    Attachment: wss-63.txt

This attachment file contains the actual source code and the changed source code of the method "getCipherInstance" in the class "org/apache/ws/security/util/WSSecurityUtil.java"

> RSA transformation string can be externalized when creating Cipher Instance
> ---------------------------------------------------------------------------
>
>                 Key: WSS-63
>                 URL: http://issues.apache.org/jira/browse/WSS-63
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Muthiah Mohan
>         Assigned To: Davanum Srinivas
>         Attachments: wss-63.txt
>
>
> WSS4J tries to create the Cipher Instance using the transformation String RSA/NONE/PKCS1PADDING
> I am not using Bouncy Castle as a JCE Provider and I have my own Security Provider that does not
> understand the Cipher Mode "NONE" but works fine with "ECB" as the Cipher Mode. . It would be really 
> great if we do not hardcode this transformation string and take it from a System Property. If the 
> value of the System Property is NULL then the default transformation (RSA/NONE/PKCS1PADDING) can be 
> used. In my case I need to set the transformation string as RSA/ECB/PKCS1Padding.
> This needs a change to the "getCipherInstance" method of org/apache/ws/security/util/WSSecurityUtil.java

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Updated: (WSS-63) RSA transformation string can be externalized when creating Cipher Instance

Posted by "Muthiah Mohan (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WSS-63?page=all ]

Muthiah Mohan updated WSS-63:
-----------------------------

    Attachment: wss-63.txt

This attachment file contains the actual source code and the changed source code of the method "getCipherInstance" in the class "org/apache/ws/security/util/WSSecurityUtil.java"

> RSA transformation string can be externalized when creating Cipher Instance
> ---------------------------------------------------------------------------
>
>                 Key: WSS-63
>                 URL: http://issues.apache.org/jira/browse/WSS-63
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Muthiah Mohan
>         Assigned To: Davanum Srinivas
>         Attachments: wss-63.txt
>
>
> WSS4J tries to create the Cipher Instance using the transformation String RSA/NONE/PKCS1PADDING
> I am not using Bouncy Castle as a JCE Provider and I have my own Security Provider that does not
> understand the Cipher Mode "NONE" but works fine with "ECB" as the Cipher Mode. . It would be really 
> great if we do not hardcode this transformation string and take it from a System Property. If the 
> value of the System Property is NULL then the default transformation (RSA/NONE/PKCS1PADDING) can be 
> used. In my case I need to set the transformation string as RSA/ECB/PKCS1Padding.
> This needs a change to the "getCipherInstance" method of org/apache/ws/security/util/WSSecurityUtil.java

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Commented: (WSS-63) RSA transformation string can be externalized when creating Cipher Instance

Posted by "Fred Dushin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WSS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587659#action_12587659 ] 

Fred Dushin commented on WSS-63:
--------------------------------

Muthiah,

You have not granted Apache the right to use this code.  Could you please change this ticket to allow us to use your patch?

Also, would it be possible to submit a test case for this bug?

Thanks!

> RSA transformation string can be externalized when creating Cipher Instance
> ---------------------------------------------------------------------------
>
>                 Key: WSS-63
>                 URL: https://issues.apache.org/jira/browse/WSS-63
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Muthiah Mohan
>         Attachments: wss-63.txt
>
>
> WSS4J tries to create the Cipher Instance using the transformation String RSA/NONE/PKCS1PADDING
> I am not using Bouncy Castle as a JCE Provider and I have my own Security Provider that does not
> understand the Cipher Mode "NONE" but works fine with "ECB" as the Cipher Mode. . It would be really 
> great if we do not hardcode this transformation string and take it from a System Property. If the 
> value of the System Property is NULL then the default transformation (RSA/NONE/PKCS1PADDING) can be 
> used. In my case I need to set the transformation string as RSA/ECB/PKCS1Padding.
> This needs a change to the "getCipherInstance" method of org/apache/ws/security/util/WSSecurityUtil.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Commented: (WSS-63) RSA transformation string can be externalized when creating Cipher Instance

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WSS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635442#action_12635442 ] 

Colm O hEigeartaigh commented on WSS-63:
----------------------------------------


If this is to be fixed for 1.5.5 you need to grant Apache the right to use the attached source code.

> RSA transformation string can be externalized when creating Cipher Instance
> ---------------------------------------------------------------------------
>
>                 Key: WSS-63
>                 URL: https://issues.apache.org/jira/browse/WSS-63
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Muthiah Mohan
>         Attachments: wss-63.txt
>
>
> WSS4J tries to create the Cipher Instance using the transformation String RSA/NONE/PKCS1PADDING
> I am not using Bouncy Castle as a JCE Provider and I have my own Security Provider that does not
> understand the Cipher Mode "NONE" but works fine with "ECB" as the Cipher Mode. . It would be really 
> great if we do not hardcode this transformation string and take it from a System Property. If the 
> value of the System Property is NULL then the default transformation (RSA/NONE/PKCS1PADDING) can be 
> used. In my case I need to set the transformation string as RSA/ECB/PKCS1Padding.
> This needs a change to the "getCipherInstance" method of org/apache/ws/security/util/WSSecurityUtil.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Closed: (WSS-63) RSA transformation string can be externalized when creating Cipher Instance

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh closed WSS-63.
----------------------------------

    Resolution: Won't Fix


Closing this issue, due to repeated requests to grant Apache the right to use the attached patch.

> RSA transformation string can be externalized when creating Cipher Instance
> ---------------------------------------------------------------------------
>
>                 Key: WSS-63
>                 URL: https://issues.apache.org/jira/browse/WSS-63
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Muthiah Mohan
>         Attachments: wss-63.txt
>
>
> WSS4J tries to create the Cipher Instance using the transformation String RSA/NONE/PKCS1PADDING
> I am not using Bouncy Castle as a JCE Provider and I have my own Security Provider that does not
> understand the Cipher Mode "NONE" but works fine with "ECB" as the Cipher Mode. . It would be really 
> great if we do not hardcode this transformation string and take it from a System Property. If the 
> value of the System Property is NULL then the default transformation (RSA/NONE/PKCS1PADDING) can be 
> used. In my case I need to set the transformation string as RSA/ECB/PKCS1Padding.
> This needs a change to the "getCipherInstance" method of org/apache/ws/security/util/WSSecurityUtil.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Updated: (WSS-63) RSA transformation string can be externalized when creating Cipher Instance

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated WSS-63:
--------------------------------

    Assignee:     (was: Davanum Srinivas)

> RSA transformation string can be externalized when creating Cipher Instance
> ---------------------------------------------------------------------------
>
>                 Key: WSS-63
>                 URL: https://issues.apache.org/jira/browse/WSS-63
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Muthiah Mohan
>         Attachments: wss-63.txt
>
>
> WSS4J tries to create the Cipher Instance using the transformation String RSA/NONE/PKCS1PADDING
> I am not using Bouncy Castle as a JCE Provider and I have my own Security Provider that does not
> understand the Cipher Mode "NONE" but works fine with "ECB" as the Cipher Mode. . It would be really 
> great if we do not hardcode this transformation string and take it from a System Property. If the 
> value of the System Property is NULL then the default transformation (RSA/NONE/PKCS1PADDING) can be 
> used. In my case I need to set the transformation string as RSA/ECB/PKCS1Padding.
> This needs a change to the "getCipherInstance" method of org/apache/ws/security/util/WSSecurityUtil.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org