summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2019-10-31crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers
2019-10-05crypto: user - prevent operating on larval algorithmsEric Biggers
2019-09-23crypto: salsa20 - don't access already-freed walk.ivEric Biggers
2019-09-23crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers
2019-07-09crypto: ahash - fix another early termination in hash walkEric Biggers
2019-07-09crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers
2019-07-09crypto: tgr192 - fix unaligned memory accessEric Biggers
2019-07-09crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-07-09crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers
2019-05-02crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers
2019-04-04crypto: user - support incremental algorithm dumpsEric Biggers
2019-04-04pcrypt: use format specifier in kobject_addColin Ian King
2019-02-11crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek
2018-12-16crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers
2018-12-16crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers
2018-12-16crypto: vmac - separate tfm and request contextEric Biggers
2018-12-16crypto: memzero_explicit - make sure to clear out sensitive dataDaniel Borkmann
2018-12-16crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers
2018-11-20X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero
2018-10-21crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet
2018-10-21crypto: ahash - Fix early termination in hash walkHerbert Xu
2018-06-16crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2018-06-16crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-06-16crypto: cryptd - pass through absence of ->setkey()Eric Biggers
2018-06-16crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2018-06-16crypto: af_alg - whitelist mask and typeStephan Mueller
2018-03-03crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers
2018-03-03X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers
2018-01-01crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
2018-01-01crypto: salsa20 - fix blkcipher_walk API usageEric Biggers
2018-01-01crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu
2017-09-15crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef
2017-06-05crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu
2017-04-04crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann
2017-03-16crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto
2017-02-23async_pq_val: fix DMA memory leakJustin Maggard
2017-02-23crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček
2016-11-20crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu
2016-11-20crypto: cryptd - initialize child shash_desc on importArd Biesheuvel
2016-11-20crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu
2016-11-20crypto: gcm - Filter out async ghash if necessaryHerbert Xu
2016-08-22crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann
2016-06-15crypto: hash - Fix page length clamping in hash walkHerbert Xu
2016-05-01crypto: gcm - Fix rfc4543 decryption crashHerbert Xu
2016-03-08crypto: {blk,giv}cipher: Set has_setkeyBen Hutchings
2016-02-25crypto: user - lock crypto_alg_list on alg dumpMathias Krause
2016-02-25crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y
2016-02-25crypto: shash - Fix has_key settingHerbert Xu
2016-02-24crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu
2016-02-24crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu