aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-09-21Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2020-09-17crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek
2020-09-17crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu
2020-09-17crypto: af_alg - Fix regression on empty requestsHerbert Xu
2020-09-17crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu
2020-08-16Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-08-13keys: asymmetric: fix error return code in software_key_query()Wei Yongjun
2020-07-20Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-07-13crypto: algboss - don't wait during notifier callbackEric Biggers
2020-07-13crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu
2020-07-12Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-07-07crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2020-07-07crypto: algapi - Avoid spurious modprobe on LOADEDEric Biggers
2020-06-29Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-06-24crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann
2020-06-24crypto: testmgr - fix length truncation with large page sizeEric Biggers
2020-06-11Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-06-08gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds
2020-06-05Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-06-01crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel
2020-06-01crypto: rng - Fix a refcounting bug in crypto_rng_reset()Dan Carpenter
2020-05-19Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-05-15crypto: rename sm3-256 to sm3 in hash_algo_nameTianjia Zhang
2020-05-05Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-05-04crypto: api - Fix use-after-free and race in crypto_spawn_algHerbert Xu
2020-05-04crypto: api - Do not zap spawn->algHerbert Xu
2020-05-04crypto: testmgr - don't try to decrypt uninitialized buffersEric Biggers
2020-05-04crypto: testmgr - dynamically allocate testvec_configArnd Bergmann
2020-05-04crypto: api - Fix race condition in crypto_spawn_algHerbert Xu
2020-05-04crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu
2020-05-04crypto: api - fix unexpectedly getting generic implementationHerbert Xu
2020-05-04crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu
2020-04-19Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-04-16crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu
2020-04-16crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu
2020-04-01Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-03-30crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu
2020-02-27Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-02-24KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() failsEric Biggers
2020-01-20Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-01-19crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel
2020-01-19crypto: af_alg - cast ki_complete ternary op to intAyush Sawal
2019-12-02Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-12-02crypto: user - fix memory leak in crypto_reportstatNavid Emamdoost
2019-12-02crypto: user - fix memory leak in crypto_reportNavid Emamdoost
2019-11-10Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-11-09crypto: skcipher - Unmap pages after an external errorHerbert Xu
2019-07-27Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-07-26crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers
2019-07-26crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers