summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: api - Fix race condition in crypto_spawn_algHerbert Xu2020-05-223-14/+6
* crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu2020-05-221-4/+2
* crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu2020-05-221-2/+4
* crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu2020-05-221-1/+0
* crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu2020-05-221-1/+2
* crypto: cts - fix crash on short inputsEric Biggers2020-01-111-4/+4
* crypto: user - fix memory leak in crypto_reportNavid Emamdoost2019-12-101-1/+3
* crypto: user - Fix crypto_alg_match raceHerbert Xu2019-12-101-10/+29
* crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers2019-10-311-1/+7
* crypto: user - prevent operating on larval algorithmsEric Biggers2019-10-051-0/+3
* crypto: salsa20 - don't access already-freed walk.ivEric Biggers2019-09-231-1/+1
* crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers2019-09-231-7/+4
* crypto: ahash - fix another early termination in hash walkEric Biggers2019-07-091-7/+7
* crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers2019-07-091-4/+10
* crypto: tgr192 - fix unaligned memory accessEric Biggers2019-07-091-3/+3
* crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-07-092-14/+32
* crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers2019-07-091-10/+4
* crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers2019-05-021-3/+11
* crypto: user - support incremental algorithm dumpsEric Biggers2019-04-041-17/+20
* pcrypt: use format specifier in kobject_addColin Ian King2019-04-041-1/+1
* crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek2019-02-111-1/+6
* crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers2018-12-161-31/+26
* crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers2018-12-161-28/+26
* crypto: vmac - separate tfm and request contextEric Biggers2018-12-161-227/+181
* crypto: memzero_explicit - make sure to clear out sensitive dataDaniel Borkmann2018-12-167-13/+13
* crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers2018-12-161-0/+4
* X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero2018-11-201-0/+9
* crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet2018-10-211-4/+4
* crypto: ahash - Fix early termination in hash walkHerbert Xu2018-10-211-3/+4
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-06-163-51/+50
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-06-163-1/+4
* crypto: cryptd - pass through absence of ->setkey()Eric Biggers2018-06-161-1/+2
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-06-161-0/+11
* crypto: af_alg - whitelist mask and typeStephan Mueller2018-06-161-0/+5
* crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers2018-03-031-0/+12
* X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers2018-03-031-0/+2
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2018-01-012-3/+8
* crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2018-01-011-7/+0
* crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu2018-01-011-3/+5
* crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef2017-09-151-4/+2
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-06-051-29/+50
* crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann2017-04-041-0/+2
* crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-03-161-0/+1
* async_pq_val: fix DMA memory leakJustin Maggard2017-02-231-4/+4
* crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2017-02-231-1/+1
* crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu2016-11-201-1/+2
* crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2016-11-201-2/+7
* crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu2016-11-201-1/+2
* crypto: gcm - Filter out async ghash if necessaryHerbert Xu2016-11-201-1/+3
* crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann2016-08-221-0/+1