index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
37 hours
Merge tag 'v7.0-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
47 hours
crypto: algif_aead - Fix minimum RX size check for decryption
Herbert Xu
47 hours
X.509: Fix out-of-bounds access when parsing extensions
Lukas Wunner
47 hours
crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
Herbert Xu
11 days
crypto: af_alg - limit RX SG extraction by receive buffer budget
Douya Le
11 days
Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
14 days
crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryp...
Herbert Xu
14 days
crypto: algif_aead - Revert to operating out-of-place
Herbert Xu
2026-03-26
crypto: af-alg - fix NULL pointer dereference in scatterwalk
Norbert Szetei
2026-03-26
crypto: deflate - fix spurious -ENOSPC
Mikulas Patocka
2026-03-03
crypto: testmgr - Fix stale references to aes-generic
Eric Biggers
2026-03-02
crypto: Clean up help text for CRYPTO_CRC32
Geert Uytterhoeven
2026-03-02
crypto: Clean up help text for CRYPTO_CRC32C
Geert Uytterhoeven
2026-03-02
crypto: Clean up help text for CRYPTO_XXHASH
Geert Uytterhoeven
2026-03-02
crypto: Clean up help text for CRYPTO_SHA256
Geert Uytterhoeven
2026-03-02
crypto: Clean up help text for CRYPTO_BLAKE2B
Geert Uytterhoeven
2026-02-22
x509: select CONFIG_CRYPTO_LIB_SHA256
Arnd Bergmann
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-02-10
Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-02-10
Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2026-02-10
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-02-07
crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(des3_ede))
Aleksander Jan Bajkowski
2026-02-06
crypto: testmgr - Add test vectors for authenc(hmac(sha224),cbc(aes))
Aleksander Jan Bajkowski
2026-02-06
crypto: testmgr - Add test vectors for authenc(hmac(sha384),cbc(aes))
Aleksander Jan Bajkowski
2026-02-06
crypto: rng - Use unregister_rngs in register_rngs
Thorsten Blum
2026-02-05
pkcs7: Change a pr_warn() to pr_warn_once()
David Howells
2026-02-02
pkcs7: Allow authenticatedAttributes for ML-DSA
David Howells
2026-01-30
pkcs7, x509: Add ML-DSA support
David Howells
2026-01-30
pkcs7: Allow the signing algo to do whatever digestion it wants itself
David Howells
2026-01-30
pkcs7, x509: Rename ->digest to ->m
David Howells
2026-01-30
x509: Separately calculate sha256 for blacklist
David Howells
2026-01-28
crypto: Use scoped init guard
Marco Elver
2026-01-23
crypto: ecc - Streamline alloc_point and remove {alloc,free}_digits_space
Thorsten Blum
2026-01-23
crypto: testmgr - allow authenc(sha224,rfc3686) variant in fips mode
Aleksander Jan Bajkowski
2026-01-23
crypto: blowfish - fix typo in comment
Alexander Bendezu
2026-01-23
crypto: api - remove unnecessary forward declarations
Thorsten Blum
2026-01-23
crypto: simd - Simplify request size calculation in simd_aead_init
Thorsten Blum
2026-01-23
crypto: engine - Use unregister_* in register_{aeads,ahashes,skciphers}
Thorsten Blum
2026-01-23
crypto: lskcipher - Use unregister_lskciphers in register_lskciphers
Thorsten Blum
2026-01-23
crypto: skcipher - Use unregister_skciphers in register_skciphers
Thorsten Blum
2026-01-23
crypto: shash - Use unregister_shashes in register_shashes
Thorsten Blum
2026-01-23
crypto: ahash - Use unregister_ahashes in register_ahashes
Thorsten Blum
2026-01-23
crypto: acomp - Use unregister_acomps in register_acomps
Thorsten Blum
2026-01-21
crypto: Add ML-DSA crypto_sig support
David Howells
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
2026-01-20
crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN spec
Taeyang Lee
[next]