summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2022-11-08Merge tag 'v5.15.75' into 5.15-2.1.x-imxDaiane Angolini
2022-11-07Merge tag 'v5.15.61' into 5.15-2.1.x-imxDaiane Angolini
2022-10-26crypto: akcipher - default implementation for setting a private keyIgnat Korchagin
2022-08-17KEYS: asymmetric: enforce SM2 signature use pkey algoTianjia Zhang
2022-08-17crypto: blake2s - remove shash moduleJason A. Donenfeld
2022-06-29Merge tag 'v5.15.50' into lf-5.15.yJason Liu
2022-06-29Merge tag 'v5.15.41' into lf-5.15.yJason Liu
2022-06-22crypto: memneq - move into lib/Jason A. Donenfeld
2022-06-09crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior
2022-06-06crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov
2022-06-06crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-06-06crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange
2022-06-06crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2022-06-06crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2022-06-06lib/crypto: add prompts back to crypto librariesJustin M. Forbes
2022-05-30random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-05-30lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-05-30lib/crypto: blake2s: include as built-inJason A. Donenfeld
2022-04-08crypto: xts - Add softdep on ecbHerbert Xu
2022-04-08crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu
2022-04-08crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers
2022-04-08crypto: rsa-pkcs1pad - restore signature length checkEric Biggers
2022-04-08crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers
2022-04-08crypto: rsa-pkcs1pad - only allow with rsaEric Biggers
2022-04-08KEYS: asymmetric: properly validate hash_algo and encodingEric Biggers
2022-04-08KEYS: asymmetric: enforce that sig algo matches key algoEric Biggers
2022-03-11Merge tag 'v5.15.27' into lf-5.15.yJason Liu
2022-02-11crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu
2022-01-27crypto: jitter - consider 32 LSB for APTStephan Müller
2022-01-26LF-5410 crypto: testmgr - fix compilation warningHoria Geantă
2022-01-21LF-5170 crypto: testmgr - fix tls11, tls12 testsHoria Geantă
2021-12-01Merge tag 'v5.15.5' into lf-5.15.yJason Liu
2021-11-18crypto: pcrypt - Delay write to padata->infoDaniel Jordan
2021-11-18crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă
2021-11-18crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann
2021-11-02Added the self-test for the TLS1.2 algorithms offloadPankaj Gupta
2021-11-02LF-3621 crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă
2021-11-02crypto: tls - fix copyright formatRadu Alexe
2021-11-02LF-286 crypto: tcrypt - workaround for overlapping src, dst AADHoria Geantă
2021-11-02crypto: tcrypt - include rsa testRadu Alexe
2021-11-02crypto: add support for TLS 1.0 record encryptionRadu Alexe
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-08-27crypto: sha512 - remove imaginary and mystifying clearing of variablesLukas Bulwahn
2021-08-27crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationTianjia Zhang
2021-08-27crypto: rmd320 - remove rmd320 in MakefileLukas Bulwahn
2021-08-23certs: Add support for using elliptic curve keys for signing modulesStefan Berger
2021-08-21crypto: skcipher - in_irq() cleanupChangbin Du
2021-08-21crypto: tcrypt - add GCM/CCM mode test for SM4 algorithmTianjia Zhang
2021-08-21crypto: testmgr - Add GCM/CCM mode test of SM4 algorithmTianjia Zhang
2021-08-21crypto: tcrypt - Fix missing return value checkTianjia Zhang