- 16 Apr, 2020 1 commit
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 15 Apr, 2020 2 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 30 Mar, 2020 1 commit
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 28 Mar, 2020 2 commits
-
-
Oleksandr Andrieiev authored
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 14 Mar, 2020 3 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Oleksandr Andrieiev authored
-
Oleksandr Andrieiev authored
1. AEL resource and logging API 2. Auditable events generation in various parts of security stack Signed-off-by:
Iurii Metelytsia <i.metelytsia@samsung.com> Signed-off-by:
Oleksandr Andrieiev <o.andrieiev@samsung.com>
-
- 11 Mar, 2020 1 commit
-
-
Oleksandr Andrieiev authored
-
- 04 Mar, 2020 1 commit
-
-
Oleksandr Andrieiev authored
Signed-off-by:
Oleksandr Andrieiev <o.andrieiev@samsung.com>
-
- 27 Feb, 2020 1 commit
-
-
George Nash authored
The codan static analysis tool is built into eclipse CDT which I used time to time. Most of these warnings were suggestions to surround bitwise operations with parenthesis. Some of the suggetions were about return values for pthread code in the network_event_thread function. In addition a white space error was fixed in the documentation in oc_api.h The most common warning is about not break statment at the end of case statments. All but one of these was done purposly. Signed-off-by:
George Nash <george.nash@intel.com>
-
- 04 Feb, 2020 1 commit
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 25 Jan, 2020 1 commit
-
-
George Nash authored
Persistant storage is currently only enabled if OC_SECURITY is defined. This has lead implementation problems when implementing features like introspection, cloud, or software-update which also require persistant storage. This commit replaces the `#ifdef OC_SECURITY` with `#ifdef OC_STORAGE` in oc_storage.c. Inside config.h OC_STORAGE is defined if OC_SECURITY, OC_IDD_API OC_SOFTWARE_UPDATE, or OC_SECURITY is defined. Also updated samples that call oc_storage_config so they call it if OC_STORAGE is defined instead of OC_SECURITY. Removed the dummy storage implmentation from the oc_cloud_storage.c since OC_STORAGE is now defined by default when OC_CLOUD is defined. Some preprocessor check were added to check it one of the features that require OC_STORAGE is set but OC_STORAGE is not set. This will cause a build error and inform developers to check oc_config.h to make sure OC_STORAGE is set there. Change-Id: I9a9242349e939393f190cab373fe7d0252ae656c Signed-off-by:
George Nash <george.nash@intel.com>
-
- 23 Jan, 2020 1 commit
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 21 Jan, 2020 1 commit
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 15 Jan, 2020 1 commit
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 14 Jan, 2020 2 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 08 Jan, 2020 1 commit
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 07 Jan, 2020 1 commit
-
-
Kishen Maloor authored
This reverts merge request !2
-
- 06 Jan, 2020 2 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 03 Dec, 2019 2 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: I9e51413effe64728ee732f9419ba5cbb27bc660a
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: I49ddacd50095603653d71dec7f732837d09e4eb4
-
- 25 Nov, 2019 2 commits
-
-
Aleksey authored
Compare peer identity and "oic.sec.doxm.rdp" before PPSK generation at the random pin otm process Signed-off-by:
Aleksey Volkov <a.volkov@samsung.com> Change-Id: Ic391133dfc241165ac7c0db2b064c68ed567996f
-
Aleksey authored
Set 'oic.sec.doxm.rdp' string as PSK identity of the obt at the random pin otm Signed-off-by:
Aleksey Volkov <a.volkov@samsung.com> Change-Id: I729faa4f5426353a716eea3f84dba548a81f2d4b
-
- 21 Nov, 2019 6 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: I85f76af0f0d136ee75cbac3f5be8d69262a47f6a
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: If5da36a1ffd4bc606ce3641408db97914a11584e
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: I003d1f502e9c7d1ecdcd9f9a30f4e8f3dbdc5aa0
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: I92068dec435ee6cc139bf5994aa0afb44e5aa87d
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: I25dd3b9922c9c22c9ef2b97265915ad593e661b8
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: I3cf2bed9bc0058a49739bc8aee3147a68964734f
-
- 13 Nov, 2019 2 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: I79d06187dc97faf74945beedcca154cf1a65f212
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: I83f95098e4af328c8783368388e65e5e340d61d5
-
- 07 Nov, 2019 1 commit
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: I37b550eb5367f7fb845c8067823e5649accaa62c
-
- 28 Oct, 2019 1 commit
-
-
Aleksey authored
Signed-off-by:
Aleksey Volkov <a.volkov@samsung.com> Change-Id: Ib9ce9178a854afc78276c36b6b85206127e73206
-
- 10 Oct, 2019 3 commits
-
-
Kishen Maloor authored
Change-Id: If99fe313f61b6abbed56de555c551793f8ff084c Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Change-Id: I27e35513b30f67f9ba2e035db415072c0f68abbc Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Change-Id: I65742cfc619072ec833db9d5eb2f3c20a7de64ae Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-