aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/encrypted-keys (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-09-14encrypted-keys: remove trusted-keys dependencyMimi Zohar4-27/+64
Encrypted keys are decrypted/encrypted using either a trusted-key or, for those systems without a TPM, a user-defined key. This patch removes the trusted-keys and TCG_TPM dependencies. Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
2011-09-14encrypted-keys: create encrypted-keys directoryMimi Zohar5-0/+1219
Move all files associated with encrypted keys to keys/encrypted-keys. Signed-off-by: Mimi Zohar <zohar@us.ibm.com>