Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | pefile: Parse the presumed PKCS#7 content of the certificate blob | David Howells | 2014-07-09 | 1 | -1/+20 | |
| | * | | | | | pefile: Strip the wrapper off of the cert data block | David Howells | 2014-07-09 | 1 | -0/+71 | |
| | * | | | | | pefile: Parse a PE binary to find a key and a signature contained therein | David Howells | 2014-07-09 | 5 | -0/+235 | |
| | * | | | | | Provide PE binary definitions | David Howells | 2014-07-09 | 1 | -0/+448 | |
| | * | | | | | KEYS: X.509: Fix a spelling mistake | David Howells | 2014-07-08 | 1 | -1/+1 | |
| * | | | | | | Merge tag 'keys-pkcs7-20140708' into keys-next | David Howells | 2014-07-22 | 13 | -2/+1339 | |
| |\| | | | | | ||||||
| | * | | | | | PKCS#7: Provide a key type for testing PKCS#7 | David Howells | 2014-07-08 | 3 | -0/+117 | |
| | * | | | | | PKCS#7: Find intersection between PKCS#7 message and known, trusted keys | David Howells | 2014-07-08 | 3 | -0/+228 | |
| | * | | | | | PKCS#7: Verify internal certificate chain | David Howells | 2014-07-08 | 1 | -1/+87 | |
| | * | | | | | PKCS#7: Find the right key in the PKCS#7 key list and verify the signature | David Howells | 2014-07-08 | 2 | -0/+69 | |
| | * | | | | | PKCS#7: Digest the data in a signed-data message | David Howells | 2014-07-08 | 2 | -1/+175 | |
| | * | | | | | PKCS#7: Implement a parser [RFC 2315] | David Howells | 2014-07-08 | 7 | -0/+630 | |
| | * | | | | | X.509: Export certificate parse and free functions | David Howells | 2014-07-02 | 1 | -0/+3 | |
| | * | | | | | X.509: Add bits needed for PKCS#7 | David Howells | 2014-07-01 | 3 | -2/+30 | |
| * | | | | | | Merge tag 'keys-preparse-1-20140722' into keys-next | David Howells | 2014-07-22 | 16 | -185/+291 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | KEYS: request_key_auth: Provide key preparsing | David Howells | 2014-07-22 | 1 | -0/+13 | |
| | * | | | | | KEYS: keyring: Provide key preparsing | David Howells | 2014-07-22 | 1 | -11/+23 | |
| | * | | | | | KEYS: big_key: Use key preparsing | David Howells | 2014-07-22 | 2 | -17/+27 | |
| | * | | | | | KEYS: RxRPC: Use key preparsing | David Howells | 2014-07-22 | 1 | -68/+97 | |
| | * | | | | | KEYS: DNS: Use key preparsing | David Howells | 2014-07-22 | 1 | -18/+25 | |
| | * | | | | | KEYS: Ceph: Use user_match() | David Howells | 2014-07-22 | 1 | -6/+2 | |
| | * | | | | | KEYS: Ceph: Use key preparsing | David Howells | 2014-07-22 | 1 | -9/+15 | |
| | * | | | | | KEYS: user: Use key preparsing | David Howells | 2014-07-22 | 3 | -22/+30 | |
| | * | | | | | KEYS: Call ->free_preparse() even after ->preparse() returns an error | David Howells | 2014-07-22 | 2 | -6/+7 | |
| | * | | | | | KEYS: Allow expiry time to be set when preparsing a key | David Howells | 2014-07-22 | 3 | -3/+16 | |
| | * | | | | | KEYS: struct key_preparsed_payload should have two payload pointers | David Howells | 2014-07-22 | 5 | -6/+8 | |
| | * | | | | | KEYS: Provide a generic instantiation function | David Howells | 2014-07-18 | 3 | -24/+33 | |
| |/ / / / / | ||||||
* | | | | | | commoncap: don't alloc the credential unless needed in cap_task_prctl | Tetsuo Handa | 2014-07-24 | 1 | -42/+30 | |
* | | | | | | Merge tag 'seccomp-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee... | James Morris | 2014-07-19 | 22 | -80/+471 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | seccomp: implement SECCOMP_FILTER_FLAG_TSYNC | Kees Cook | 2014-07-18 | 4 | -2/+140 | |
| * | | | | | | seccomp: allow mode setting across threads | Kees Cook | 2014-07-18 | 1 | -11/+25 | |
| * | | | | | | seccomp: introduce writer locking | Kees Cook | 2014-07-18 | 3 | -5/+66 | |
| * | | | | | | seccomp: split filter prep from check and apply | Kees Cook | 2014-07-18 | 1 | -30/+67 | |
| * | | | | | | sched: move no_new_privs into new atomic flags | Kees Cook | 2014-07-18 | 5 | -10/+22 | |
| * | | | | | | MIPS: add seccomp syscall | Kees Cook | 2014-07-18 | 5 | -6/+13 | |
| * | | | | | | ARM: add seccomp syscall | Kees Cook | 2014-07-18 | 2 | -0/+2 | |
| * | | | | | | seccomp: add "seccomp" syscall | Kees Cook | 2014-07-18 | 8 | -6/+65 | |
| * | | | | | | seccomp: split mode setting routines | Kees Cook | 2014-07-18 | 1 | -23/+48 | |
| * | | | | | | seccomp: extract check/assign mode helpers | Kees Cook | 2014-07-18 | 1 | -4/+18 | |
| * | | | | | | seccomp: create internal mode-setting function | Kees Cook | 2014-07-18 | 1 | -2/+14 | |
| * | | | | | | MAINTAINERS: create seccomp entry | Kees Cook | 2014-07-18 | 1 | -0/+10 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next | James Morris | 2014-07-19 | 13 | -162/+102 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | ||||||
| * | | | | selinux: reduce the number of calls to synchronize_net() when flushing caches | Paul Moore | 2014-06-26 | 7 | -42/+23 | |
| * | | | | selinux: no recursive read_lock of policy_rwlock in security_genfs_sid() | Waiman Long | 2014-06-23 | 1 | -9/+32 | |
| * | | | | selinux: fix a possible memory leak in cond_read_node() | Namhyung Kim | 2014-06-19 | 1 | -1/+1 | |
| * | | | | selinux: simple cleanup for cond_read_node() | Namhyung Kim | 2014-06-19 | 1 | -7/+2 | |
| * | | | | security: Used macros from compiler.h instead of __attribute__((...)) | Gideon Israel Dsouza | 2014-06-18 | 1 | -1/+2 | |
| * | | | | selinux: introduce str_read() helper | Namhyung Kim | 2014-06-18 | 1 | -96/+37 | |
| * | | | | SELinux: use ARRAY_SIZE | Himangi Saraogi | 2014-06-17 | 1 | -4/+4 | |
| * | | | | selinux, kbuild: remove unnecessary $(hostprogs-y) from clean-files | Masahiro Yamada | 2014-06-17 | 2 | -2/+1 |