index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
module_signing.c
Age
Commit message (
Expand
)
Author
2018-11-07
modsign: use all trusted keys to verify module signature
Ke Wu
2018-07-02
modsign: log module name in the event of an error
Jessica Yu
2016-04-11
KEYS: Move the point of trust determination to __key_link()
David Howells
2016-04-06
PKCS#7: Make trust determination dependent on contents of trust keyring
David Howells
2016-04-06
KEYS: Generalise system_verify_data() to provide access to internal content
David Howells
2016-03-03
X.509: Make algo identifiers text instead of enum
David Howells
2016-03-01
MODSIGN: linux/string.h should be #included to get memcpy()
David Howells
2015-10-21
KEYS: Merge the type-specific data with the payload data
David Howells
2015-08-12
PKCS#7: Appropriately restrict authenticated attributes and content type
David Howells
2015-08-07
MODSIGN: Extract the blob PKCS#7 signature verifier from module signing
David Howells
2015-08-07
MODSIGN: Use PKCS#7 messages as module signatures
David Howells
2013-10-25
keys: change asymmetric keys to use common hash definitions
Dmitry Kasatkin
2013-09-25
KEYS: Separate the kernel signature checking keyring from module signing
David Howells
2013-09-25
KEYS: Rename public key parameter name arrays
David Howells
2012-12-05
MODSIGN: Don't use enum-type bitfields in module signature info block
David Howells
2012-10-22
module_signing: fix printk format warning
Randy Dunlap
2012-10-19
MODSIGN: Move the magic string to the end of a module and eliminate the search
David Howells
2012-10-10
MODSIGN: Implement module signature checking
David Howells
2012-10-10
module: signature checking hook
Rusty Russell