[IOT-1652] Modify confirmed certificate OTM to use vendor namespace
authorJongmin Choi <jminl.choi@samsung.com>
Mon, 12 Dec 2016 07:16:57 +0000 (16:16 +0900)
committerRandeep Singh <randeep.s@samsung.com>
Wed, 14 Dec 2016 04:01:08 +0000 (04:01 +0000)
Confirmed Certificate OTM is vendor-specific OTM
and hence oic.sec.namespace is replaced by x.org.iotivity.
https://jira.iotivity.org/browse/IOT-1652

Patch #1: Initial upload

Change-Id: Ifa3c4f9119307064e27c90f2581cdb6d4765be13
Signed-off-by: Jongmin Choi <jminl.choi@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/15461
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jongsung Lee <js126.lee@samsung.com>
Reviewed-by: Kevin Kane <kkane@microsoft.com>
Reviewed-by: Randeep Singh <randeep.s@samsung.com>
(cherry picked from commit 7d1493d3288a5b121c70b429d26218ec91ff664c)
Reviewed-on: https://gerrit.iotivity.org/gerrit/15537

resource/csdk/security/src/srmresourcestrings.c

index d07d938..48c841e 100644 (file)
@@ -177,7 +177,7 @@ const char * OXM_MANUFACTURER_CERTIFICATE = "oic.sec.doxm.mfgcert";
 const char * OXM_PRECONF_PIN = "oic.sec.doxm.pcp";
 #endif //MULTIPLE_OWNER
 const char * OXM_MV_JUST_WORKS = "oic.sec.doxm.mvjw";
-const char * OXM_CON_MFG_CERT = "oic.sec.doxm.conmfgcert";
+const char * OXM_CON_MFG_CERT = "x.org.iotivity.conmfgcert";
 
 //Mutual Verified Just-Works Message Prefix
 const char * MUTUAL_VERIF_NUM = "mutualVerifNum";