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