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
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
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
2020-05-22
crypto: api - Fix race condition in crypto_spawn_alg
Herbert Xu
3
-14
/
+6
2020-05-22
crypto: api - Check spawn->alg under lock in crypto_drop_spawn
Herbert Xu
1
-4
/
+2
2020-05-22
crypto: af_alg - Use bh_lock_sock in sk_destruct
Herbert Xu
1
-2
/
+4
2020-05-22
crypto: pcrypt - Do not clear MAY_SLEEP flag in original request
Herbert Xu
1
-1
/
+0
2020-05-22
crypto: pcrypt - Fix user-after-free on module unload
Herbert Xu
1
-1
/
+2
2020-01-11
crypto: cts - fix crash on short inputs
Eric Biggers
1
-4
/
+4
2019-12-10
crypto: user - fix memory leak in crypto_report
Navid Emamdoost
1
-1
/
+3
2019-12-10
crypto: user - Fix crypto_alg_match race
Herbert Xu
1
-10
/
+29
2019-10-31
crypto: ghash - fix unaligned memory access in ghash_setkey()
Eric Biggers
1
-1
/
+7
2019-10-05
crypto: user - prevent operating on larval algorithms
Eric Biggers
1
-0
/
+3
2019-09-23
crypto: salsa20 - don't access already-freed walk.iv
Eric Biggers
1
-1
/
+1
2019-09-23
crypto: crct10dif-generic - fix use via crypto_shash_digest()
Eric Biggers
1
-7
/
+4
2019-07-09
crypto: ahash - fix another early termination in hash walk
Eric Biggers
1
-7
/
+7
2019-07-09
crypto: testmgr - skip crc32c context test for ahash algorithms
Eric Biggers
1
-4
/
+10
2019-07-09
crypto: tgr192 - fix unaligned memory access
Eric Biggers
1
-3
/
+3
2019-07-09
crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
Eric Biggers
2
-14
/
+32
2019-07-09
crypto: pcbc - remove bogus memcpy()s with src == dest
Eric Biggers
1
-10
/
+4
2019-05-02
crypto: authenc - fix parsing key with misaligned rta_len
Eric Biggers
1
-3
/
+11
2019-04-04
crypto: user - support incremental algorithm dumps
Eric Biggers
1
-17
/
+20
2019-04-04
pcrypt: use format specifier in kobject_add
Colin Ian King
1
-1
/
+1
2019-02-11
crypto: lrw - Fix out-of bounds access on counter overflow
Ondrej Mosnacek
1
-1
/
+6
2018-12-16
crypto: ablkcipher - fix crash flushing dcache in error path
Eric Biggers
1
-31
/
+26
2018-12-16
crypto: blkcipher - fix crash flushing dcache in error path
Eric Biggers
1
-28
/
+26
2018-12-16
crypto: vmac - separate tfm and request context
Eric Biggers
1
-227
/
+181
2018-12-16
crypto: memzero_explicit - make sure to clear out sensitive data
Daniel Borkmann
7
-13
/
+13
2018-12-16
crypto: vmac - require a block cipher with 128-bit block size
Eric Biggers
1
-0
/
+4
2018-11-20
X.509: unpack RSA signatureValue field from BIT STRING
Maciej S. Szmigiero
1
-0
/
+9
2018-10-21
crypto: af_alg - fix possible uninit-value in alg_bind()
Eric Dumazet
1
-4
/
+4
2018-10-21
crypto: ahash - Fix early termination in hash walk
Herbert Xu
1
-3
/
+4
2018-06-16
crypto: hash - prevent using keyed hashes without setting key
Eric Biggers
3
-51
/
+50
2018-06-16
crypto: hash - annotate algorithms taking optional key
Eric Biggers
3
-1
/
+4
2018-06-16
crypto: cryptd - pass through absence of ->setkey()
Eric Biggers
1
-1
/
+2
2018-06-16
crypto: hash - introduce crypto_hash_alg_has_setkey()
Eric Biggers
1
-0
/
+11
2018-06-16
crypto: af_alg - whitelist mask and type
Stephan Mueller
1
-0
/
+5
2018-03-03
crypto: algapi - fix NULL dereference in crypto_remove_spawns()
Eric Biggers
1
-0
/
+12
2018-03-03
X.509: reject invalid BIT STRING for subjectPublicKey
Eric Biggers
1
-0
/
+2
2018-01-01
crypto: hmac - require that the underlying hash algorithm is unkeyed
Eric Biggers
2
-3
/
+8
2018-01-01
crypto: salsa20 - fix blkcipher_walk API usage
Eric Biggers
1
-7
/
+0
2018-01-01
crypto: shash - Fix zero-length shash ahash digest crash
Herbert Xu
1
-3
/
+5
2017-09-15
crypto: gcm - wait for crypto op not signal safe
Gilad Ben-Yossef
1
-4
/
+2
2017-06-05
crypto: ahash - Fix EINPROGRESS notification callback
Herbert Xu
1
-29
/
+50
2017-04-04
crypto: improve gcc optimization flags for serpent and wp512
Arnd Bergmann
1
-0
/
+2
2017-03-16
crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
Salvatore Benedetto
1
-0
/
+1
2017-02-23
async_pq_val: fix DMA memory leak
Justin Maggard
1
-4
/
+4
2017-02-23
crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
Ondrej Mosnáček
1
-1
/
+1
2016-11-20
crypto: skcipher - Fix blkcipher walk OOM crash
Herbert Xu
1
-1
/
+2
2016-11-20
crypto: cryptd - initialize child shash_desc on import
Ard Biesheuvel
1
-2
/
+7
2016-11-20
crypto: scatterwalk - Fix test in scatterwalk_done
Herbert Xu
1
-1
/
+2
2016-11-20
crypto: gcm - Filter out async ghash if necessary
Herbert Xu
1
-1
/
+3
2016-08-22
crypto: public_key: select CRYPTO_AKCIPHER
Arnd Bergmann
1
-0
/
+1
[next]