- 29 Mar, 2017 1 commit
-
-
Greg Zaverucha authored
Add unit test to exercise certificate provisioning and use (previously only provisioning was tested). Fixed bugs in credresource and ca_adapter_net_ssl. Configure mbedtls to use OCF certificate EKUs. Added more logging in many places. Exposed API to remove credentials locally for use by test code. Change-Id: Ia55c7f3a7518f12c99f60280062f156954bdf4ac Signed-off-by:
Greg Zaverucha <gregz@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17983Reviewed-by:
Kevin Kane <kkane@microsoft.com> Reviewed-by:
Dmitriy Zhuravlev <d.zhuravlev@samsung.com> Reviewed-by:
Alex Kelley <alexke@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com>
-
- 27 Mar, 2017 1 commit
-
-
Kevin Kane authored
Change-Id: I7adad0e43bced555c87a3b3d7f220f2fff79a13a Signed-off-by:
Kevin Kane <kkane@microsoft.com>
-
- 25 Mar, 2017 4 commits
-
-
KIM JungYong authored
In this patch, unhandled exception in the RC and RE was handled. Change-Id: If6337a3fa9e9cc2c3a3b055bffe384f90d6b555c Signed-off-by:
KIM JungYong <jyong2.kim@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18091Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
George Nash authored
- Only the cautilinterface.h from connectivity is currently intended as a public API. The documentation directly references values defined in cacommon.h. So cacommon.h is also included to prevent documentation errors. - OPTIMIZE_OUTPUT_FOR_C has been changed to yes. This prevents the documentation adding things about classes and other documentation that does not make since in C only code. - Updated the Home.txt. The page linked to no longer contains getting started guides. Change-Id: I1bb5d42fcd1287bb0f5614ceb204b1e56f79aa2d Signed-off-by:
George Nash <george.nash@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18137Reviewed-by:
Mats Wichmann <mats@linux.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jihun Ha authored
Checking if a OICMalloc is failed is added. Calling OICFree to prevent a memory leak is added. Follow coding convention padding after condition "if (" Change-Id: Ifdd2ba5f747758bd0120ff396f7441b77a444b81 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17971Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Soemin Tjong authored
Observed a few cases of inexplainable unit tests failures today (all with error 1033). One example below where all unit tests were completed but scons reported a failure. https://build.iotivity.org/ci/job/iotivity-verify-windows-vs2015/11704/consoleText [----------] 1 test from ElevatorServerStop [ RUN ] ElevatorServerStop.Stop [ OK ] ElevatorServerStop.Stop (1 ms) [----------] 1 test from ElevatorServerStop (1 ms total) [----------] Global test environment tear-down [==========] 31 tests from 6 test cases ran. (311 ms total) [ PASSED ] 31 tests. scons: *** [out\windows\amd64\debug\resource\IPCA\unittests\utresource\ipca\unittests\ipcatests] Error 1033 scons: building terminated because of errors. Build step 'Execute Windows batch command' marked build as failure Change-Id: Ic9082e043b70e73e7d7eca20598e4500db5e364d Signed-off-by:
Soemin Tjong <stjong@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18179Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 24 Mar, 2017 9 commits
-
-
Alex Kelley authored
These changes do the following: 1. Fix updateWriteableProperty to honor the 'mom' property any time that it is changed. 2. Rename updateWriteableProperty to DoxmUpdateWriteableProperty to clarify its usage. 3. Fix an invalid check in the ProvisioningClient. 4. Added tests to ensure that mom can be enabled and disabled when MOT is available. Change-Id: I97c01a9dc8f44bcf5a6aeac3bf459777c97e19b0 Signed-off-by:
Alex Kelley <alexke@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18109Reviewed-by:
Kevin Kane <kkane@microsoft.com> Reviewed-by:
Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-by:
Greg Zaverucha <gregz@microsoft.com>
-
Alex Kelley authored
These changes do the following: 1. Set up PDM for each MOT attempt. 2. Clean up invalid PDM entries on failure. 3. Clean up invalid credentials on failure. 4. Break out success and failure paths for MOTDtlsHandshakeCB to simplify code. 5. Update SubownerClient to allow a user to provide a preconfigured pin instead of using the default preconfigured pin. Change-Id: I9c4e9b802e6fe6e68da18c34e9150c43ba01c445 Signed-off-by:
Alex Kelley <alexke@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18029Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Kevin Kane <kkane@microsoft.com> Reviewed-by:
Greg Zaverucha <gregz@microsoft.com>
-
Jaewook Jung authored
Removed unused function declarations - DeleteActionSets() in oicgroup.h - OCRepPayloadAddModelVersion() in ocpayload.h Change-Id: Ia3109df490f47f6506b3a1a95d23f1017c443648 Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17969Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Nathan Heldt-Sheller authored
Added oic.r.pstat Property "dos" as made mandatory by OCF Security Specification CR 23. patch set 2: Functional cbor marshalling. patch set 3: Updated json2cbor tool and every svr.json and .dat file I could find to use the new pstat.dos property. patch set 4: Updated json2cbor tool to support oic 1.1 format but print warning if .dos property not found. patch set 5: Added better handling for .dat files that don't contain "dos" Property, to aid in legacy app migration. patch set 6: Rebase. patch set 7: Fixed unittest issue that appeared after re-base, and addressed misc comments on patch set 5. patch set 8: commit msg fix. patch set 9: added "TODO" items for UPDATE handling once other CRs are done. patch set 10: addressed a few of Kevin's comments. patch set 11: rebase patch set 12: addressed Greg's request for specific JIRA numbers. Change-Id: I6d9751ff1e6d7d88789e1462819736b38f176a53 Signed-off-by:
Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17993Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Greg Zaverucha <gregz@microsoft.com>
-
jihwan.seo authored
Change-Id: I24947070a50e787dabeadb8e15192eb68b687944 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18005Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Poovizhi authored
Changes are made to add libca-interface.so to service/notification. This library requires libresource_directory.so and hence added that. Changes added in build.gradle to avoid duplicates. Change-Id: I0a40aa9fdb726fb7a1e778ff63155d78ffde21f6 Signed-off-by:
Poovizhi <poovizhi.a@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18133Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
jake authored
When notification message is sent thru cloud, consumer cannot receive. It worked well from initial development environment but others reported it does not worked well in some environment. Initially, to call NSSetRemoteServerAddress(char *serverAddress) resolves issue by testing but, logic perspective, this is not solution. MSCacheSubData has messageObserverID, syncObserverID for local and remote consumer respectively and this structure brings fundamental complexity inspite they are not handled separately. This patch remove remote set for these observerIDs member from struct. Change-Id: I7e5e52487d71cba0cb3c9772fd0436d8e323285e Signed-off-by:
jake <jaehong2.lee@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17959Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
JungYong KIM <jyong2.kim@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
KIM JungYong authored
When caught exception at calling stopCaching(), can not start caching again, reason that IsCaching boolean does not changed in RE client. In this patch, exception handling and disable IsCaching flag. Change-Id: I80f4629d21ea16799f945c90d56f70f81bc38e90 Signed-off-by:
KIM JungYong <jyong2.kim@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18125Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
js126.lee authored
Resolved unittest failure of SRPSaveTrustCertChainDER and SRPSaveTrustCertChainPEM. Change-Id: I9252c6718da1fa0be5942f296b391c49b7905c5f Signed-off-by:
js126.lee <js126.lee@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18035Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
- 23 Mar, 2017 13 commits
-
-
Soemin Tjong authored
IPCA stands for IoTivity Procedural Client Api, which implements C APIs for accessing IoTivity RESTful CRUDN APIs. IPCA uses the C++ APIs provided by OCPlatform and OCResource. It is intended to be used by application developers, or by code generated from swagger, to develop IoTivity client apps. IPCA supports APIs for Discovery of IoTivity devices, Create, Delete and Observe resources, Get and Set property values, and security related APIs for password display (typically used in Onboarding Tool case) and password input (typically used in Multiple Ownership Transfer case). Please find more info in: https://wiki.iotivity.org/ipca. And more info in code: inc\IPCA.h for API documentation. src for the implementation of IPCA. samples\ElevatorClient for sample application that uses the IPCA api. samples\ipcaapp for sample application that discovers any IoTivity devices on the network. Change-Id: I683b02786d4df32b2feacdd9f1674350214b0618 Signed-off-by:
Soemin Tjong <stjong@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17449Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Kevin Kane authored
Change cred resource to always provide own certificate as a PEM string, and no longer require ParseChain to heuristically parse a mixed bag of DER and PEM certs. Also, go back to having ParseChain return an int rather than a size_t which was changed during /W4 warning cleanup; it must be able to return negative values to indicate errors. Change-Id: Id36962ed580eb3bccc110aac0350349b05674ee7 Signed-off-by:
Kevin Kane <kkane@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17835Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Alex Kelley <alexke@microsoft.com> Reviewed-by:
Greg Zaverucha <gregz@microsoft.com>
-
Soemin Tjong authored
This is to address random crashes with error 1033 like the following: scons: *** [out\windows\amd64\debug\resource\IPCA\unittests\utresource\ipca\unittests\ipcatests] Error 1033 Change-Id: I4d2d47b495091fe325a7fe82b26fdf3a0e438ccb Signed-off-by:
Soemin Tjong <stjong@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18099Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Alex Kelley <alexke@microsoft.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Ziran Sun authored
Change-Id: I68138694d59a00aedf0eef36fc135e57ebc6c661 Signed-off-by:
Ziran Sun <ziran.sun@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17301Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Pawel Winogrodzki authored
Removing the /W3 warnings in order to add the /WX option to prevent new ones from being added inside the resource/csdk/connectivity/ directory. Change-Id: I0a6eb91c6c2cd940e9939f54a454aab2a01ec954 Signed-off-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17551Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Alex Kelley <alexke@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
Philippe Coval authored
Observed issue on Tizen:Common: resource/csdk/logger/include/trace.h:60:65:\ error: unknown type name 'size_t' resource/csdk/logger/src/trace.c:29:65:\ error: unknown type name 'size_t' Change-Id: Ic4c4a492d238b4f9d7860720fa10c92dfca051f8 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17963Reviewed-by:
Mats Wichmann <mats@linux.com> Reviewed-by:
Ziran Sun <ziran.sun@samsung.com>
-
Veeraj Khokale authored
1. Modified CHPGetOCContentType() and CHPGetOptionID() to internally duplicate the string parameter passed and work on this copy, thereby maintaining const correctness. 2. Also modified unit test to pass "application/cbor" as http content type. Change-Id: Ic0ea5704ddff20dc67086296e54775ef8d677d69 Signed-off-by:
Veeraj Khokale <veeraj.sk@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13013Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com> (cherry picked from commit cac65bc7) Reviewed-on: https://gerrit.iotivity.org/gerrit/15275Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Kevin Kane <kkane@microsoft.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jaewook Jung authored
Fixed memory leak on cablockwisetransfer.c detected by static analysis Change-Id: I9de4b7ba8abffd53fe1659d4d1a504e623d8bbd5 Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18027Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Mike Fenelon <mike.fenelon@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
jihwan.seo authored
Change-Id: I1b1976908ed8d5054fe63a46953005330c76855d Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18039Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
George Nash authored
Fixed the paths for the input files. Added additional paths that were missing. Adds a log output file when doxygen was run This only updates the doxyfile it does not fix any warnings produced. Change-Id: Ic566e8ec728a72cc059e66cafdcece396897cd98 Signed-off-by:
George Nash <george.nash@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17923Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
Parkhi authored
- When using the strncpy function, modified it to include a null termination Change-Id: Ibb47c2737c13558e5d18f809673300d2f8a0e8a7 Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18107Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
ol.beketov authored
Unit tests for various cipher suites updated in correspondence to changes from the patch 16251 "Support for multiple ciphersuites". Change-Id: Ie65bb0df79cb9a17d88d41fde9f791c75a04db17 Signed-off-by:
ol.beketov <ol.beketov@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17861Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
Philippe Coval authored
Reordering libs by dependencies is solving observed issue on yocto: ld: warning: liboc.so, \ needed by out/yocto/i586/release/libresource_directory.so, not found \ (try using -rpath or -rpath-link) libresource_directory.so: \ undefined reference to `OC::MessageContainer::representations() const' (...) Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: I8622e0efbdad18236cb04fb14f8d01bcef7b8879 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17563Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 22 Mar, 2017 12 commits
-
-
Philippe Coval authored
It is strongly recommended to rely on scons, if not possible, this can be done differently using this script. For more details about building IoTivity please check: https://wiki.iotivity.org/build The main purpose of prep.sh, is for continuous integration experiments for Tizen platform, but could be used for others too. Bug: https://jira.iotivity.org/browse/IOT-1600 Change-Id: I63e713c8531f0eea698277993cf21c3d55c80270 Origin: https://gerrit.iotivity.org/gerrit/#/c/11699/Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/12477Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Kevin Kane <kkane@microsoft.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> (cherry picked from commit 10c5f532) Reviewed-on: https://gerrit.iotivity.org/gerrit/11699Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
George Nash authored
-Wformat= warning fixed by changing the ssanf %lld flag to SCNd64 -Wunused-function fixed by removing the OCSetNetworkMonitorHandler function. Since the function is not used it is also not maintained it is best to remove the code. Change-Id: Ib82e6e77a561ac8713cc77bdecc44a5ce42cefff Signed-off-by:
George Nash <george.nash@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17813Reviewed-by:
Mike Fenelon <mike.fenelon@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Dave Thaler authored
Change-Id: Ic5f6449adb5ead85a2b5022a830397e3bb766a7a Signed-off-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17635Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
George Nash authored
There are two Doxyfiles for generating C API documentation 1. ./resource/docs/c-doc/Doxyfile 2. ./resource/csdk/doc/Doxyfile The first file is listed in the wiki and appears to be better maintained than the second. To avoid confusion the second is removed by this commit. Change-Id: I5fe1f688bbd9930de623fad26494a880bac35244 Signed-off-by:
George Nash <george.nash@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17909Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Philippe Coval authored
configure is not in upstream's repo because, it's intended to be generated from configure.ac. So to avoid ambiguity, we test if CMake file is present instead. Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: Ia2e7c8c4d0c827b300b9345c9cb7811a193cfd9e Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17855Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Mats Wichmann <mats@linux.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
ChaJiWon authored
This patch add making post payload logic when client performs POST request. Change-Id: I58e96b2c7cc325116409720c56a6e12046ecdfa5 Signed-off-by:
ChaJiWon <jw_wonny.cha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18087Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
jihwan.seo authored
Change-Id: I40ad527a8500b272d9c4660dfcded966e374d006 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17997Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
George Nash authored
The default Doxyfile should only produce documentation for public APIs. . For internal developer APIs the devdocs.doxyfile should be used. Change-Id: I6bce824095b33f3e2a51a960eb6c0b1f7e0a36d1 Signed-off-by:
George Nash <george.nash@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17991Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
Philippe Coval authored
As set in shared file: resource/c_common/SConscript Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: Id5fce812c8da866305647308919bced90397cc5d Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17829Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
Poovizhi authored
There are invalid signed vs. unsigned checks in cainterfacecontroller. Those needs to be fixed. Change-Id: I780203e68d66e170714356192ea2469dece4c5ed Signed-off-by:
Poovizhi <poovizhi.a@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18055Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
KIM JungYong authored
Change-Id: I5a89207f4897accacf4683b0561277bf0638cc2c Signed-off-by:
KIM JungYong <jyong2.kim@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18077Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
js126.lee authored
Issue : If the first character of deviceuuid generated ramdomly is *(2a) in PT, subjectuuid of cred is set to * wrongly instead of actual deviceuuid during generating cred payload during OT. Change-Id: Idc6587d71456a1eb7a816bd083bfcbb5c94e9c34 Signed-off-by:
js126.lee <js126.lee@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18041Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com>
-