summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-07-09crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2020-06-25crypto: algboss - don't wait during notifier callbackEric Biggers
2020-06-25crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu
2020-05-20gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds
2020-02-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu
2020-02-11crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu
2020-02-11crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu
2020-02-05crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu
2020-02-01crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu
2020-01-27crypto: tgr192 - fix unaligned memory accessEric Biggers
2020-01-27pcrypt: use format specifier in kobject_addColin Ian King
2019-12-13crypto: user - fix memory leak in crypto_reportNavid Emamdoost
2019-12-13crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel
2019-12-13crypto: af_alg - cast ki_complete ternary op to intAyush Sawal
2019-12-13crypto: ecc - check for invalid values in the key verification testVitaly Chikunov
2019-12-05crypto: user - support incremental algorithm dumpsEric Biggers
2019-12-01crypto: testmgr - fix sizeof() on COMP_BUF_SIZEMichael Schupikov
2019-11-20crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni
2019-11-20crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers
2019-10-11crypto: skcipher - Unmap pages after an external errorHerbert Xu
2019-07-26crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers
2019-07-26crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers
2019-07-26crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann
2019-07-26crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann
2019-07-10crypto: cryptd - Fix skcipher instance memory leakVincent Whitchurch
2019-07-10crypto: user - prevent operating on larval algorithmsEric Biggers
2019-05-22crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers
2019-05-22crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers
2019-05-22crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers
2019-05-22crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers
2019-05-22crypto: chacha20poly1305 - set cra_name correctlyEric Biggers
2019-05-22crypto: salsa20 - don't access already-freed walk.ivEric Biggers
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-03-23crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers
2019-03-23crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers
2019-03-23crypto: morus - fix handling chunked inputsEric Biggers
2019-03-23crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: aegis - fix handling chunked inputsEric Biggers
2019-03-23crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers
2019-03-23crypto: cfb - remove bogus memcpy() with src == destEric Biggers
2019-03-23crypto: cfb - add missing 'chunksize' propertyEric Biggers
2019-02-23net: crypto set sk to NULL when af_alg_release.Mao Wenan
2019-02-12crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers
2019-01-26crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov
2019-01-22crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers
2019-01-22crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain
2019-01-22crypto: sm3 - fix undefined shift by >= width of valueEric Biggers
2019-01-09crypto: cfb - fix decryptionDmitry Eremin-Solenikov