Initial values format adjusted 65/37765/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 3 Apr 2015 12:30:14 +0000 (14:30 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 3 Apr 2015 12:35:39 +0000 (14:35 +0200)
commit9228a7207fb7a5512a9ed460e0e605f9edc96b3a
tree9d5aa263a73fa91ee708c0cce6b916eadab9e397
parent1ea090238a65f15fc42e150fd790195f97b36a80
Initial values format adjusted

[Issue#] N/A
[Feature/Bug] N/A
[Problem] Symmetric keys should not hold information about encryption
algorithm. Initial data will be stored as system user but has to be accessible
by ordinary users
[Cause] N/A
[Solution] Symmetric encryption params can be stored separately from key as
data. Encryption params removed from schema. Added permission tag allowing
other users to access system database. XML structure redesigned. Example
updated.

[Verification] Validate example with:
xmllint -schema initial_values.xsd example.xml

Change-Id: I36149b15d6f786e37cec370d632ab74e40efc162
doc/example.xml
doc/initial_values.xsd