aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-security
AgeCommit message (Collapse)AuthorFilesLines
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>