summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-10crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-1/+8
2016-02-10crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2016-02-10crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2-2/+7
2016-02-10crypto: af_alg - Add nokey compatibility pathHerbert Xu1-1/+12
2016-02-10crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1
2016-02-10crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-3/+32
2015-11-15crypto: api - Only abort operations on fatal signalHerbert Xu4-6/+6
2015-11-13crypto: ahash - ensure statesize is non-zeroRussell King1-1/+2
2015-07-04KEYS: fix "ca_keys=" partial key matchingMimi Zohar3-11/+35
2015-01-30crypto: add missing crypto module aliasesMathias Krause20-2/+24