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 "Stan Sosnovsky (JIRA)" <ji...@apache.org> on 2008/03/05 15:23:40 UTC

[jira] Created: (RAMPARTC-77) Symmetric KeyType value does not show up in RST message.

Symmetric KeyType value does not show up in RST message.
--------------------------------------------------------

                 Key: RAMPARTC-77
                 URL: https://issues.apache.org/jira/browse/RAMPARTC-77
             Project: Rampart/C
          Issue Type: Bug
          Components: Trust
    Affects Versions: Current
         Environment: All
            Reporter: Stan Sosnovsky
            Assignee: Malinda Kaushalye Kapuruge
            Priority: Minor


Symmetric KeyType value does not show up in RST message.  This is due to a typo in file 'trust\trust_utils.c', function trust_util_create_key_type_element(), line #579 should be changed 
from:
        if (0 == axutil_strcmp(key_type, TRUST_KEY_TYPE_BEARER) ||
to: 
        if (0 == axutil_strcmp(key_type, TRUST_KEY_TYPE_SYMM_KEY) ||	


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


[jira] Resolved: (RAMPARTC-77) Symmetric KeyType value does not show up in RST message.

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

S.Uthaiyashankar resolved RAMPARTC-77.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0

resolved in revision 634243

> Symmetric KeyType value does not show up in RST message.
> --------------------------------------------------------
>
>                 Key: RAMPARTC-77
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-77
>             Project: Rampart/C
>          Issue Type: Bug
>          Components: Trust
>    Affects Versions: Current
>         Environment: All
>            Reporter: Stan Sosnovsky
>            Assignee: Malinda Kaushalye Kapuruge
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> Symmetric KeyType value does not show up in RST message.  This is due to a typo in file 'trust\trust_utils.c', function trust_util_create_key_type_element(), line #579 should be changed 
> from:
>         if (0 == axutil_strcmp(key_type, TRUST_KEY_TYPE_BEARER) ||
> to: 
>         if (0 == axutil_strcmp(key_type, TRUST_KEY_TYPE_SYMM_KEY) ||	

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