summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-09-03crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu
2020-08-21crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek
2020-08-21crypto: af_alg - Fix regression on empty requestsHerbert Xu
2020-08-21crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu
2020-07-15keys: asymmetric: fix error return code in software_key_query()Wei Yongjun
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2020-06-15crypto: drbg - always try to free Jitter RNG instanceStephan Müller
2020-06-15crypto: algboss - don't wait during notifier callbackEric Biggers
2020-06-15crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-05-28crypto: engine - do not requeue in case of fatal errorIuliana Prodan
2020-05-15crypto: blake2b - Fix clang optimization for ARMv7-MArnd Bergmann
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers
2020-05-08crypto: essiv - use crypto_shash_tfm_digest()Eric Biggers
2020-05-08crypto: hash - introduce crypto_shash_tfm_digest()Eric Biggers
2020-05-08crypto: lib/sha256 - return voidEric Biggers
2020-05-08crypto - Avoid free() namespace collisionArnd Bergmann
2020-05-08crypto: drbg - fix error return code in drbg_alloc_state()Wei Yongjun
2020-05-08crypto: engine - support for batch requestsIuliana Prodan
2020-05-08crypto: engine - support for parallel requests based on retry mechanismIuliana Prodan
2020-05-08crypto: algapi - create function to add request in front of queueIuliana Prodan
2020-04-30crypto: drbg - should select CTRCorentin Labbe
2020-04-30crypto: ctr - no longer needs CRYPTO_SEQIVCorentin Labbe
2020-04-24crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller
2020-04-24crypto: jitter - SP800-90B complianceStephan Müller
2020-04-24crypto: algif_rng - remove redundant assignment to variable errColin Ian King
2020-04-16crypto: api - Fix use-after-free and race in crypto_spawn_algHerbert Xu
2020-04-16crypto: algapi - Avoid spurious modprobe on LOADEDEric Biggers
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-03-30crypto: af_alg - bool type cosmeticsLothar Rubusch
2020-03-12crypto: testmgr - do comparison tests before inauthentic input testsEric Biggers
2020-03-12crypto: testmgr - use consistent IV copies for AEADs that need itEric Biggers
2020-03-06crypto: xts - simplify error handling in ->create()Eric Biggers
2020-03-06crypto: rsa-pkcs1pad - simplify error handling in pkcs1pad_create()Eric Biggers
2020-03-06crypto: pcrypt - simplify error handling in pcrypt_create_aead()Eric Biggers
2020-03-06crypto: lrw - simplify error handling in create()Eric Biggers
2020-03-06crypto: geniv - simply error handling in aead_geniv_alloc()Eric Biggers
2020-03-06crypto: gcm - simplify error handling in crypto_rfc4543_create()Eric Biggers
2020-03-06crypto: gcm - simplify error handling in crypto_rfc4106_create()Eric Biggers
2020-03-06crypto: cts - simplify error handling in crypto_cts_create()Eric Biggers
2020-03-06crypto: ctr - simplify error handling in crypto_rfc3686_create()Eric Biggers
2020-03-06crypto: cryptd - simplify error handling in cryptd_create_*()Eric Biggers
2020-03-06crypto: ccm - simplify error handling in crypto_rfc4309_create()Eric Biggers
2020-03-06crypto: authencesn - fix weird comma-terminated lineEric Biggers
2020-02-28crypto: md5 - remove unused macrosYueHaibing
2020-02-20Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-02-18crypto: rename sm3-256 to sm3 in hash_algo_nameTianjia Zhang
2020-02-15Merge tag 's390-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds