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.