[IOT-1785] Support for Certificate Provisioning
[platform/upstream/iotivity.git] / resource / csdk /
2017-03-09 Greg Zaverucha[IOT-1785] Support for Certificate Provisioning
2017-03-06 Kevin KaneMerge branch 'master' into iot-1785
2017-03-06 Greg ZaveruchaDisable warning 4429 in test code
2017-03-06 Pawel WinogrodzkiHandle security test failures
2017-03-06 Dan MihaiLog message ID in host byte order
2017-03-06 Dan MihaiFix WITH_RA build break
2017-03-06 Jaewook JungFixed memory leak on cablockwisetransfer.c
2017-03-06 Pawel WinogrodzkiIOT-1583: Disabling rebuild of config headers with...
2017-03-06 Pawel WinogrodzkiIOT-1583: Removing /W3 warnings inside connectivity...
2017-03-04 George NashFixed compilar warning in ocserver
2017-03-04 Jaewook JungFixed typo on OCInit1()
2017-03-04 George NashFixed documentation warnings for c-docs
2017-03-04 Way VadhanasinIOT-1867 Add reference count to OCInit and OCStop
2017-03-04 Pawel WinogrodzkiIOT-1583: Removing /W3 warnings inside connectivity...
2017-03-04 Dan Mihai[IOT-1861] Fix self-deadlock during OT
2017-03-03 Kevin KaneMerge branch 'master' into iot-1785
2017-03-03 Alex KelleyIOT-1874 Enable /W4 /WX for resource/csdk/security
2017-03-03 Dan Mihai[IOT-1878] Windows: Fix build breaks
2017-03-03 Joonghwan LeeFixed Dtls cookie context setup
2017-03-02 Dan MihaiAdd more detailed ACE logging
2017-03-02 Chul LeeAdd callback to close a PIN display.
2017-03-02 YoungmanRemove unnecessary glib dependency in security
2017-03-02 js126.leeFixed core dump during Security Discovery
2017-03-02 Jongmin ChoiSupport for multiple ciphersuites
2017-03-01 Pawel WinogrodzkiIOT-1869: Fixing Windows builds with "logging" option.
2017-03-01 Jongmin ChoiChange property names for IoTivity only security features
2017-02-28 Kevin KaneHelpers to create key pairs, identity, and role certifi...
2017-02-28 Alex KelleyIOT-1836 Make resource/csdk/security/provisioning W4...
2017-02-28 Alex KelleyIOT-1835 Make resource/csdk/security W4 compliant.
2017-02-28 Dan Mihai[IOT-1845] Fix session leak
2017-02-27 Todd MalsbaryMove common Callback test helper to gtest_helper.h.
2017-02-27 Philippe Covalcsdk: Use OIC_LOG instead of OIC_LOG_V for logging...
2017-02-27 Philippe Covalsecurity: Conditionnal include of mbedtls
2017-02-27 Philippe Covalbuild: Enable security by default
2017-02-27 amarResolving svace issues
2017-02-25 Philippe Covalbuild: Update to 1.3.0
2017-02-25 bg.chun[IOT-1207] Endpoint C++ API
2017-02-25 hyuna0213.joMoved a requestId declaration in OCServerRequest
2017-02-25 Todd Malsbary[IOT-1840] Fix incorrect check for IPv4 when generating...
2017-02-24 Craig PrattPer CR-47 (doxmtype URN Correction), renamed references...
2017-02-24 Philippe Covalbuild: Update version to 1.2.1
2017-02-24 Todd MalsbaryFix null pointer deref.
2017-02-24 Todd MalsbaryAdd missing limits.h to oicresourcedirectory.c.
2017-02-24 Pawel WinogrodzkiIOT-1583: Preparing connectivity scons script for ...
2017-02-24 jinhyuck83.parkexclude internal Discovery when User connection Prefer...
2017-02-24 Pawel WinogrodzkiIOT-1830: Enabling Cbor tests.
2017-02-24 Jay SharmaHandling of missing parent property in collection response
2017-02-23 Dan Mihai[IOT-1841] Allow OT sessions to post to /pstat
2017-02-23 Jongmin ChoiModify CreateResetProfile() to preserve the original...
2017-02-23 Philippe Covalbuild: Remove tinydtls library
2017-02-23 Kevin KaneImplement /oic/sec/csr resource
2017-02-22 Dan Mihai[IOT-1833] [IOT-1834] CTT 1.7.8.3 fixes
2017-02-22 hyuna0213.joChange the name of 'tcp' of 'p' property
2017-02-21 Dan Mihai[IOT-1832] Restore error code
2017-02-21 Dan Mihai[IOT-1831] Fix requested permission
2017-02-21 jihwan.seoProvide OCSetLogLevel API in CAUtil for C SDK/C++ SDK.
2017-02-21 Dan Mihai[IOT-1801] Implement OCF Security CR1339
2017-02-21 Ziran SunMinor change on documentation for OCSendResponse API.
2017-02-21 YoungmanCorrect the errata in docs related to security
2017-02-20 Pawel WinogrodzkiIOT-1583: Removing /W3 warnings inside resource/csdk...
2017-02-20 Pawel WinogrodzkiIOT-1807: Disabling discovery tests to improve producti...
2017-02-20 Todd Malsbary[IOT-1817] RD should notify observers of /oic/res when...
2017-02-20 Philippe Covalcsdk: Remove exec permission of stack headers
2017-02-20 saurabh.s9[IOT-1701] Added check for int overflow
2017-02-17 Jaewook Jungcode clean up on the ocstack.h and ocstackinternal.h
2017-02-17 js126.leeFixed a bug of patch 16719
2017-02-17 jihwan.seofix crash issue related findResource in OCConnectionManager
2017-02-17 jihwan.seoreplace strcmp with strcasecmp in android BLE
2017-02-16 Joonghwan LeeAdd adapter type parameter to CAcloseSslConnectionAll
2017-02-16 Randeep SinghRemoved build issue
2017-02-16 Chul Leeconnectivity: Add NULL check across the ca_adapter_net_...
2017-02-16 js126.leeAdd to checking logic to set subject of cred in case...
2017-02-15 Hauke Mehrtensssl: fix compilation against non debug mbedtls
2017-02-15 Philippe Covalstyle: Reformat source to current standards
2017-02-15 Jongmin ChoiLogs added for confirmation callbacks
2017-02-15 Philippe Covalconnectivity: Fixed double free issue when destroying...
2017-02-15 Todd Malsbary[IOT-1685] Add exports for new APIs.
2017-02-15 Jaewook JungFixed memory leak on CARetransmissionDestroy
2017-02-15 jihwan.seoadd OCSetLogLevel API in logger
2017-02-15 jihwanseoadd new BLE scan through android public API (upper...
2017-02-15 Todd Malsbary[IOT-1814] Add OCRepPayloadSetPropByteStringAsOwner...
2017-02-15 jihwan.seoFix BLE crash issue when IoTivity Stop is called.
2017-02-14 Kevin KaneMerge branch 'master' into iot-1785
2017-02-14 Kevin KaneMerge branch 'master' into iot-1785
2017-02-14 Andrii ShtompelFix svace defects in csr.c
2017-02-14 Dan Mihai[IOT-1800] Implement OCF Security CR1291
2017-02-14 Dan Mihai[IOT-1816] Windows: Fix build breaks
2017-02-14 Dave ThalerIOT-1812: OICStrcpy is not safe with OICMalloc if the...
2017-02-14 Dan Mihai[IOT-1805] Fix SSL session leak on error
2017-02-14 Dan Mihai[IOT-1488] Remove workaround
2017-02-14 Dmitriy ZhuravlevFix mbedtls debug format
2017-02-14 Alex KelleyIOT-1811 Move MOT device info cleanup to fix AV
2017-02-13 Todd Malsbary[IOT-1815] Add missing OCRDDatabase functions to .def.
2017-02-13 Todd MalsbaryAdd missing handle parameter in rdtests.cpp.
2017-02-13 Larry Sachs[IOT-1765] Fix for DT_SONAME warning messages in Android
2017-02-13 jg.ham[IOT-1540] Connection manager logic add.
2017-02-13 hyuna0213.joAdd OCDoHandle parameter on resource-directory function
2017-02-13 jihwan.seoFix callback issue which there is no payload in case...
2017-02-13 Jongmin ChoiModify confirmable certificate OTM
2017-02-13 jihwan.seoFix blocking issue when OCStop is called in android...
next