summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-13crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu1-2/+4
2018-02-03crypto: af_alg - whitelist mask and typeStephan Mueller1-4/+6
2018-02-03crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel1-2/+3
2018-02-03crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens1-1/+1
2018-01-17crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers1-0/+12
2018-01-10crypto: pcrypt - fix freeing pcrypt instancesEric Biggers1-9/+10
2018-01-10crypto: chacha20poly1305 - validate the digest sizeEric Biggers1-1/+5
2017-12-29crypto: af_alg - fix race accessing cipher requestStephan Mueller2-10/+10
2017-12-29crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller3-6/+12
2017-12-29crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior1-13/+10
2017-12-29crypto: skcipher - set walk.iv for zero-length inputsEric Biggers1-6/+4
2017-12-25crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet1-2/+4
2017-12-20crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu1-2/+4
2017-12-20crypto: af_alg - fix NULL pointer dereference inEric Biggers1-6/+7
2017-12-20crypto: salsa20 - fix blkcipher_walk API usageEric Biggers1-7/+0
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2-3/+8
2017-12-20crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers1-1/+1
2017-12-20crypto: algif_aead - fix reference counting of null skcipherEric Biggers1-1/+1
2017-12-14X.509: fix comparisons of ->pkey_algoEric Biggers2-2/+2
2017-12-14X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers1-0/+2
2017-12-05crypto: skcipher - Fix skcipher_walk_aead_commonOndrej Mosnáček1-0/+3
2017-12-05crypto: af_alg - remove locking in async callbackStephan Mueller3-29/+38
2017-12-05crypto: algif_aead - skip SGL entries with NULL pageStephan Mueller1-9/+24
2017-11-21crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers1-0/+8
2017-11-21crypto: dh - Don't permit 'p' to be 0Eric Biggers1-0/+8
2017-11-21crypto: dh - Fix double free of ctx->pEric Biggers1-20/+13
2017-11-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+3
2017-11-03crypto: ccm - preserve the IV bufferRomain Izard1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-19Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2-1/+6