summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-01-11crypto: cts - fix crash on short inputsEric Biggers1-4/+4
2019-12-10crypto: user - fix memory leak in crypto_reportNavid Emamdoost1-1/+3
2019-12-10crypto: user - Fix crypto_alg_match raceHerbert Xu1-10/+29
2019-10-31crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers1-1/+7
2019-10-05crypto: user - prevent operating on larval algorithmsEric Biggers1-0/+3
2019-09-23crypto: salsa20 - don't access already-freed walk.ivEric Biggers1-1/+1
2019-09-23crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers1-7/+4
2019-07-09crypto: ahash - fix another early termination in hash walkEric Biggers1-7/+7
2019-07-09crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers1-4/+10
2019-07-09crypto: tgr192 - fix unaligned memory accessEric Biggers1-3/+3
2019-07-09crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2-14/+32
2019-07-09crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers1-10/+4
2019-05-02crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers1-3/+11
2019-04-04crypto: user - support incremental algorithm dumpsEric Biggers1-17/+20
2019-04-04pcrypt: use format specifier in kobject_addColin Ian King1-1/+1
2019-02-11crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek1-1/+6
2018-12-16crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers1-31/+26
2018-12-16crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers1-28/+26
2018-12-16crypto: vmac - separate tfm and request contextEric Biggers1-227/+181
2018-12-16crypto: memzero_explicit - make sure to clear out sensitive dataDaniel Borkmann7-13/+13
2018-12-16crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers1-0/+4
2018-11-20X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero1-0/+9
2018-10-21crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet1-4/+4
2018-10-21crypto: ahash - Fix early termination in hash walkHerbert Xu1-3/+4
2018-06-16crypto: hash - prevent using keyed hashes without setting keyEric Biggers3-51/+50
2018-06-16crypto: hash - annotate algorithms taking optional keyEric Biggers3-1/+4
2018-06-16crypto: cryptd - pass through absence of ->setkey()Eric Biggers1-1/+2
2018-06-16crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers1-0/+11
2018-06-16crypto: af_alg - whitelist mask and typeStephan Mueller1-0/+5
2018-03-03crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers1-0/+12
2018-03-03X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers1-0/+2
2018-01-01crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2-3/+8
2018-01-01crypto: salsa20 - fix blkcipher_walk API usageEric Biggers1-7/+0
2018-01-01crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu1-3/+5
2017-09-15crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef1-4/+2
2017-06-05crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu1-29/+50
2017-04-04crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann1-0/+2
2017-03-16crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto1-0/+1
2017-02-23async_pq_val: fix DMA memory leakJustin Maggard1-4/+4
2017-02-23crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček1-1/+1
2016-11-20crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu1-1/+2
2016-11-20crypto: cryptd - initialize child shash_desc on importArd Biesheuvel1-2/+7
2016-11-20crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu1-1/+2
2016-11-20crypto: gcm - Filter out async ghash if necessaryHerbert Xu1-1/+3
2016-08-22crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann1-0/+1
2016-06-15crypto: hash - Fix page length clamping in hash walkHerbert Xu1-1/+2
2016-05-01crypto: gcm - Fix rfc4543 decryption crashHerbert Xu1-0/+3
2016-03-08crypto: {blk,giv}cipher: Set has_setkeyBen Hutchings2-0/+2
2016-02-25crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2016-02-25crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3