History log of /security/keys/encrypted-keys/Makefile
Revision Date Author Comments
9c69898783a0121399ec078d40d4ccc00e3cb0df 17-Oct-2011 Mimi Zohar <zohar@linux.vnet.ibm.com> encrypted-keys: module build fixes

Encrypted keys are encrypted/decrypted using either a trusted or
user-defined key type, which is referred to as the 'master' key.
The master key may be of type trusted iff the trusted key is
builtin or both the trusted key and encrypted keys are built as
modules. This patch resolves the build dependency problem.

- Use "masterkey-$(CONFIG_TRUSTED_KEYS)-$(CONFIG_ENCRYPTED_KEYS)" construct
to encapsulate the above logic. (Suggested by Dimtry Kasatkin.)
- Fixing the encrypted-keys Makefile, results in a module name change
from encrypted.ko to encrypted-keys.ko.
- Add module dependency for request_trusted_key() definition

Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
982e617a313b57abee3bcfa53381c356d00fd64a 28-Aug-2011 Mimi Zohar <zohar@linux.vnet.ibm.com> encrypted-keys: remove trusted-keys dependency

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>
61cf45d0199041df1a8ba334b6bf4a3a13b7f904 14-Sep-2011 Mimi Zohar <zohar@linux.vnet.ibm.com> encrypted-keys: create encrypted-keys directory

Move all files associated with encrypted keys to keys/encrypted-keys.

Signed-off-by: Mimi Zohar <zohar@us.ibm.com>