summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-12-22crypto: gf128mul - remove incorrect commentEric Biggers
2017-12-22crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers
2017-12-22crypto: api - Unexport crypto_larval_lookup()Eric Biggers
2017-12-11crypto: cryptd - make cryptd_max_cpu_qlen module parameter staticColin Ian King
2017-12-11crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers
2017-11-29crypto: chacha20 - Remove cra_alignmaskEric Biggers
2017-11-29crypto: chacha20 - Use unaligned access macros when loading key and IVEric Biggers
2017-11-29crypto: chacha20 - Fix unaligned access when loading constantsEric Biggers
2017-11-29crypto: cryptd - Add cryptd_max_cpu_qlen module parameterJon Maxwell
2017-11-29crypto: remove unused hardirq.hYang Shi
2017-11-29crypto: keywrap - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven
2017-11-29crypto: tcrypt - set assoc in sg_init_aead()Tudor-Dan Ambarus
2017-11-29crypto: replace FSF address with web source in license noticesMartin Kepplinger
2017-11-29crypto: ecc - Fix NULL pointer deref. on no default_rngPierre
2017-11-29crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu
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-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
2017-11-10crypto: dh - Don't permit 'p' to be 0Eric Biggers
2017-11-10crypto: dh - Fix double free of ctx->pEric Biggers
2017-11-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-06crypto: ecdh - remove empty exit()Tudor-Dan Ambarus
2017-11-03crypto: tcrypt - move to generic async completionGilad Ben-Yossef
2017-11-03crypto: testmgr - move to generic async completionGilad Ben-Yossef
2017-11-03crypto: gcm - move to generic async completionGilad Ben-Yossef
2017-11-03crypto: drbg - move to generic async completionGilad Ben-Yossef
2017-11-03crypto: move pub key to generic async completionGilad Ben-Yossef
2017-11-03crypto: algif - move to generic async completionGilad Ben-Yossef
2017-11-03crypto: introduce crypto wait for async opGilad Ben-Yossef
2017-11-03crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef
2017-11-03crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef
2017-11-03crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu
2017-11-03crypto: tcrypt - mark expected switch fall-throughs in do_test()Gustavo A. R. Silva
2017-11-03crypto: gf128mul - The x8_ble multiplication functionsHarsh Jain
2017-11-03crypto: ccm - preserve the IV bufferRomain Izard
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-19Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris
2017-10-18pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn
2017-10-18KEYS: checking the input id parameters before finding asymmetric keyChun-Yi Lee
2017-10-18KEYS: Fix the wrong index when checking the existence of second idChun-Yi Lee
2017-10-12crypto: keywrap - simplify codeStephan Mueller