linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH v2 0/6] eCryptfs: added support for the encrypted key type
@ 2010-12-28 10:48 Roberto Sassu
  2010-12-28 10:48 ` [RFC][PATCH v2 1/6] encrypted-keys: fixed valid_master_desc() function description Roberto Sassu
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Roberto Sassu @ 2010-12-28 10:48 UTC (permalink / raw)
  To: linux-security-module
  Cc: keyrings, linux-fsdevel, linux-kernel, zohar, dhowells, jmorris,
	safford, ramunno, tyhicks, kirkland, Roberto Sassu

[-- Attachment #1: Type: text/plain, Size: 1482 bytes --]

This patch set adds support for the 'encrypted' key type in the eCryptfs
filesystem.

Changelog from version v1:
- added title and fixed text formatting in Documentation/keys-ecryptfs.txt;
- using isxdigit() in the function valid_ecryptfs_desc().

Roberto Sassu


Roberto Sassu (6):
  encrypted-keys: fixed valid_master_desc() function description
  encrypted-keys: added additional debug messages
  encrypted-keys: add key format support
  eCryptfs: export global eCryptfs definitions to
    include/linux/ecryptfs.h
  encrypted-keys: add ecryptfs format support
  eCryptfs: added support for the encrypted key type

 Documentation/keys-ecryptfs.txt          |   68 +++++++++
 Documentation/keys-trusted-encrypted.txt |   52 ++++---
 fs/ecryptfs/ecryptfs_kernel.h            |  120 ++--------------
 fs/ecryptfs/keystore.c                   |   15 ++-
 include/keys/encrypted-type.h            |   13 ++-
 include/linux/ecryptfs.h                 |  113 ++++++++++++++
 security/keys/Makefile                   |    2 +-
 security/keys/encrypted_defined.c        |  242 ++++++++++++++++++++++++------
 security/keys/keys_ecryptfs.c            |   81 ++++++++++
 security/keys/keys_ecryptfs.h            |   30 ++++
 10 files changed, 551 insertions(+), 185 deletions(-)
 create mode 100644 Documentation/keys-ecryptfs.txt
 create mode 100644 include/linux/ecryptfs.h
 create mode 100644 security/keys/keys_ecryptfs.c
 create mode 100644 security/keys/keys_ecryptfs.h

-- 
1.7.2.3


[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 2061 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-01-10 16:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-28 10:48 [RFC][PATCH v2 0/6] eCryptfs: added support for the encrypted key type Roberto Sassu
2010-12-28 10:48 ` [RFC][PATCH v2 1/6] encrypted-keys: fixed valid_master_desc() function description Roberto Sassu
2010-12-28 10:48 ` [RFC][PATCH v2 2/6] encrypted-keys: added additional debug messages Roberto Sassu
2010-12-28 10:48 ` [RFC][PATCH v2 3/6] encrypted-keys: add key format support Roberto Sassu
2011-01-10  2:59   ` James Morris
2010-12-28 10:48 ` [RFC][PATCH v2 4/6] eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.h Roberto Sassu
2011-01-05  8:25   ` Tyler Hicks
2010-12-28 10:48 ` [RFC][PATCH v2 5/6] encrypted-keys: add ecryptfs format support Roberto Sassu
2011-01-05  8:17   ` Tyler Hicks
2011-01-10 16:38     ` Roberto Sassu
2010-12-28 10:48 ` [RFC][PATCH v2 6/6] eCryptfs: added support for the encrypted key type Roberto Sassu
2011-01-05  8:31   ` Tyler Hicks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).