summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-12-21crypto: user - fix memory leak in crypto_reportNavid Emamdoost1-1/+3
2019-12-05crypto: user - support incremental algorithm dumpsEric Biggers1-17/+20
2019-08-04crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers1-1/+7
2019-07-10crypto: user - prevent operating on larval algorithmsEric Biggers1-0/+3
2019-06-11crypto: salsa20 - don't access already-freed walk.ivEric Biggers1-1/+1
2019-06-11crypto: chacha20poly1305 - set cra_name correctlyEric Biggers1-2/+2
2019-06-11crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers1-23/+11
2019-06-11crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun1-1/+1
2019-06-11crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers1-7/+4
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: ahash - fix another early termination in hash walkEric Biggers1-7/+7
2019-01-26crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers1-3/+11
2019-01-26crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain1-1/+1
2019-01-17crypto: cts - fix crash on short inputsEric Biggers1-4/+4
2018-11-21crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek1-1/+6
2018-11-10crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unalignedJia-Ju Bai1-1/+1
2018-10-10crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2-0/+3
2018-08-17crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers1-31/+26
2018-08-17crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers1-28/+26
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers1-227/+181
2018-08-17crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers1-0/+4
2018-08-06crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
2018-08-06crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
2018-05-16crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet1-4/+4
2018-04-13async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel1-3/+2
2018-04-08crypto: ahash - Fix early termination in hash walkHerbert Xu1-3/+4
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers1-12/+5
2018-02-16crypto: cryptd - pass through absence of ->setkey()Eric Biggers1-1/+2
2018-02-16crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers1-0/+11
2018-02-16crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu1-2/+4
2018-02-03crypto: af_alg - whitelist mask and typeStephan Mueller1-4/+6
2018-01-17crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers1-0/+12
2018-01-10crypto: pcrypt - fix freeing pcrypt instancesEric Biggers1-9/+10
2018-01-10crypto: chacha20poly1305 - validate the digest sizeEric Biggers1-1/+5
2018-01-02crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior1-13/+10
2017-12-20crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu1-2/+4
2017-12-20crypto: salsa20 - fix blkcipher_walk API usageEric Biggers1-7/+0
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2-3/+8
2017-12-16X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers1-0/+2
2017-11-21Revert "crypto: xts - Add ECB dependency"Sasha Levin1-1/+0
2017-11-15PKCS#7: fix unitialized boolean 'want'Colin Ian King1-1/+1
2017-10-27pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn1-0/+3
2017-10-21crypto: xts - Add ECB dependencyMilan Broz1-0/+1
2017-10-18crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu1-3/+5
2017-09-27crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller1-1/+3
2017-09-07crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller1-2/+7
2017-08-07crypto: authencesn - Fix digest_null crashHerbert Xu1-0/+5
2017-06-14crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef1-4/+2
2017-05-20crypto: algif_aead - Require setkey before accept(2)Stephan Mueller1-8/+149