index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: akcipher - default implementation for setting a private key
Ignat Korchagin
2022-10-26
1
-0
/
+8
*
KEYS: asymmetric: enforce SM2 signature use pkey algo
Tianjia Zhang
2022-08-17
1
-2
/
+5
*
crypto: blake2s - remove shash module
Jason A. Donenfeld
2022-08-17
6
-348
/
+1
*
crypto: memneq - move into lib/
Jason A. Donenfeld
2022-06-22
3
-169
/
+2
*
crypto: cryptd - Protect per-CPU resource by disabling BH.
Sebastian Andrzej Siewior
2022-06-09
1
-12
/
+11
*
crypto: ecrdsa - Fix incorrect use of vli_cmp
Vitaly Chikunov
2022-06-06
1
-4
/
+4
*
crypto: drbg - make reseeding from get_random_bytes() synchronous
Nicolai Stange
2022-06-06
1
-50
/
+11
*
crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()
Nicolai Stange
2022-06-06
1
-9
/
+21
*
crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()
Nicolai Stange
2022-06-06
1
-4
/
+8
*
crypto: drbg - prepare for more fine-grained tracking of seeding state
Nicolai Stange
2022-06-06
1
-9
/
+10
*
lib/crypto: add prompts back to crypto libraries
Justin M. Forbes
2022-06-06
1
-2
/
+0
*
random: replace custom notifier chain with standard one
Jason A. Donenfeld
2022-05-30
1
-9
/
+8
*
lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
Jason A. Donenfeld
2022-05-30
1
-2
/
+2
*
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
2022-05-30
1
-1
/
+2
*
crypto: xts - Add softdep on ecb
Herbert Xu
2022-04-08
1
-0
/
+1
*
crypto: authenc - Fix sleep in atomic context in decrypt_tail
Herbert Xu
2022-04-08
1
-1
/
+1
*
crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()
Eric Biggers
2022-04-08
1
-0
/
+2
*
crypto: rsa-pkcs1pad - restore signature length check
Eric Biggers
2022-04-08
1
-1
/
+1
*
crypto: rsa-pkcs1pad - correctly get hash from source scatterlist
Eric Biggers
2022-04-08
1
-1
/
+1
*
crypto: rsa-pkcs1pad - only allow with rsa
Eric Biggers
2022-04-08
1
-0
/
+5
*
KEYS: asymmetric: properly validate hash_algo and encoding
Eric Biggers
2022-04-08
1
-35
/
+76
*
KEYS: asymmetric: enforce that sig algo matches key algo
Eric Biggers
2022-04-08
3
-12
/
+15
*
crypto: api - Move cryptomgr soft dependency into algapi
Herbert Xu
2022-02-11
2
-1
/
+1
*
crypto: jitter - consider 32 LSB for APT
Stephan Müller
2022-01-27
1
-2
/
+1
*
crypto: pcrypt - Delay write to padata->info
Daniel Jordan
2021-11-18
1
-4
/
+8
*
crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks
Horia Geantă
2021-11-18
1
-3
/
+2
*
crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency
Arnd Bergmann
2021-11-18
1
-1
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2021-08-30
10
-183
/
+331
|
\
|
*
crypto: sha512 - remove imaginary and mystifying clearing of variables
Lukas Bulwahn
2021-08-27
1
-3
/
+0
|
*
crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementation
Tianjia Zhang
2021-08-27
1
-0
/
+22
|
*
crypto: rmd320 - remove rmd320 in Makefile
Lukas Bulwahn
2021-08-27
1
-1
/
+0
|
*
crypto: skcipher - in_irq() cleanup
Changbin Du
2021-08-21
1
-1
/
+1
|
*
crypto: tcrypt - add GCM/CCM mode test for SM4 algorithm
Tianjia Zhang
2021-08-21
1
-0
/
+45
|
*
crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm
Tianjia Zhang
2021-08-21
2
-0
/
+177
|
*
crypto: tcrypt - Fix missing return value check
Tianjia Zhang
2021-08-21
1
-10
/
+19
|
*
crypto: wp512 - correct a non-kernel-doc comment
Randy Dunlap
2021-08-12
1
-1
/
+1
|
*
crypto: ecc - handle unaligned input buffer in ecc_swap_digits
Mian Yousaf Kaukab
2021-07-30
1
-2
/
+3
|
*
crypto: tcrypt - add the asynchronous speed test for SM4
Tianjia Zhang
2021-07-30
1
-1
/
+25
|
*
crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementation
Tianjia Zhang
2021-07-30
1
-0
/
+21
|
*
crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic
Tianjia Zhang
2021-07-30
1
-15
/
+12
|
*
crypto: sm4 - create SM4 library based on sm4 generic code
Tianjia Zhang
2021-07-30
2
-149
/
+5
*
|
certs: Add support for using elliptic curve keys for signing modules
Stefan Berger
2021-08-23
1
-0
/
+8
|
/
*
crypto: drbg - select SHA512
Stephan Mueller
2021-07-16
1
-1
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2021-07-09
2
-1
/
+53
|
\
|
*
crypto: drbg - self test for HMAC(SHA-512)
Stephan Müller
2021-06-28
2
-1
/
+53
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2021-06-28
13
-101
/
+224
|
\
|
|
*
crypto: api - Move crypto attr definitions out of crypto.h
Herbert Xu
2021-06-24
1
-0
/
+12
|
*
crypto: api - remove CRYPTOA_U32 and related functions
Liu Shixin
2021-06-17
2
-43
/
+6
|
*
crypto: shash - avoid comparing pointers to exported functions under CFI
Ard Biesheuvel
2021-06-17
1
-3
/
+15
|
*
crypto: sm2 - fix a memory leak in sm2
Hongbo Li
2021-06-11
1
-14
/
+10
[next]