Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
26ac4d0de574a68ed0e8fe7ff88df4377200c71a
/
security
/
keys
e7681c2
KEYS: reaching the keys quotas correctly
by Yang Xu
· 4 years, 8 months ago
a9b6e55
keys: Timestamp new keys
by David Howells
· 6 years ago
b94178b
keys: Fix missing null pointer check in request_key_auth_describe()
by Hillf Danton
· 5 years ago
ccc2aae
KEYS: restrict /proc/keys by credentials at open time
by Eric Biggers
· 7 years ago
dc070cd
KEYS: always initialize keyring_index_key::desc_len
by Eric Biggers
· 6 years ago
6704b9d
KEYS: allow reaching the keys quotas exactly
by Eric Biggers
· 6 years ago
077463b
security/keys: BIG_KEY requires CONFIG_CRYPTO
by Arnd Bergmann
· 7 years ago
9692602
KEYS: encrypted: fix buffer overread in valid_master_desc()
by Eric Biggers
· 7 years ago
982707e
KEYS: add missing permission check for request_key() destination
by Eric Biggers
· 7 years ago
31c8c49
security/keys: add CONFIG_KEYS_COMPAT to Kconfig
by Bilal Amarni
· 7 years ago
419ec34
KEYS: trusted: fix writing past end of buffer in trusted_read()
by Eric Biggers
· 7 years ago
64a2345
KEYS: trusted: sanitize all key material
by Eric Biggers
· 7 years ago
0be72ae
KEYS: return full count in keyring_read() if buffer is too small
by Eric Biggers
· 7 years ago
63c8e45
KEYS: Fix race between updating and finding a negative key
by David Howells
· 7 years ago
da0c750
KEYS: don't let add_key() update an uninstantiated key
by David Howells
· 7 years ago
fec442e
KEYS: encrypted: fix dereference of NULL user_key_payload
by Eric Biggers
· 7 years ago
dda70d2
KEYS: prevent KEYCTL_READ on negative key
by Eric Biggers
· 7 years ago
bfe9d7b
KEYS: prevent creating a different user's keyrings
by Eric Biggers
· 7 years ago
47e8bd1
KEYS: fix writing past end of user-supplied buffer in keyring_read()
by Eric Biggers
· 7 years ago
0c70fb8
security/keys: rewrite all of big_key crypto
by Jason A. Donenfeld
· 7 years ago
2f9be92
security/keys: properly zero out sensitive key material in big_key
by Jason A. Donenfeld
· 7 years ago
73a0a68
KEYS: Fix an error code in request_master_key()
by Dan Carpenter
· 8 years ago
d24c1c1
KEYS: encrypted: avoid encrypting/decrypting stack buffers
by Eric Biggers
· 7 years ago
2436976
KEYS: fix freeing uninitialized memory in key_update()
by Eric Biggers
· 7 years ago
1b253e0
KEYS: fix dereferencing NULL payload with nonzero length
by Eric Biggers
· 7 years ago
174a74d
KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
by Eric Biggers
· 8 years ago
b2dd90e
KEYS: Change the name of the dead type to ".dead" to prevent user access
by David Howells
· 8 years ago
a5c6e0a
KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
by David Howells
· 8 years ago
31e6ec4
security/keys: make BIG_KEYS dependent on stdrng.
by Artem Savkov
· 8 years ago
7df3e59
KEYS: Sort out big_key initialisation
by David Howells
· 8 years ago
03dab86
KEYS: Fix short sprintf buffer in /proc/keys show function
by David Howells
· 8 years ago
456bee9
KEYS: Fix skcipher IV clobbering
by Herbert Xu
· 8 years ago
7a1e8b8
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 8 years ago
bbce2ad
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
d56d72c
KEYS: Use skcipher for big keys
by Herbert Xu
· 8 years ago
3832742
KEYS: potential uninitialized variable
by Dan Carpenter
· 8 years ago
965475a
KEYS: Strip trailing spaces
by David Howells
· 8 years ago
4693fc7
KEYS: Add placeholder for KDF usage with DH
by Stephan Mueller
· 8 years ago
d55201c
Merge branch 'keys-trust' into keys-next
by David Howells
· 9 years ago
ddbb411
KEYS: Add KEYCTL_DH_COMPUTE command
by Mat Martineau
· 9 years ago
13100a7
Security: Keys: Big keys stored encrypted
by Kirill Marinushkin
· 9 years ago
898de7d
KEYS: user_update should use copy of payload made during preparsing
by David Howells
· 9 years ago
77f68ba
KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTED
by David Howells
· 9 years ago
5ac7eac
KEYS: Add a facility to restrict new links into a keyring
by David Howells
· 9 years ago
bb7aeae
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
7047737
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
88a1b56
Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next
by James Morris
· 9 years ago
a1f2bdf
security/keys: make big_key.c explicitly non-modular
by Paul Gortmaker
· 9 years ago
f3c82ad
tpm: fix checks for policy digest existence in tpm2_seal_trusted()
by Jarkko Sakkinen
· 9 years ago
5d2787c
KEYS: Add an alloc flag to convey the builtinness of a key
by David Howells
· 9 years ago
eee0450
KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it set
by David Howells
· 9 years ago
c3917fd
KEYS: Use skcipher
by Herbert Xu
· 9 years ago
23567fd
KEYS: Fix keyring ref leak in join_session_keyring()
by Yevgeny Pats
· 9 years ago
5807fca
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
607259e
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into ra-next
by James Morris
· 9 years ago
1d6d167
KEYS: refcount bug fix
by Mimi Zohar
· 9 years ago
3cb92fe
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next
by James Morris
· 9 years ago
5beb0c4
keys, trusted: seal with a TPM2 authorization policy
by Jarkko Sakkinen
· 9 years ago
5ca4c20
keys, trusted: select hash algorithm for TPM2 chips
by Jarkko Sakkinen
· 9 years ago
5208cc8
keys, trusted: fix: *do not* allow duplicate key options
by Jarkko Sakkinen
· 9 years ago
b4a1b4f
KEYS: Fix race between read and revoke
by David Howells
· 9 years ago
d3600bc
KEYS: prevent keys from being removed from specified keyrings
by Mimi Zohar
· 9 years ago
096fe9e
KEYS: Fix handling of stored error in a negatively instantiated user key
by David Howells
· 9 years ago
1873499
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
146aa8b
KEYS: Merge the type-specific data with the payload data
by David Howells
· 9 years ago
27720e7
keys: Be more consistent in selection of union members used
by Insu Yun
· 9 years ago
d0e0eba
KEYS: use kvfree() in add_key
by Geliang Tang
· 9 years ago
911b79c
KEYS: Don't permit request_key() to construct a new keyring
by David Howells
· 9 years ago
0fe5480
keys, trusted: seal/unseal with TPM 2.0 chips
by Jarkko Sakkinen
· 9 years ago
fe351e8
keys, trusted: move struct trusted_key_options to trusted-type.h
by Jarkko Sakkinen
· 9 years ago
f05819d
KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring
by David Howells
· 9 years ago
94c4554
KEYS: Fix race between key destruction and finding a keyring by name
by David Howells
· 9 years ago
5831905
capabilities: ambient capabilities
by Andy Lutomirski
· 9 years ago
ca4da5d
KEYS: ensure we free the assoc array edit if edit is valid
by Colin Ian King
· 9 years ago
b353a1f
switch keyctl_instantiate_key_common() to iov_iter
by Al Viro
· 10 years ago
d0709f1
Don't leak a key reference if request_key() tries to use a revoked keyring
by David Jeffery
· 10 years ago
dabd39c
KEYS: Make /proc/keys unconditional if CONFIG_KEYS=y
by David Howells
· 10 years ago
a3a8784
KEYS: close race between key lookup and freeing
by Sasha Levin
· 10 years ago
5057975
KEYS: remove a bogus NULL check
by Dan Carpenter
· 10 years ago
d0bffab
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into for-linus
by James Morris
· 10 years ago
b26bdde
KEYS: Fix stale key registration at error path
by Takashi Iwai
· 10 years ago
0b0a841
KEYS: request_key() should reget expired keys rather than give EKEYEXPIRED
by David Howells
· 10 years ago
054f618
KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flags
by David Howells
· 10 years ago
aa9d443
KEYS: Fix the size of the key description passed to/from userspace
by David Howells
· 10 years ago
b10778a
Merge commit 'v3.17' into next
by James Morris
· 10 years ago
5e40d33
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
0c903ab
KEYS: Make the key matching functions return bool
by David Howells
· 10 years ago
c06cfb0
KEYS: Remove key_type::match in favour of overriding default by match_preparse
by David Howells
· 10 years ago
614d8c3
KEYS: Remove key_type::def_lookup_type
by David Howells
· 10 years ago
4629195
KEYS: Preparse match data
by David Howells
· 10 years ago
1c9c115
Merge tag 'keys-next-fixes-20140916' into keys-next
by David Howells
· 10 years ago
54e2c2c
KEYS: Reinstate EPERM for a key type name beginning with a '.'
by David Howells
· 10 years ago
8da79b6
KEYS: Fix missing statics
by David Howells
· 10 years ago
738c5d1
KEYS: Increase root_maxkeys and root_maxbytes sizes
by Steve Dickson
· 10 years ago
bb2cbf5
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
b64cc5f
KEYS: revert encrypted key change
by Mimi Zohar
· 10 years ago
633706a
Merge branch 'keys-fixes' into keys-next
by David Howells
· 10 years ago
64724cf
Merge remote-tracking branch 'integrity/next-with-keys' into keys-next
by David Howells
· 10 years ago
f1dcde9
KEYS: request_key_auth: Provide key preparsing
by David Howells
· 10 years ago
5d19e20
KEYS: keyring: Provide key preparsing
by David Howells
· 10 years ago
Next »