index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
crypto: authencesn - reject short ahash digests during instance creation
Yucheng Lu
1
-0
/
+5
9 days
crypto: pcrypt - Fix handling of MAY_BACKLOG requests
Herbert Xu
1
-2
/
+5
2026-04-30
crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
Herbert Xu
1
-2
/
+2
2026-04-30
crypto: authencesn - Fix src offset when decrypting in-place
Herbert Xu
1
-2
/
+4
2026-04-30
crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryp...
Herbert Xu
1
-19
/
+29
2026-04-30
crypto: authenc - use memcpy_sglist() instead of null skcipher
Eric Biggers
3
-67
/
+4
2026-04-30
crypto: algif_aead - snapshot IV for async AEAD requests
Douya Le
1
-2
/
+8
2026-04-30
crypto: algif_aead - Revert to operating out-of-place
Herbert Xu
3
-123
/
+32
2026-04-30
crypto: algif_aead - use memcpy_sglist() instead of null skcipher
Eric Biggers
2
-84
/
+18
2026-04-30
crypto: scatterwalk - Backport memcpy_sglist()
Eric Biggers
1
-0
/
+94
2026-04-22
crypto: algif_aead - Fix minimum RX size check for decryption
Herbert Xu
1
-1
/
+1
2026-04-22
crypto: af_alg - limit RX SG extraction by receive buffer budget
Douya Le
2
-0
/
+7
2026-04-18
X.509: Fix out-of-bounds access when parsing extensions
Lukas Wunner
1
-4
/
+4
2026-04-11
crypto: af-alg - fix NULL pointer dereference in scatterwalk
Norbert Szetei
1
-1
/
+3
2026-01-30
crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN spec
Taeyang Lee
1
-0
/
+6
2026-01-08
crypto: seqiv - Do not use req->iv after crypto_aead_encrypt
Herbert Xu
1
-3
/
+5
2026-01-08
crypto: af_alg - zero initialize memory allocated via sock_kmalloc
Shivani Agarwal
3
-7
/
+4
2025-12-18
crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id
Thorsten Blum
1
-4
/
+10
2025-12-18
crypto: authenc - Correctly pass EINPROGRESS back up to the caller
Herbert Xu
1
-25
/
+50
2025-10-19
crypto: essiv - Check ssize for decryption and in-place encryption
Herbert Xu
1
-8
/
+6
2025-10-15
KEYS: X.509: Fix Basic Constraints CA flag parsing
Fan Wu
1
-4
/
+12
2025-10-12
crypto: rng - Ensure set_ent is always present
Herbert Xu
1
-0
/
+8
2025-09-25
crypto: af_alg - Set merge to zero early in af_alg_sendmsg
Herbert Xu
1
-1
/
+2
2025-09-25
crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
Herbert Xu
1
-0
/
+7
2025-08-20
crypto: jitter - fix intermediary handling
Markus Theil
1
-4
/
+5
2025-07-17
crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP()
Lukas Wunner
1
-1
/
+1
2025-06-19
crypto: api - Redo lookup on EEXIST
Herbert Xu
1
-2
/
+11
2025-06-19
crypto: xts - Only add ecb if it is not already there
Herbert Xu
1
-2
/
+2
2025-06-19
crypto: lrw - Only add ecb if it is not already there
Herbert Xu
1
-2
/
+2
2025-05-29
crypto: algif_hash - fix double free in hash_accept
Ivan Pravdin
1
-4
/
+0
2025-05-29
crypto: skcipher - Zap type in crypto_alloc_sync_skcipher
Herbert Xu
1
-0
/
+1
2025-05-29
crypto: ahash - Set default reqsize from ahash_alg
Herbert Xu
1
-0
/
+4
2025-05-29
crypto: lzo - Fix compression buffer overrun
Herbert Xu
2
-2
/
+2
2025-05-02
crypto: Kconfig - Select LIB generic option
Herbert Xu
1
-0
/
+3
2025-05-02
crypto: lib/Kconfig - Hide arch options from user
Herbert Xu
1
-3
/
+3
2025-05-02
crypto: null - Use spin lock instead of mutex
Herbert Xu
1
-13
/
+26
2025-04-10
crypto: api - Fix larval relookup type and mask
Herbert Xu
1
-10
/
+7
2025-04-10
crypto: bpf - Add MODULE_DESCRIPTION for skcipher
Arnd Bergmann
1
-0
/
+1
2025-02-08
crypto: api - Fix boot-up self-test race
Herbert Xu
1
-2
/
+2
2024-12-14
crypto: ecdsa - Avoid signed integer overflow on signature decoding
Lukas Wunner
1
-12
/
+7
2024-12-05
crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return ...
Yi Yang
1
-4
/
+8
2024-10-16
Merge tag 'v6.12-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-13
/
+12
2024-10-10
crypto: testmgr - Hide ENOENT errors better
Herbert Xu
1
-12
/
+11
2024-10-10
crypto: api - Fix liveliness check in crypto_alg_tested
Herbert Xu
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
26
-26
/
+26
2024-09-20
KEYS: prevent NULL pointer dereference in find_asymmetric_key()
Roman Smirnov
1
-3
/
+4
2024-09-13
crypto: aegis128 - Fix indentation issue in crypto_aegis128_process_crypt()
Riyan Dhiman
1
-2
/
+3
2024-09-06
crypto: testmgr - Hide ENOENT errors
Herbert Xu
1
-1
/
+22
2024-09-06
crypto: algboss - Pass instance creation error up
Herbert Xu
1
-1
/
+2
2024-09-06
crypto: api - Fix generic algorithm self-test races
Herbert Xu
1
-7
/
+8
[next]