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
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
2016-06-15
crypto: hash - Fix page length clamping in hash walk
Herbert Xu
1
-1
/
+2
2016-05-01
crypto: gcm - Fix rfc4543 decryption crash
Herbert Xu
1
-0
/
+3
2016-03-08
crypto: {blk,giv}cipher: Set has_setkey
Ben Hutchings
2
-0
/
+2
2016-02-25
crypto: user - lock crypto_alg_list on alg dump
Mathias Krause
1
-1
/
+5
2016-02-25
crypto: algif_hash - wait for crypto_ahash_init() to complete
Wang, Rui Y
1
-1
/
+3
2016-02-25
crypto: shash - Fix has_key setting
Herbert Xu
1
-4
/
+3
2016-02-24
crypto: algif_skcipher - Fix race condition in skcipher_check_key
Herbert Xu
1
-3
/
+6
2016-02-24
crypto: algif_hash - Fix race condition in hash_check_key
Herbert Xu
1
-3
/
+6
2016-02-24
crypto: algif_skcipher - Remove custom release parent function
Herbert Xu
1
-40
/
+3
2016-02-24
crypto: algif_hash - Remove custom release parent function
Herbert Xu
1
-40
/
+3
2016-02-24
crypto: algif_skcipher - Add key check exception for cipher_null
Herbert Xu
1
-1
/
+1
2016-02-24
crypto: skcipher - Add crypto_skcipher_has_setkey
Herbert Xu
1
-0
/
+1
2016-02-24
crypto: algif_hash - Require setkey before accept(2)
Herbert Xu
1
-8
/
+193
2016-02-24
crypto: algif_skcipher - Add nokey compatibility path
Herbert Xu
1
-5
/
+144
2016-02-24
crypto: algif_skcipher - Require setkey before accept(2)
Herbert Xu
1
-7
/
+41
2016-02-02
crypto: crc32c - Fix crc32c soft dependency
Jean Delvare
1
-1
/
+0
2016-02-02
crypto: algif_skcipher - Load TX SG list after waiting
Herbert Xu
1
-7
/
+7
[next]