forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
…/git/jmorris/linux-security Pull more security subsystem updates from James Morris: "Minor updates for the keys code" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security: MAINTAINERS: Update keyrings record and add asymmetric keys record lib: asn1_decoder - add MODULE_LICENSE("GPL") KEYS: The PKCS#7 test key type should use the secondary keyring
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1951,6 +1951,16 @@ L: [email protected] | |
S: Maintained | ||
F: drivers/platform/x86/asus-wireless.c | ||
|
||
ASYMMETRIC KEYS | ||
M: David Howells <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/crypto/asymmetric-keys.txt | ||
F: include/linux/verification.h | ||
F: include/crypto/public_key.h | ||
F: include/crypto/pkcs7.h | ||
F: crypto/asymmetric_keys/ | ||
|
||
ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API | ||
R: Dan Williams <[email protected]> | ||
W: http://sourceforge.net/projects/xscaleiop | ||
|
@@ -6557,6 +6567,8 @@ S: Maintained | |
F: Documentation/security/keys.txt | ||
F: include/linux/key.h | ||
F: include/linux/key-type.h | ||
F: include/linux/keyctl.h | ||
F: include/uapi/linux/keyctl.h | ||
F: include/keys/ | ||
F: security/keys/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters