index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
asymmetric_keys
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-12
X.509: Fix out-of-bounds access when parsing extensions
Lukas Wunner
1
-4
/
+4
2026-02-22
x509: select CONFIG_CRYPTO_LIB_SHA256
Arnd Bergmann
1
-0
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-13
/
+13
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
5
-15
/
+13
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-0
/
+2
2026-02-05
pkcs7: Change a pr_warn() to pr_warn_once()
David Howells
1
-1
/
+1
2026-02-02
pkcs7: Allow authenticatedAttributes for ML-DSA
David Howells
4
-0
/
+28
2026-01-30
pkcs7, x509: Add ML-DSA support
David Howells
3
-2
/
+59
2026-01-30
pkcs7: Allow the signing algo to do whatever digestion it wants itself
David Howells
4
-20
/
+49
2026-01-30
pkcs7, x509: Rename ->digest to ->m
David Howells
5
-25
/
+22
2026-01-30
x509: Separately calculate sha256 for blacklist
David Howells
2
-9
/
+15
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
2
-0
/
+2
2025-11-22
crypto: asymmetric_keys - fix uninitialized pointers with free attribute
Ally Heev
2
-2
/
+2
2025-11-22
KEYS: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-2
/
+5
2025-10-23
crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id
Thorsten Blum
1
-4
/
+10
2025-10-04
Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-4
/
+12
2025-09-28
KEYS: X.509: Fix Basic Constraints CA flag parsing
Fan Wu
1
-4
/
+12
2025-09-22
bpf: Implement signature verification for BPF programs
KP Singh
1
-0
/
+1
2025-05-30
Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
2025-05-21
include: pe.h: Fix PE definitions
Pali Rohár
1
-4
/
+4
2025-04-17
crypto: public_key - Make sig/tfm local to if clause in software_key_query
Herbert Xu
1
-11
/
+12
2025-04-16
crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERY
Lukas Wunner
1
-4
/
+4
2025-04-16
crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERY
Lukas Wunner
1
-2
/
+7
2025-04-16
crypto: x509 - Replace kmalloc() + NUL-termination with kzalloc()
Thorsten Blum
1
-2
/
+1
2025-02-09
crypto: sig - Prepare for algorithms with variable signature size
Lukas Wunner
1
-7
/
+2
2025-01-19
crypto: asymmetric_keys - Remove unused key_being_used_for[]
Dr. David Alan Gilbert
1
-10
/
+0
2024-11-10
crypto: rsassa-pkcs1 - Reinstate support for legacy protocols
Lukas Wunner
1
-1
/
+1
2024-11-02
crypto: asymmetric_keys - Remove unused functions
Dr. David Alan Gilbert
1
-63
/
+0
2024-10-05
crypto: ecdsa - Support P1363 signature decoding
Lukas Wunner
1
-1
/
+2
2024-10-05
crypto: ecdsa - Move X9.62 signature size calculation into template
Lukas Wunner
1
-34
/
+4
2024-10-05
crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()
Lukas Wunner
1
-2
/
+2
2024-10-05
crypto: ecdsa - Move X9.62 signature decoding into template
Lukas Wunner
1
-0
/
+3
2024-10-05
crypto: rsassa-pkcs1 - Migrate to sig_alg backend
Lukas Wunner
1
-2
/
+8
2024-09-20
KEYS: prevent NULL pointer dereference in find_asymmetric_key()
Roman Smirnov
1
-3
/
+4
2024-06-07
crypto: sm2 - Remove sm2 algorithm
Herbert Xu
4
-42
/
+2
2024-05-15
Merge tag 'asymmetric-keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
6
-189
/
+330
2024-05-14
certs: Add ECDSA signature verification self-test
Joachim Vandersmissen
5
-0
/
+103
2024-05-14
certs: Move RSA self-test data to separate file
Joachim Vandersmissen
5
-189
/
+224
2024-05-13
Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-50
/
+43
2024-05-13
KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST
Eric Biggers
1
-0
/
+2
2024-05-13
KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
Eric Biggers
1
-0
/
+1
2024-04-12
X.509: Introduce scope-based x509_certificate allocation
Lukas Wunner
3
-49
/
+28
2024-04-12
crypto: x509 - Add OID for NIST P521 and extend parser for it
Stefan Berger
1
-0
/
+3
2024-04-12
crypto: asymmetric_keys - Adjust signature size calculation for NIST P521
Stefan Berger
1
-1
/
+13
2024-03-22
Revert "crypto: pkcs7 - remove sha1 support"
Eric Biggers
5
-2
/
+18
2024-01-26
crypto: asymmetric_keys - remove redundant pointer secs
Colin Ian King
1
-2
/
+2
2023-11-02
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
14
-66
/
+106
2023-11-02
Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
1
-0
/
+4
2023-10-31
certs: Only allow certs signed by keys on the builtin keyring
Mimi Zohar
1
-0
/
+4
2023-10-27
crypto: asymmetric_keys - allow FIPS 202 SHA-3 signatures
Dimitri John Ledkov
4
-1
/
+49
[next]