summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-05-21crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers1-2/+7
2019-05-21crypto: chacha20poly1305 - set cra_name correctlyEric Biggers1-2/+2
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers1-1/+43
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers1-10/+4
2019-03-23crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers1-4/+10
2019-03-23crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2-14/+32
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers1-7/+7
2019-02-23net: crypto set sk to NULL when af_alg_release.Mao Wenan1-1/+3
2019-02-12crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers2-1/+20
2019-01-23crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers1-3/+11
2019-01-23crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain1-1/+1
2018-12-01crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel1-2/+3
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers1-9/+9
2018-11-13crypto: tcrypt - fix ghash-generic speed testHoria Geantă1-0/+3
2018-11-13crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek1-1/+6
2018-10-04crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2-0/+3
2018-09-26evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett1-1/+1
2018-09-19crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann1-1/+1
2018-09-09Replace magic for trusting the secondary keyring with #defineYannik Sembritzki1-1/+1
2018-08-17crypto: skcipher - fix crash flushing dcache in error pathEric Biggers1-24/+25
2018-08-17crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers1-1/+1
2018-08-17crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers1-31/+26
2018-08-17crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers1-28/+26
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers1-227/+181
2018-08-17crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers1-0/+4
2018-08-03crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
2018-08-03crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
2018-07-22crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller1-1/+3
2018-07-17crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers1-26/+0
2018-07-03X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero1-0/+9
2018-05-30PKCS#7: fix direct verification of SignerInfo signatureEric Biggers1-0/+1
2018-05-16crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet1-4/+4
2018-05-01crypto: drbg - set freed buffers to NULLStephan Mueller1-0/+2
2018-04-12crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann1-0/+1
2018-04-08crypto: ahash - Fix early termination in hash walkHerbert Xu1-3/+4
2018-04-08crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin1-3/+3
2018-04-08crypto: lrw - Free rctx->ext with kzfreeHerbert Xu1-1/+1
2018-03-19crypto: ecc - Fix NULL pointer deref. on no default_rngPierre1-1/+1
2018-03-03crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron3-4/+4
2018-02-28PKCS#7: fix certificate blacklistingEric Biggers1-4/+6
2018-02-28PKCS#7: fix certificate chain verificationEric Biggers1-1/+1
2018-02-28X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers1-8/+13
2018-02-28X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers1-1/+3
2018-02-22kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-6/+1
2018-02-16crypto: hash - prevent using keyed hashes without setting keyEric Biggers3-50/+49
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers4-8/+8
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers1-12/+5
2018-02-16crypto: mcryptd - pass through absence of ->setkey()Eric Biggers1-1/+2
2018-02-16crypto: cryptd - pass through absence of ->setkey()Eric Biggers1-1/+2
2018-02-16crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers1-0/+11