index
:
linux.git
cached
cdir_v2
cfid-fixes
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
2022-05-30
random: replace custom notifier chain with standard one
Jason A. Donenfeld
1
-9
/
+8
2022-05-30
lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
Jason A. Donenfeld
1
-2
/
+2
2022-05-30
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
1
-1
/
+2
2022-05-30
crypto: blake2s - share the "shash" API boilerplate code
Eric Biggers
1
-67
/
+9
2022-05-30
crypto: blake2s - remove unneeded includes
Eric Biggers
1
-2
/
+0
2022-05-30
crypto: blake2s - define shash_alg structs using macros
Eric Biggers
1
-61
/
+27
2022-04-08
crypto: authenc - Fix sleep in atomic context in decrypt_tail
Herbert Xu
1
-1
/
+1
2022-04-08
crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()
Eric Biggers
1
-0
/
+2
2022-04-08
crypto: rsa-pkcs1pad - restore signature length check
Eric Biggers
1
-1
/
+1
2022-04-08
crypto: rsa-pkcs1pad - correctly get hash from source scatterlist
Eric Biggers
1
-1
/
+1
2022-04-08
crypto: rsa-pkcs1pad - only allow with rsa
Eric Biggers
1
-0
/
+5
2022-02-11
crypto: api - Move cryptomgr soft dependency into algapi
Herbert Xu
2
-1
/
+1
2022-01-27
crypto: jitter - consider 32 LSB for APT
Stephan Müller
1
-2
/
+1
2021-11-18
crypto: pcrypt - Delay write to padata->info
Daniel Jordan
1
-4
/
+8
2021-11-18
crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency
Arnd Bergmann
1
-1
/
+1
2021-07-14
crypto: sm2 - fix a memory leak in sm2
Hongbo Li
1
-14
/
+10
2021-07-14
crypto: sm2 - remove unnecessary reset operations
Tianjia Zhang
1
-46
/
+29
2021-07-14
crypto: shash - avoid comparing pointers to exported functions under CFI
Ard Biesheuvel
1
-3
/
+15
2021-06-16
async_xor: check src_offs is not NULL before updating it
Xiao Ni
1
-1
/
+2
2021-05-14
async_xor: increase src_offs when dropping destination page
Xiao Ni
1
-0
/
+1
2021-05-11
crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS
Eric Biggers
1
-7
/
+3
2021-05-11
crypto: api - check for ERR pointers in crypto_destroy_tfm()
Ard Biesheuvel
1
-1
/
+1
2021-03-17
crypto: mips/poly1305 - enable for all MIPS processors
Maciej W. Rozycki
1
-1
/
+1
2021-03-07
crypto: tcrypt - avoid signed overflow in byte count
Ard Biesheuvel
1
-10
/
+10
2021-03-04
crypto: michael_mic - fix broken misalignment handling
Ard Biesheuvel
1
-19
/
+12
2021-03-04
crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()
Daniele Alessandrelli
1
-0
/
+3
2021-01-27
crypto: xor - Fix divide error in do_xor_speed()
Kirill Tkhai
1
-0
/
+2
2021-01-23
X.509: Fix crash caused by NULL pointer
Tianjia Zhang
1
-1
/
+2
2021-01-12
crypto: asym_tpm: correct zero out potential secrets
Greg Kroah-Hartman
1
-1
/
+1
2021-01-12
crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
Ard Biesheuvel
1
-1
/
+2
2020-12-30
crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()
Ard Biesheuvel
1
-4
/
+5
2020-12-30
crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the manager
Jason A. Donenfeld
1
-1
/
+1
2020-12-26
crypto: af_alg - avoid undefined behavior accessing salg_name
Eric Biggers
1
-3
/
+7
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-92
/
+287
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
28
-153
/
+1122
2020-10-08
X.509: Fix modular build of public_key_sm2
Herbert Xu
3
-64
/
+57
2020-10-08
crypto: xor - Remove unused variable count in do_xor_speed
Nathan Chancellor
1
-3
/
+1
2020-10-08
X.509: fix error return value on the failed path
Tianjia Zhang
1
-1
/
+3
2020-10-02
crypto: xor - use ktime for template benchmarking
Ard Biesheuvel
1
-22
/
+16
2020-10-02
crypto: xor - defer load time benchmark to a later time
Ard Biesheuvel
1
-1
/
+28
2020-09-25
X.509: support OSCCA SM2-with-SM3 certificate verification
Tianjia Zhang
4
-0
/
+71
2020-09-25
X.509: support OSCCA certificate parse
Tianjia Zhang
1
-5
/
+22
2020-09-25
crypto: sm2 - add SM2 test vectors to testmgr
Tianjia Zhang
2
-0
/
+65
2020-09-25
crypto: testmgr - Fix potential memory leak in test_akcipher_one()
Tianjia Zhang
1
-4
/
+7
2020-09-25
crypto: testmgr - support test with different ciphertext per encryption
Tianjia Zhang
1
-1
/
+6
2020-09-25
crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
Tianjia Zhang
4
-0
/
+510
2020-09-25
crypto: sm3 - export crypto_sm3_final function
Tianjia Zhang
1
-3
/
+4
2020-09-25
crypto: af_alg - add extra parameters for DRBG interface
Elena Petrova
3
-12
/
+186
2020-09-25
crypto: proc - Removing some useless only space lines
Corentin Labbe
1
-2
/
+2
2020-09-24
md/raid6: let async recovery function support different page offset
Yufen Yu
2
-45
/
+122
[next]