summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-06-151-1/+2
* crypto: gcm - Fix rfc4543 decryption crashHerbert Xu2016-05-011-0/+3
* crypto: {blk,giv}cipher: Set has_setkeyBen Hutchings2016-03-082-0/+2
* crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-02-251-1/+5
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-02-251-1/+3
* crypto: shash - Fix has_key settingHerbert Xu2016-02-251-4/+3
* crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-02-241-3/+6
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-02-241-3/+6
* crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-02-241-40/+3
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-02-241-40/+3
* crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-02-241-1/+1
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-02-241-0/+1