summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2022-04-21Merge 4.14.276 into android-4.14-stableGreg Kroah-Hartman
2022-04-20crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu
2021-11-26Merge 4.14.256 into android-4.14-stableGreg Kroah-Hartman
2021-11-26crypto: pcrypt - Delay write to padata->infoDaniel Jordan
2021-07-20Merge 4.14.240 into android-4.14-stableGreg Kroah-Hartman
2021-07-20crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel
2021-05-22Merge 4.14.233 into android-4.14-stableGreg Kroah-Hartman
2021-05-22crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel
2021-03-03Merge 4.14.223 into android-4.14-stableGreg Kroah-Hartman
2021-03-03crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli
2021-01-12Merge 4.14.215 into android-4.14-stableGreg Kroah-Hartman
2021-01-12crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel
2020-12-29Merge 4.14.213 into android-4.14-stableGreg Kroah-Hartman
2020-12-29crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel
2020-12-29crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers
2020-10-29Merge 4.14.203 into android-4.14-stableGreg Kroah-Hartman
2020-10-29crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu
2020-10-29crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu
2020-07-09Merge 4.14.188 into android-4.14-stableGreg Kroah-Hartman
2020-07-09crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2020-06-25Merge 4.14.186 into android-4.14-stableGreg Kroah-Hartman
2020-06-25crypto: algboss - don't wait during notifier callbackEric Biggers
2020-06-25crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu
2020-05-20Merge 4.14.181 into android-4.14-stableGreg Kroah-Hartman
2020-05-20gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds
2020-02-19Merge 4.14.171 into android-4.14Greg Kroah-Hartman
2020-02-14crypto: api - Fix race condition in crypto_spawn_algHerbert Xu
2020-02-14crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu
2020-02-14crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu
2020-02-05Merge 4.14.170 into android-4.14Greg Kroah-Hartman
2020-02-05crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu
2020-02-05crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu
2020-01-27Merge 4.14.168 into android-4.14Greg Kroah-Hartman
2020-01-27crypto: tgr192 - fix unaligned memory accessEric Biggers
2020-01-27pcrypt: use format specifier in kobject_addColin Ian King
2019-12-17Merge 4.14.159 into android-4.14Greg Kroah-Hartman
2019-12-17crypto: user - fix memory leak in crypto_reportNavid Emamdoost
2019-12-17crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel
2019-12-17crypto: af_alg - cast ki_complete ternary op to intAyush Sawal
2019-12-17crypto: ecc - check for invalid values in the key verification testVitaly Chikunov
2019-12-05Merge 4.14.158 into android-4.14Greg Kroah-Hartman
2019-12-05crypto: user - support incremental algorithm dumpsEric Biggers
2019-11-20Merge 4.14.155 into android-4.14Greg Kroah-Hartman
2019-11-20crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni
2019-10-11Merge 4.14.149 into android-4.14Greg Kroah-Hartman
2019-10-11crypto: skcipher - Unmap pages after an external errorHerbert Xu
2019-07-31Merge 4.14.135 into android-4.14Greg Kroah-Hartman
2019-07-31crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers
2019-07-31crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers
2019-07-31crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann