summaryrefslogtreecommitdiffstats
path: root/meta-agl-security
AgeCommit message (Collapse)AuthorFilesLines
2016-12-05Merge meta-agl-security into meta-aglStephane Desneux2-64/+0
meta-agl-security only contains one recipe for xmlsec so it's not necessary to maintain a full layer for this Change-Id: I66b3eeaa0e777fcc0c94bdf562b7188b01641d86 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-03-23security-manager: Removes agl only adaptationsJosé Bollo4-330/+0
These adaptations are now part of meta-intel-iot-security and thus are no more needed here. Change-Id: I0acfb3b7ea572b9805c2d53f70ea0eab0026cdae Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2015-12-11security: integration of security-managerJosé Bollo4-0/+330
Allows the integration to AGL of the security security framwork coming from tizen. It includes smack, cynara, security-manager and other dependant components. Most of this components are coming from a work made by Intel OTC to create a yocto layer focused on security framework. This public work available here https://github.com/01org/meta-intel-iot-security has parts derived from Tizen's works and adds integrity parts. This patch also removes dependencies to tizen-platform-config, libslp-db-utils and dlog. Change-Id: I510bff317fd479755711f5253dafdd5a264efaa6 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2015-11-09Security: Adding the library xmlsecJosé Bollo1-0/+40
XmlSec is a library used for signing, validating, and crypting XML files according to XMLDSIG, the recommendation of the W3C. See http://www.w3.org/TR/xmldsig-core1 The library is integrated with use of openSSL only and without XSLT library integration. Change-Id: I685e3b476d936bcedb52dd88da9f4286182e0c58 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2015-11-05Adds meta-agl-security layerJosé Bollo1-0/+24
This commits adds the security layer within the sources of the AGL project. This layer, named "meta-agl-security", is intended to host receipes specific to the security framework of AGL. In the case where a choice exist between several security framework, the switch is done using "distro features" in configuration files. This layer will either hold the several framework and their specific common components. Change-Id: I8a34b2d6c06cd7d2687825a54d1fe75441de2895 Signed-off-by: José Bollo <jose.bollo@iot.bzh>