summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-01-26crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers1-3/+11
2019-01-26crypto: cts - fix crash on short inputsEric Biggers1-4/+4
2018-11-22crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek1-1/+6
2018-10-13crypto: 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-09crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
2018-08-09crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
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: 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-01-17crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers1-0/+12
2018-01-02crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior1-13/+10
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-10-21crypto: xts - Add ECB dependencyMilan Broz1-0/+1
2017-10-18crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu1-3/+5
2017-10-08crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu1-7/+7
2017-09-27crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller1-1/+3
2017-06-14crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef1-4/+2
2017-04-22crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu1-29/+50
2017-04-18crypto: algif_hash - avoid zero-sized arrayJiri Slaby1-1/+1
2017-04-18crypto: mcryptd - Fix load failureWang, Rui Y1-0/+1
2017-04-18crypto: cryptd - Assign statesize properlyWang, Rui Y1-0/+1
2017-04-18crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann1-0/+2
2017-02-08Fix "crypto: algif_hash - Require setkey before accept(2)"Greg Kroah-Hartman1-4/+4
2016-10-06crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu1-1/+2
2016-10-06crypto: cryptd - initialize child shash_desc on importArd Biesheuvel1-2/+7
2016-08-22crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu1-1/+2
2016-08-22crypto: gcm - Filter out async ghash if necessaryHerbert Xu1-1/+3
2016-07-12PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange1-0/+2
2016-06-18crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann1-0/+1
2016-05-18crypto: hash - Fix page length clamping in hash walkHerbert Xu1-1/+2
2016-04-19crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu1-3/+6
2016-04-19crypto: algif_skcipher - Remove custom release parent functionHerbert Xu1-40/+3
2016-04-19crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu1-5/+144
2016-04-19crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu1-7/+42
2016-03-02crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2016-02-15X.509: Don't strip leading 00's from key ID when constructing key descriptionDavid Howells1-4/+0
2016-02-15crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-02-15crypto: shash - Fix has_key settingHerbert Xu1-4/+3
2016-02-10crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-1/+0
2016-02-10crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu1-3/+6
2016-02-10crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu1-9/+7
2016-02-10crypto: algif_hash - Remove custom release parent functionHerbert Xu1-40/+3