summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2018-03-19crypto: keywrap - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven
2018-03-19crypto: ecc - Fix NULL pointer deref. on no default_rngPierre
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-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-12crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu
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-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-01-05crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers
2017-12-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-12-22crypto: pcrypt - fix freeing pcrypt instancesEric Biggers
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron
2017-12-22crypto: chacha20poly1305 - validate the digest sizeEric Biggers
2017-12-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-12-11crypto: af_alg - fix race accessing cipher requestStephan Mueller
2017-12-11crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior
2017-12-11crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller
2017-12-11crypto: skcipher - set walk.iv for zero-length inputsEric Biggers
2017-12-08X.509: fix comparisons of ->pkey_algoEric Biggers
2017-12-08X.509: use crypto_shash_digest()Eric Biggers
2017-12-08KEYS: be careful with error codes in public_key_verify_signature()Eric Biggers
2017-12-08pkcs7: use crypto_shash_digest()Eric Biggers
2017-12-08pkcs7: fix check for self-signed certificateEric Biggers
2017-12-08pkcs7: return correct error code if pkcs7_check_authattrs() failsEric Biggers
2017-12-08X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers
2017-11-29crypto: salsa20 - fix blkcipher_walk API usageEric Biggers
2017-11-29crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
2017-11-29crypto: af_alg - fix NULL pointer dereference inEric Biggers
2017-11-29crypto: algif_aead - fix reference counting of null skcipherEric Biggers
2017-11-29crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers
2017-11-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-25crypto: skcipher - Fix skcipher_walk_aead_commonOndrej Mosnáček
2017-11-24crypto: af_alg - remove locking in async callbackStephan Mueller
2017-11-24crypto: algif_aead - skip SGL entries with NULL pageStephan Mueller
2017-11-24Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2017-11-15pkcs7: Set the module licence to prevent taintingDavid Howells
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-10crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers
2017-11-10crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers