aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2018-06-01Merge branch 'linux-linaro-lsk-v4.14' into linux-linaro-lsk-v4.14-rtlsk-v4.14-18.05-rtMark Brown
2018-05-30PKCS#7: fix direct verification of SignerInfo signatureEric Biggers
2018-05-18Merge branch 'linux-linaro-lsk-v4.14' into linux-linaro-lsk-v4.14-rtMark Brown
2018-05-16crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet
2018-05-03Merge tag 'v4.14.39' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-05-01crypto: drbg - set freed buffers to NULLStephan Mueller
2018-04-13Merge tag 'v4.14.34' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-04-12crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann
2018-04-08crypto: ahash - Fix early termination in hash walkHerbert Xu
2018-04-08crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin
2018-04-08crypto: lrw - Free rctx->ext with kzfreeHerbert Xu
2018-03-20Merge tag 'v4.14.28' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-03-19crypto: ecc - Fix NULL pointer deref. on no default_rngPierre
2018-03-05Merge tag 'v4.14.24' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-03-03crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron
2018-02-28PKCS#7: fix certificate blacklistingEric Biggers
2018-02-28PKCS#7: fix certificate chain verificationEric Biggers
2018-02-28X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers
2018-02-28X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers
2018-02-22kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2018-02-22Merge tag 'v4.14.20' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-02-16crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-02-16crypto: mcryptd - pass through absence of ->setkey()Eric Biggers
2018-02-16crypto: cryptd - pass through absence of ->setkey()Eric Biggers
2018-02-16crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2018-02-13crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu
2018-02-09Merge tag 'v4.14.18' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-02-03crypto: af_alg - whitelist mask and typeStephan Mueller
2018-02-03crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel
2018-02-03crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens
2018-01-24Merge tag 'v4.14.15' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-01-17crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers
2018-01-10crypto: pcrypt - fix freeing pcrypt instancesEric Biggers
2018-01-10crypto: chacha20poly1305 - validate the digest sizeEric Biggers
2018-01-09Merge tag 'v4.14.12' into linux-4.14.y-rtSebastian Andrzej Siewior
2017-12-29crypto: af_alg - fix race accessing cipher requestStephan Mueller
2017-12-29crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller
2017-12-29crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior
2017-12-29crypto: skcipher - set walk.iv for zero-length inputsEric Biggers
2017-12-25crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet
2017-12-22Merge tag 'v4.14.8' into linux-4.14.y-rtSebastian Andrzej Siewior
2017-12-20crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu
2017-12-20crypto: af_alg - fix NULL pointer dereference inEric Biggers
2017-12-20crypto: salsa20 - fix blkcipher_walk API usageEric Biggers
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
2017-12-20crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers
2017-12-20crypto: algif_aead - fix reference counting of null skcipherEric Biggers
2017-12-15Merge tag 'v4.14.6' into linux-4.14.y-rtSebastian Andrzej Siewior