summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-07-09crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu4-33/+20
2020-06-25crypto: algboss - don't wait during notifier callbackEric Biggers1-2/+0
2020-06-25crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu1-5/+1
2020-05-20gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds2-4/+4
2020-02-15crypto: api - Fix race condition in crypto_spawn_algHerbert Xu3-14/+6
2020-02-15crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu1-1/+0
2020-02-15crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu1-4/+2
2020-02-05crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu1-1/+2
2020-02-05crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu1-2/+4
2020-01-27crypto: tgr192 - fix unaligned memory accessEric Biggers1-3/+3
2020-01-27pcrypt: use format specifier in kobject_addColin Ian King1-1/+1
2019-12-17crypto: user - fix memory leak in crypto_reportNavid Emamdoost1-1/+3
2019-12-17crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel1-1/+2
2019-12-17crypto: af_alg - cast ki_complete ternary op to intAyush Sawal1-1/+1
2019-12-17crypto: ecc - check for invalid values in the key verification testVitaly Chikunov1-16/+26
2019-12-05crypto: user - support incremental algorithm dumpsEric Biggers1-17/+20
2019-11-20crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni1-9/+0
2019-10-11crypto: skcipher - Unmap pages after an external errorHerbert Xu1-19/+23
2019-07-31crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers1-11/+19
2019-07-31crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers1-1/+7
2019-07-31crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann1-0/+3
2019-07-31crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann1-1/+7
2019-07-10crypto: cryptd - Fix skcipher instance memory leakVincent Whitchurch1-0/+1
2019-07-10crypto: user - prevent operating on larval algorithmsEric Biggers1-0/+3
2019-05-21crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers1-26/+18
2019-05-21crypto: salsa20 - don't access already-freed walk.ivEric Biggers1-1/+1
2019-05-21crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers1-23/+11
2019-05-21crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers1-7/+4
2019-05-21crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers1-2/+7
2019-05-21crypto: chacha20poly1305 - set cra_name correctlyEric Biggers1-2/+2
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers1-1/+43
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers1-10/+4
2019-03-23crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers1-4/+10
2019-03-23crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2-14/+32
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers1-7/+7
2019-02-23net: crypto set sk to NULL when af_alg_release.Mao Wenan1-1/+3
2019-02-12crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers2-1/+20
2019-01-23crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers1-3/+11
2019-01-23crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain1-1/+1
2018-12-01crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel1-2/+3
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers1-9/+9
2018-11-13crypto: tcrypt - fix ghash-generic speed testHoria Geantă1-0/+3
2018-11-13crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek1-1/+6
2018-10-04crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2-0/+3
2018-09-26evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett1-1/+1
2018-09-19crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann1-1/+1
2018-09-09Replace magic for trusting the secondary keyring with #defineYannik Sembritzki1-1/+1
2018-08-17crypto: skcipher - fix crash flushing dcache in error pathEric Biggers1-24/+25
2018-08-17crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers1-1/+1
2018-08-17crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers1-31/+26