index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
certs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-28
treewide: fix indentation and whitespace in Kconfig files
Anand Moon
1
-7
/
+7
2026-04-24
Merge tag 'clang-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+5
2026-04-16
extract-cert: Wrap key_pass with '#ifdef USE_PKCS11_ENGINE'
Nathan Chancellor
1
-1
/
+5
2026-03-24
extract-cert: drop unused definition of PKEY_ID_PKCS7
Thomas Weißschuh
1
-2
/
+0
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-2
/
+2
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2026-02-02
modsign: Enable ML-DSA module signing
David Howells
2
-0
/
+43
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2024-09-20
sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3
Jan Stancek
1
-30
/
+73
2024-09-20
sign-file,extract-cert: avoid using deprecated ERR_get_error_line()
Jan Stancek
1
-2
/
+2
2024-09-20
sign-file,extract-cert: move common SSL helper functions to a header
Jan Stancek
2
-36
/
+3
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-2
/
+2
2023-11-02
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-2
/
+4
2023-10-31
certs: Only allow certs signed by keys on the builtin keyring
Mimi Zohar
1
-1
/
+15
2023-10-27
module: enable automatic module signing with FIPS 202 SHA-3
Dimitri John Ledkov
1
-1
/
+1
2023-10-20
certs: Limit MODULE_SIG_KEY_TYPE_ECDSA to SHA384 or SHA512
Dimitri John Ledkov
1
-2
/
+4
2023-08-17
certs: Reference revocation list for all keyrings
Eric Snowberg
1
-6
/
+6
2023-08-17
integrity: PowerVM support for loading third party code signing keys
Nayna Jain
1
-0
/
+30
2023-08-17
KEYS: DigitalSignature link restriction
Eric Snowberg
1
-0
/
+49
2023-04-24
KEYS: Add missing function documentation
Eric Snowberg
1
-3
/
+11
2023-02-26
Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-3
/
+6
2023-02-13
certs: don't try to update blacklist keys
Thomas Weißschuh
1
-9
/
+12
2023-02-13
certs: make blacklisted hash available in klog
Thomas Weißschuh
1
-1
/
+1
2023-01-31
certs: Fix build error when PKCS#11 URI contains semicolon
Jan Luebbe
1
-2
/
+2
2023-01-22
kbuild: do not print extra logs for V=2
Masahiro Yamada
1
-3
/
+6
2022-09-24
certs: make system keyring depend on built-in x509 parser
Masahiro Yamada
1
-1
/
+1
2022-08-10
Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
4
-15
/
+43
2022-07-27
certs: unify blacklist_hashes.c and blacklist_nohashes.c
Masahiro Yamada
3
-14
/
+5
2022-07-27
certs: move scripts/check-blacklist-hashes.awk to certs/
Masahiro Yamada
2
-1
/
+38
2022-07-24
certs: make system keyring depend on x509 parser
Adam Borowski
1
-0
/
+1
2022-06-21
Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
5
-75
/
+9
2022-06-21
certs: Move load_certificate_list() to be with the asymmetric keys code
David Howells
5
-75
/
+9
2022-06-15
certs: fix and refactor CONFIG_SYSTEM_BLACKLIST_HASH_LIST build
Masahiro Yamada
3
-12
/
+12
2022-06-15
certs/blacklist_hashes.c: fix const confusion in certs blacklist
Masahiro Yamada
1
-1
/
+1
2022-06-10
certs: Convert spaces in certs/Makefile to a tab
David Howells
1
-1
/
+1
2022-06-08
cert host tools: Stop complaining about deprecated OpenSSL functions
Linus Torvalds
1
-0
/
+7
2022-05-26
Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+2
2022-05-23
certs: Explain the rationale to call panic()
Mickaël Salaün
1
-0
/
+9
2022-05-23
certs: Allow root user to append signed hashes to the blacklist keyring
Mickaël Salaün
2
-21
/
+85
2022-05-23
certs: Check that builtin blacklist hashes are valid
Mickaël Salaün
3
-3
/
+19
2022-05-23
certs: Make blacklist_vet_description() more strict
Mickaël Salaün
1
-9
/
+35
2022-05-23
certs: Factor out the blacklist hash creation
Mickaël Salaün
1
-18
/
+58
2022-04-05
kbuild: Allow kernel installation packaging to override pkg-config
Chun-Tse Shao
1
-2
/
+2
2022-03-31
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-29
/
+11
2022-03-08
KEYS: Introduce link restriction for machine keys
Eric Snowberg
1
-1
/
+34
2022-03-08
KEYS: store reference to machine keyring
Eric Snowberg
1
-0
/
+9
2022-03-03
certs: simplify empty certs creation in certs/Makefile
Masahiro Yamada
1
-10
/
+11
2022-03-03
certs: include certs/signing_key.x509 unconditionally
Masahiro Yamada
2
-19
/
+0
2022-01-23
certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
Masahiro Yamada
1
-1
/
+1
[next]