index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-vexpress
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-03
akcipher: Move the RSA DER encoding check to the crypto layer
David Howells
7
-246
/
+95
2016-03-03
crypto: Add hash param to pkcs1pad
Tadeusz Struk
1
-26
/
+156
2016-03-03
sign-file: fix build with CMS support disabled
Marc-Antoine Perennou
1
-1
/
+1
2016-03-02
MAINTAINERS: update tpmdd urls
Jarkko Sakkinen
1
-2
/
+2
2016-03-01
MODSIGN: linux/string.h should be #included to get memcpy()
David Howells
1
-0
/
+1
2016-02-29
certs: Fix misaligned data in extra certificate list
David Howells
1
-0
/
+1
2016-02-29
X.509: Handle midnight alternative notation in GeneralizedTime
David Howells
1
-1
/
+1
2016-02-29
X.509: Support leap seconds
David Howells
1
-1
/
+1
2016-02-29
Handle ISO 8601 leap seconds and encodings of midnight in mktime64()
David Howells
1
-1
/
+8
2016-02-29
X.509: Fix leap year handling again
David Howells
1
-4
/
+4
2016-02-29
PKCS#7: fix unitialized boolean 'want'
Colin Ian King
1
-1
/
+1
2016-02-29
firmware: change kernel read fail to dev_dbg()
Luis R. Rodriguez
1
-2
/
+6
2016-02-26
KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
Mehmet Kayaalp
1
-8
/
+21
2016-02-26
KEYS: Reserve an extra certificate symbol for inserting without recompiling
Mehmet Kayaalp
5
-0
/
+440
2016-02-26
modsign: hide openssl output in silent builds
Arnd Bergmann
1
-14
/
+19
2016-02-26
tpm_tis: fix build warning with tpm_tis_resume
Jarkko Sakkinen
1
-0
/
+2
2016-02-21
ima: require signed IMA policy
Mimi Zohar
1
-0
/
+7
2016-02-21
ima: measure and appraise the IMA policy itself
Mimi Zohar
4
-3
/
+24
2016-02-21
ima: load policy using path
Dmitry Kasatkin
2
-2
/
+44
2016-02-21
ima: support for kexec image and initramfs
Mimi Zohar
4
-7
/
+28
2016-02-21
kexec: replace call to copy_file_from_fd() with kernel version
Mimi Zohar
2
-64
/
+11
2016-02-21
ima: remove firmware and module specific cached status info
Mimi Zohar
5
-39
/
+28
2016-02-21
module: replace copy_module_from_fd with kernel version
Mimi Zohar
7
-112
/
+22
2016-02-21
vfs: define kernel_copy_file_from_fd()
Mimi Zohar
2
-0
/
+18
2016-02-21
security: define kernel_read_file hook
Mimi Zohar
6
-0
/
+54
2016-02-21
firmware: replace call to fw_read_file_contents() with kernel version
Mimi Zohar
7
-90
/
+21
2016-02-21
vfs: define kernel_read_file_from_path
Mimi Zohar
2
-0
/
+21
2016-02-21
ima: define a new hook to measure and appraise a file already in memory
Mimi Zohar
9
-15
/
+66
2016-02-20
tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
Jarkko Sakkinen
1
-2
/
+2
2016-02-20
tpm_crb/tis: fix: use dev_name() for /proc/iomem
Jarkko Sakkinen
2
-2
/
+6
2016-02-20
tpm_eventlog.c: fix binary_bios_measurements
Harald Hoyer
1
-4
/
+10
2016-02-20
tpm: fix: return rc when devm_add_action() fails
Jarkko Sakkinen
1
-1
/
+6
2016-02-20
tpm: fix: set continueSession attribute for the unseal operation
Jarkko Sakkinen
1
-3
/
+7
2016-02-18
ima: calculate the hash of a buffer using aynchronous hash(ahash)
Mimi Zohar
1
-2
/
+73
2016-02-18
ima: provide buffer hash calculation function
Dmitry Kasatkin
2
-0
/
+49
2016-02-18
vfs: define kernel_read_file_id enumeration
Mimi Zohar
5
-8
/
+19
2016-02-18
vfs: define a generic function to read a file from the kernel
Mimi Zohar
5
-0
/
+78
2016-02-18
firmware: clean up filesystem load exit path
Kees Cook
1
-7
/
+5
2016-02-18
firmware: move completing fw into a helper
Luis R. Rodriguez
1
-4
/
+10
2016-02-18
firmware: simplify dev_*() print messages for generic helpers
Luis R. Rodriguez
1
-4
/
+4
2016-02-18
ima: use "ima_hooks" enum as function argument
Mimi Zohar
5
-27
/
+37
2016-02-18
ima: refactor ima_policy_show() to display "ima_hooks" rules
Mimi Zohar
1
-27
/
+36
2016-02-18
ima: separate 'security.ima' reading functionality from collect
Dmitry Kasatkin
8
-40
/
+33
2016-02-18
scripts/sign-file.c: Add support for signing with a raw signature
Juerg Haefliger
1
-90
/
+146
2016-02-18
security/keys: make big_key.c explicitly non-modular
Paul Gortmaker
1
-14
/
+1
2016-02-18
crypto: public_key: remove MPIs from public_key_signature struct
Tadeusz Struk
1
-13
/
+1
2016-02-18
integrity: convert digsig to akcipher api
Tadeusz Struk
2
-7
/
+4
2016-02-16
smack: fix cache of access labels
José Bollo
1
-2
/
+6
2016-02-11
Smack: Remove pointless hooks
Casey Schaufler
1
-30
/
+8
2016-02-10
crypto: KEYS: convert public key and digsig asym to the akcipher api
Tadeusz Struk
12
-295
/
+134
[next]