summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2020-05-25KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells
2020-05-25IMA: create machine owner and blacklist keyringsPetko Manolov
2020-03-11crypto: algif_skcipher - use ZERO_OR_NULL_PTR in skcipher_recvmsg_asyncyangerkun
2020-02-14crypto: api - Fix race condition in crypto_spawn_algHerbert Xu
2020-02-14crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu
2020-02-14crypto: 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-05crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu
2020-01-29crypto: tgr192 - fix unaligned memory accessEric Biggers
2020-01-29pcrypt: use format specifier in kobject_addColin Ian King
2019-12-21crypto: user - fix memory leak in crypto_reportNavid Emamdoost
2019-12-05crypto: user - support incremental algorithm dumpsEric Biggers
2019-08-04crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers
2019-07-10crypto: user - prevent operating on larval algorithmsEric Biggers
2019-06-11crypto: salsa20 - don't access already-freed walk.ivEric Biggers
2019-06-11crypto: chacha20poly1305 - set cra_name correctlyEric Biggers
2019-06-11crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers
2019-06-11crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun
2019-06-11crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers
2019-01-26crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers
2019-01-26crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain
2019-01-16crypto: cts - fix crash on short inputsEric Biggers
2018-11-21crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek
2018-11-10crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unalignedJia-Ju Bai
2018-10-10crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne
2018-08-17crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-17crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers
2018-08-17crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers
2018-08-06crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-08-06crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-05-16crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet
2018-04-13async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel
2018-04-08crypto: ahash - Fix early termination in hash walkHerbert Xu
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-02-16crypto: cryptd - pass through absence of ->setkey()Eric Biggers
2018-02-16crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2018-02-16crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu
2018-02-03crypto: af_alg - whitelist mask and typeStephan Mueller
2018-01-17crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers
2018-01-10crypto: pcrypt - fix freeing pcrypt instancesEric Biggers
2018-01-10crypto: chacha20poly1305 - validate the digest sizeEric Biggers
2018-01-02crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior
2017-12-20crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu
2017-12-20crypto: salsa20 - fix blkcipher_walk API usageEric Biggers
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
2017-12-16X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers