summaryrefslogtreecommitdiff
path: root/crypto (follow)
Commit message (Expand)AuthorAge
* crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel2021-07-20
* crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu2020-07-09
* crypto: algboss - don't wait during notifier callbackEric Biggers2020-06-29
* gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds2020-05-20
* crypto: algif_skcipher - use ZERO_OR_NULL_PTR in skcipher_recvmsg_asyncyangerkun2020-03-11
* crypto: api - Fix race condition in crypto_spawn_algHerbert Xu2020-02-14
* crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu2020-02-14
* crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu2020-02-14
* crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu2020-02-05
* crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu2020-02-05
* crypto: tgr192 - fix unaligned memory accessEric Biggers2020-01-29
* pcrypt: use format specifier in kobject_addColin Ian King2020-01-29
* crypto: user - fix memory leak in crypto_reportNavid Emamdoost2019-12-21
* crypto: user - support incremental algorithm dumpsEric Biggers2019-12-05
* crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers2019-08-04
* crypto: user - prevent operating on larval algorithmsEric Biggers2019-07-10
* crypto: salsa20 - don't access already-freed walk.ivEric Biggers2019-06-11
* crypto: chacha20poly1305 - set cra_name correctlyEric Biggers2019-06-11
* crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers2019-06-11
* crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun2019-06-11
* crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers2019-06-11
* crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2019-04-27
* crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers2019-03-23
* crypto: ahash - fix another early termination in hash walkEric Biggers2019-03-23
* crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers2019-01-26
* crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain2019-01-26
* crypto: cts - fix crash on short inputsEric Biggers2019-01-16
* crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek2018-11-21
* crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unalignedJia-Ju Bai2018-11-10
* crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2018-10-10
* crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-17
* crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-17
* crypto: vmac - separate tfm and request contextEric Biggers2018-08-17
* crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers2018-08-17
* crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-06
* crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-06
* crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet2018-05-16
* async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel2018-04-13
* crypto: ahash - Fix early termination in hash walkHerbert Xu2018-04-08
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-02-16
* crypto: cryptd - pass through absence of ->setkey()Eric Biggers2018-02-16
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-02-16
* crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu2018-02-16
* crypto: af_alg - whitelist mask and typeStephan Mueller2018-02-03
* crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers2018-01-17
* crypto: pcrypt - fix freeing pcrypt instancesEric Biggers2018-01-10
* crypto: chacha20poly1305 - validate the digest sizeEric Biggers2018-01-10
* crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2018-01-02
* crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu2017-12-20
* crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2017-12-20