summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2018-01-12crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann
2018-01-12crypto: aead - prevent using AEADs without setting keyEric Biggers
2018-01-12crypto: skcipher - prevent using skciphers without setting keyEric Biggers
2018-01-12crypto: ghash - remove checks for key being setEric Biggers
2018-01-12crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-01-12crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-01-12crypto: mcryptd - pass through absence of ->setkey()Eric Biggers
2018-01-12crypto: cryptd - pass through absence of ->setkey()Eric Biggers
2018-01-12crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2018-01-12crypto: tcrypt - free xoutbuf instead of axbufColin Ian King
2018-01-12crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"Colin Ian King
2018-01-12crypto: af_alg - whitelist mask and typeStephan Mueller
2018-01-12crypto: testmgr - change `guard` to unsigned charJoey Pabalinas
2018-01-05crypto: poly1305 - remove cra_alignmaskEric Biggers
2018-01-05crypto: poly1305 - use unaligned access macros to output digestEric Biggers
2018-01-05crypto: algapi - remove unused notificationsEric Biggers
2018-01-05crypto: algapi - convert cra_refcnt to refcount_tEric Biggers
2017-12-28crypto: tcrypt - add multibuf aead speed testGilad Ben-Yossef
2017-12-28crypto: tcrypt - add multibuf skcipher speed testGilad Ben-Yossef
2017-12-28crypto: tcrypt - add multi buf ahash jiffies testGilad Ben-Yossef
2017-12-28crypto: tcrypt - allow setting num of bufsGilad Ben-Yossef
2017-12-28crypto: tcrypt - fix AEAD decryption speed testGilad Ben-Yossef
2017-12-28crypto: tcrypt - use multi buf for ahash mb testGilad Ben-Yossef
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-12-22crypto: seqiv - Remove unused alg/spawn variableCorentin Labbe
2017-12-22crypto: echainiv - Remove unused alg/spawn variableCorentin Labbe
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-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-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-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: 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