You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-c-dev@ws.apache.org by "Malinda Kaushalye Kapuruge (JIRA)" <ji...@apache.org> on 2007/09/11 10:19:32 UTC

[jira] Resolved: (RAMPARTC-29) when 2 different algorithm suites are set in client and service, the communication happens correctly.

     [ https://issues.apache.org/jira/browse/RAMPARTC-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Malinda Kaushalye Kapuruge resolved RAMPARTC-29.
------------------------------------------------

       Resolution: Invalid
    Fix Version/s: 1.0.0

For encryption, when the algo suites don't tally the server throws a fault
         <soapenv:Code>
            <soapenv:Value>soapenv:Sender</soapenv:Value>
            <soapenv:Subcode>
               <soapenv:Value>wsse:InvalidSecurity</soapenv:Value>
            </soapenv:Subcode>
         </soapenv:Code>
         <soapenv:Reason>
            <soapenv:Text xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace">The content is encrypted with the wrong algorithm</soapenv:Text>
         </soapenv:Reason>

For signature, there is no different from sp:TripleDesRsa15 to sp:Basic256Rsa15.
as both suites uses RSA 1.5 algorithm. 

So this issue is invalid.
     

> when 2 different algorithm suites are set in client and service, the communication happens correctly.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: RAMPARTC-29
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-29
>             Project: Rampart/C
>          Issue Type: Bug
>          Components: Rampart-core
>            Reporter: Dushshantha Chandradasa
>            Assignee: Malinda Kaushalye Kapuruge
>             Fix For: 1.0.0
>
>
> When 2 different algorithm suites are set  in client and service, say Basic192Rsa15 in client side ans TripleDesRsa15 in server side, the communication happens correctly.

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