summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2019-04-271-1/+43
* crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers2019-03-231-10/+4
* crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers2019-03-231-4/+10
* crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-03-232-14/+32
* crypto: ahash - fix another early termination in hash walkEric Biggers2019-03-231-7/+7
* net: crypto set sk to NULL when af_alg_release.Mao Wenan2019-02-231-1/+3
* crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers2019-02-122-1/+20
* crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers2019-01-231-3/+11
* crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain2019-01-231-1/+1
* crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel2018-12-011-2/+3
* crypto: user - fix leaking uninitialized memory to userspaceEric Biggers2018-11-211-9/+9
* crypto: tcrypt - fix ghash-generic speed testHoria Geantă2018-11-131-0/+3
* crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek2018-11-131-1/+6
* crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2018-10-032-0/+3
* evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-09-261-1/+1
* crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann2018-09-191-1/+1
* Replace magic for trusting the secondary keyring with #defineYannik Sembritzki2018-09-091-1/+1
* crypto: skcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-24/+25
* crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers2018-08-171-1/+1
* crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-31/+26
* crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-28/+26
* crypto: vmac - separate tfm and request contextEric Biggers2018-08-171-227/+181
* crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers2018-08-171-0/+4
* crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-031-0/+1
* crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-031-0/+1
* crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller2018-07-221-1/+3
* crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers2018-07-171-26/+0
* X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero2018-07-031-0/+9
* PKCS#7: fix direct verification of SignerInfo signatureEric Biggers2018-05-301-0/+1
* crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet2018-05-161-4/+4
* crypto: drbg - set freed buffers to NULLStephan Mueller2018-05-011-0/+2
* crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann2018-04-121-0/+1
* crypto: ahash - Fix early termination in hash walkHerbert Xu2018-04-081-3/+4
* crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin2018-04-081-3/+3
* crypto: lrw - Free rctx->ext with kzfreeHerbert Xu2018-04-081-1/+1
* crypto: ecc - Fix NULL pointer deref. on no default_rngPierre2018-03-191-1/+1
* crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron2018-03-033-4/+4
* PKCS#7: fix certificate blacklistingEric Biggers2018-02-281-4/+6
* PKCS#7: fix certificate chain verificationEric Biggers2018-02-281-1/+1
* X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers2018-02-281-8/+13
* X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers2018-02-281-1/+3
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2018-02-221-6/+1
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-02-163-50/+49
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-02-164-8/+8
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-02-161-12/+5
* crypto: mcryptd - pass through absence of ->setkey()Eric Biggers2018-02-161-1/+2
* crypto: cryptd - pass through absence of ->setkey()Eric Biggers2018-02-161-1/+2
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-02-161-0/+11
* crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu2018-02-131-2/+4
* crypto: af_alg - whitelist mask and typeStephan Mueller2018-02-031-4/+6