summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers2019-03-231-10/+4
* crypto: ahash - fix another early termination in hash walkEric Biggers2019-03-231-7/+7
* crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers2019-01-261-3/+11
* crypto: cts - fix crash on short inputsEric Biggers2019-01-261-4/+4
* crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek2018-11-221-1/+6
* crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2018-10-132-0/+3
* crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-31/+26
* crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-28/+26
* crypto: vmac - separate tfm and request contextEric Biggers2018-08-171-227/+181
* crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers2018-08-171-0/+4
* crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-091-0/+1
* crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-091-0/+1
* async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel2018-04-131-3/+2
* crypto: ahash - Fix early termination in hash walkHerbert Xu2018-04-081-3/+4
* crypto: cryptd - pass through absence of ->setkey()Eric Biggers2018-02-161-1/+2
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-02-161-0/+11
* crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers2018-01-171-0/+12
* crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2018-01-021-13/+10
* crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2017-12-201-7/+0
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-12-202-3/+8
* X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers2017-12-161-0/+2
* Revert "crypto: xts - Add ECB dependency"Sasha Levin2017-11-211-1/+0
* crypto: xts - Add ECB dependencyMilan Broz2017-10-211-0/+1
* crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu2017-10-181-3/+5
* crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2017-10-081-7/+7
* crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller2017-09-271-1/+3
* crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef2017-06-141-4/+2
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-221-29/+50
* crypto: algif_hash - avoid zero-sized arrayJiri Slaby2017-04-181-1/+1
* crypto: mcryptd - Fix load failureWang, Rui Y2017-04-181-0/+1
* crypto: cryptd - Assign statesize properlyWang, Rui Y2017-04-181-0/+1
* crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann2017-04-181-0/+2
* Fix "crypto: algif_hash - Require setkey before accept(2)"Greg Kroah-Hartman2017-02-081-4/+4
* crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu2016-10-051-1/+2
* crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2016-10-051-2/+7
* crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu2016-08-221-1/+2
* crypto: gcm - Filter out async ghash if necessaryHerbert Xu2016-08-221-1/+3
* PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange2016-07-121-0/+2
* crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann2016-06-181-0/+1
* crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-05-171-1/+2
* crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-04-191-3/+6
* crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-04-191-40/+3
* crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-04-191-5/+144
* crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-04-191-7/+42
* crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-03-021-1/+5
* X.509: Don't strip leading 00's from key ID when constructing key descriptionDavid Howells2016-02-151-4/+0
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-02-151-1/+3
* crypto: shash - Fix has_key settingHerbert Xu2016-02-151-4/+3
* crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-02-091-1/+0
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-02-091-3/+6