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/10/09 07:13:50 UTC

[jira] Created: (RAMPARTC-37) Need to write a Key derivation module

Need to write a Key derivation module
-------------------------------------

                 Key: RAMPARTC-37
                 URL: https://issues.apache.org/jira/browse/RAMPARTC-37
             Project: Rampart/C
          Issue Type: Improvement
          Components: OMXMLSecurity
    Affects Versions: 1.1.0
         Environment: N/A
            Reporter: Malinda Kaushalye Kapuruge
            Assignee: Malinda Kaushalye Kapuruge
             Fix For: 1.2.0


We need to support derived keys in the OMXMLSecurity library. This is needed both in the WS-Security 1.1 and WS Secure Conversation 1.0

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


[jira] Updated: (RAMPARTC-37) Need to write a Key derivation module

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

S.Uthaiyashankar updated RAMPARTC-37:
-------------------------------------

    Attachment: key_derivation.patch

this patch implements p_sha1 algorithm. Also builds derived key with offset, nonce, label.

> Need to write a Key derivation module
> -------------------------------------
>
>                 Key: RAMPARTC-37
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-37
>             Project: Rampart/C
>          Issue Type: Improvement
>          Components: OMXMLSecurity
>    Affects Versions: 1.1.0
>         Environment: N/A
>            Reporter: Malinda Kaushalye Kapuruge
>            Assignee: Malinda Kaushalye Kapuruge
>             Fix For: 1.2.0
>
>         Attachments: key_derivation.patch
>
>
> We need to support derived keys in the OMXMLSecurity library. This is needed both in the WS-Security 1.1 and WS Secure Conversation 1.0

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


[jira] Commented: (RAMPARTC-37) Need to write a Key derivation module

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAMPARTC-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538409 ] 

S.Uthaiyashankar commented on RAMPARTC-37:
------------------------------------------

after applying the patch, add the file "src/omxmlsec/tokens/token_label.c" to svn.

> Need to write a Key derivation module
> -------------------------------------
>
>                 Key: RAMPARTC-37
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-37
>             Project: Rampart/C
>          Issue Type: Improvement
>          Components: OMXMLSecurity
>    Affects Versions: 1.1.0
>         Environment: N/A
>            Reporter: Malinda Kaushalye Kapuruge
>            Assignee: Malinda Kaushalye Kapuruge
>             Fix For: 1.2.0
>
>         Attachments: key_derivation.patch
>
>
> We need to support derived keys in the OMXMLSecurity library. This is needed both in the WS-Security 1.1 and WS Secure Conversation 1.0

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


[jira] Closed: (RAMPARTC-37) Need to write a Key derivation module

Posted by "Malinda Kaushalye Kapuruge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPARTC-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Malinda Kaushalye Kapuruge closed RAMPARTC-37.
----------------------------------------------


Fixed. Closing

> Need to write a Key derivation module
> -------------------------------------
>
>                 Key: RAMPARTC-37
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-37
>             Project: Rampart/C
>          Issue Type: Improvement
>          Components: OMXMLSecurity
>    Affects Versions: 1.1.0
>         Environment: N/A
>            Reporter: Malinda Kaushalye Kapuruge
>            Assignee: Malinda Kaushalye Kapuruge
>             Fix For: 1.1.0
>
>         Attachments: derivation2.patch, derivation3.patch, key_derivation.patch
>
>
> We need to support derived keys in the OMXMLSecurity library. This is needed both in the WS-Security 1.1 and WS Secure Conversation 1.0

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


[jira] Updated: (RAMPARTC-37) Need to write a Key derivation module

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

S.Uthaiyashankar updated RAMPARTC-37:
-------------------------------------

    Attachment: derivation3.patch

some bug fixes in key derivation calculation. 

> Need to write a Key derivation module
> -------------------------------------
>
>                 Key: RAMPARTC-37
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-37
>             Project: Rampart/C
>          Issue Type: Improvement
>          Components: OMXMLSecurity
>    Affects Versions: 1.1.0
>         Environment: N/A
>            Reporter: Malinda Kaushalye Kapuruge
>            Assignee: Malinda Kaushalye Kapuruge
>             Fix For: 1.2.0
>
>         Attachments: derivation2.patch, derivation3.patch, key_derivation.patch
>
>
> We need to support derived keys in the OMXMLSecurity library. This is needed both in the WS-Security 1.1 and WS Secure Conversation 1.0

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


[jira] Updated: (RAMPARTC-37) Need to write a Key derivation module

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

S.Uthaiyashankar updated RAMPARTC-37:
-------------------------------------

    Attachment: derivation2.patch

modification to derivation calculation. bug fix in seed length calculation.

> Need to write a Key derivation module
> -------------------------------------
>
>                 Key: RAMPARTC-37
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-37
>             Project: Rampart/C
>          Issue Type: Improvement
>          Components: OMXMLSecurity
>    Affects Versions: 1.1.0
>         Environment: N/A
>            Reporter: Malinda Kaushalye Kapuruge
>            Assignee: Malinda Kaushalye Kapuruge
>             Fix For: 1.2.0
>
>         Attachments: derivation2.patch, key_derivation.patch
>
>
> We need to support derived keys in the OMXMLSecurity library. This is needed both in the WS-Security 1.1 and WS Secure Conversation 1.0

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


[jira] Commented: (RAMPARTC-37) Need to write a Key derivation module

Posted by "Malinda Kaushalye Kapuruge (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAMPARTC-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538402 ] 

Malinda Kaushalye Kapuruge commented on RAMPARTC-37:
----------------------------------------------------

1. Tokens were added for the key derivations process.
2. Key derivator is included in the OMXMLSecurity
 TODO: Need to write psudo sha-1 algorithm to derive keys

> Need to write a Key derivation module
> -------------------------------------
>
>                 Key: RAMPARTC-37
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-37
>             Project: Rampart/C
>          Issue Type: Improvement
>          Components: OMXMLSecurity
>    Affects Versions: 1.1.0
>         Environment: N/A
>            Reporter: Malinda Kaushalye Kapuruge
>            Assignee: Malinda Kaushalye Kapuruge
>             Fix For: 1.2.0
>
>
> We need to support derived keys in the OMXMLSecurity library. This is needed both in the WS-Security 1.1 and WS Secure Conversation 1.0

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


[jira] Resolved: (RAMPARTC-37) Need to write a Key derivation module

Posted by "Malinda Kaushalye Kapuruge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPARTC-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Malinda Kaushalye Kapuruge resolved RAMPARTC-37.
------------------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.2.0)
                   1.1.0

Resolved. Now the keys can be derived using the key derivation module. 

> Need to write a Key derivation module
> -------------------------------------
>
>                 Key: RAMPARTC-37
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-37
>             Project: Rampart/C
>          Issue Type: Improvement
>          Components: OMXMLSecurity
>    Affects Versions: 1.1.0
>         Environment: N/A
>            Reporter: Malinda Kaushalye Kapuruge
>            Assignee: Malinda Kaushalye Kapuruge
>             Fix For: 1.1.0
>
>         Attachments: derivation2.patch, derivation3.patch, key_derivation.patch
>
>
> We need to support derived keys in the OMXMLSecurity library. This is needed both in the WS-Security 1.1 and WS Secure Conversation 1.0

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