aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-05-30crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers
2019-05-30crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers
2019-05-30crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers
2019-05-30crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers
2019-05-30crypto: chacha20poly1305 - set cra_name correctlyEric Biggers
2019-05-30crypto: salsa20 - don't access already-freed walk.ivEric Biggers
2019-05-15crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-03-26crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers
2019-03-26crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-26crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers
2019-03-26crypto: morus - fix handling chunked inputsEric Biggers
2019-03-26crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-26crypto: aegis - fix handling chunked inputsEric Biggers
2019-03-26crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-26crypto: ahash - fix another early termination in hash walkEric Biggers
2019-03-26crypto: cfb - remove bogus memcpy() with src == destEric Biggers
2019-03-26crypto: cfb - add missing 'chunksize' propertyEric Biggers
2019-03-08net: crypto set sk to NULL when af_alg_release.Mao Wenan
2019-03-01crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers
2019-02-05crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov
2019-02-05crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers
2019-02-05crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain
2019-02-05crypto: sm3 - fix undefined shift by >= width of valueEric Biggers
2019-01-12crypto: cfb - fix decryptionDmitry Eremin-Solenikov
2019-01-12crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov
2018-12-30crypto: do not free algorithm before usingPan Bian
2018-12-15crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers
2018-11-13crypto: speck - remove SpeckJason A. Donenfeld
2018-11-13crypto: aegis/generic - fix for big endian systemsArd Biesheuvel
2018-11-13crypto: morus/generic - fix for big endian systemsArd Biesheuvel
2018-11-13crypto: tcrypt - fix ghash-generic speed testHoria Geantă
2018-11-13crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek
2018-10-03crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne
2018-09-26evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett
2018-09-09Replace magic for trusting the secondary keyring with #defineYannik Sembritzki
2018-08-17crypto: skcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-17crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers
2018-08-17crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-17crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers
2018-08-17crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers
2018-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-07-13crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-26Merge branch 'fixes-v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-25X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-15crypto: morus640 - Fix out-of-bounds accessOndrej Mosnáček