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