summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli2021-03-031-0/+3
* crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu2020-10-291-2/+2
* crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu2020-07-094-33/+20
* crypto: algboss - don't wait during notifier callbackEric Biggers2020-06-301-2/+0
* gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds2020-05-202-4/+4
* crypto: algif_skcipher - use ZERO_OR_NULL_PTR in skcipher_recvmsg_asyncyangerkun2020-03-111-1/+1
* crypto: api - Fix race condition in crypto_spawn_algHerbert Xu2020-02-143-14/+6
* crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu2020-02-141-1/+0
* crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu2020-02-141-4/+2
* crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu2020-02-051-1/+2
* crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu2020-02-051-2/+4
* crypto: tgr192 - fix unaligned memory accessEric Biggers2020-01-291-3/+3
* pcrypt: use format specifier in kobject_addColin Ian King2020-01-291-1/+1
* crypto: user - fix memory leak in crypto_reportNavid Emamdoost2019-12-211-1/+3
* crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel2019-12-211-1/+2
* crypto: user - support incremental algorithm dumpsEric Biggers2019-12-051-17/+20
* crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni2019-11-251-9/+0
* crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers2019-08-041-11/+19
* crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers2019-08-041-1/+7
* crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann2019-08-041-0/+3
* crypto: user - prevent operating on larval algorithmsEric Biggers2019-07-101-0/+3
* crypto: salsa20 - don't access already-freed walk.ivEric Biggers2019-05-211-1/+1
* crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers2019-05-211-23/+11
* crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun2019-05-211-1/+1
* crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers2019-05-211-7/+4
* crypto: chacha20poly1305 - set cra_name correctlyEric Biggers2019-05-211-2/+2
* crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2019-04-271-1/+43
* crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers2019-03-231-10/+4
* crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-03-232-14/+32
* crypto: ahash - fix another early termination in hash walkEric Biggers2019-03-231-7/+7
* crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers2019-01-231-3/+11
* crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain2019-01-231-1/+1
* crypto: tcrypt - fix ghash-generic speed testHoria Geantă2018-11-131-0/+3
* crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek2018-11-131-1/+6
* crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unalignedJia-Ju Bai2018-11-101-1/+1
* crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2018-10-032-0/+3
* evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-09-261-1/+1
* Replace magic for trusting the secondary keyring with #defineYannik Sembritzki2018-09-091-1/+1
* crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-31/+26
* crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-28/+26
* crypto: vmac - separate tfm and request contextEric Biggers2018-08-171-227/+181
* crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers2018-08-171-0/+4
* crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-031-0/+1
* crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-031-0/+1
* X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero2018-07-031-0/+9
* PKCS#7: fix direct verification of SignerInfo signatureEric Biggers2018-05-301-0/+1
* crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet2018-05-161-4/+4
* crypto: drbg - set freed buffers to NULLStephan Mueller2018-05-011-0/+2
* X.509: Fix error code in x509_cert_parse()Dan Carpenter2018-04-131-0/+1
* async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel2018-04-131-3/+2