summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2019-04-30Merge 4.4.179 into android-4.4-pGreg Kroah-Hartman
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-03-23Merge 4.4.177 into android-4.4-pGreg Kroah-Hartman
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-28Merge 4.4.172 into android-4.4-pGreg Kroah-Hartman
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-16Merge 4.4.171 into android-4.4-pGreg Kroah-Hartman
2019-01-16crypto: cts - fix crash on short inputsEric Biggers
2018-11-21Merge 4.4.164 into android-4.4-pGreg Kroah-Hartman
2018-11-21crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek
2018-11-10Merge 4.4.163 into android-4.4-pGreg Kroah-Hartman
2018-11-10crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unalignedJia-Ju Bai
2018-10-10Merge 4.4.160 into android-4.4-pGreg Kroah-Hartman
2018-10-10crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne
2018-08-17Merge 4.4.149 into android-4.4-pGreg Kroah-Hartman
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-06Merge 4.4.146 into android-4.4-pGreg Kroah-Hartman
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-16Merge 4.4.132 into android-4.4Greg Kroah-Hartman
2018-05-16crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet
2018-04-14Merge 4.4.128 into android-4.4Greg Kroah-Hartman
2018-04-13async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel
2018-04-08Merge 4.4.127 into android-4.4Greg Kroah-Hartman
2018-04-08crypto: ahash - Fix early termination in hash walkHerbert Xu
2018-02-23BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck64-XTSEric Biggers
2018-02-23BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck128-XTSEric Biggers
2018-02-23FROMGIT: crypto: speck - export common helpersEric Biggers
2018-02-23BACKPORT, FROMGIT: crypto: speck - add support for the Speck block cipherEric Biggers
2018-02-20Merge 4.4.116 into android-4.4Greg Kroah-Hartman
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-03Merge 4.4.115 into android-4.4Greg Kroah-Hartman
2018-02-03crypto: af_alg - whitelist mask and typeStephan Mueller
2018-01-17Merge 4.4.112 into android-4.4Greg Kroah-Hartman
2018-01-17crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers
2018-01-15fscrypt: updates on 4.15-rc4Jaegeuk Kim
2018-01-10Merge 4.4.111 into android-4.4Greg Kroah-Hartman
2018-01-10crypto: pcrypt - fix freeing pcrypt instancesEric Biggers
2018-01-10crypto: chacha20poly1305 - validate the digest sizeEric Biggers
2018-01-02Merge 4.4.109 into android-4.4Greg Kroah-Hartman
2018-01-02crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior
2017-12-20Merge 4.4.107 into android-4.4Greg Kroah-Hartman