summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2020-02-07Merge tag 'v4.14.164' into 4.14-2.3.x-imxMarcel Ziswiler
2019-12-17crypto: user - fix memory leak in crypto_reportNavid Emamdoost
2019-12-17crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel
2019-12-17crypto: af_alg - cast ki_complete ternary op to intAyush Sawal
2019-12-17crypto: ecc - check for invalid values in the key verification testVitaly Chikunov
2019-12-05crypto: user - support incremental algorithm dumpsEric Biggers
2019-11-20crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni
2019-10-11crypto: skcipher - Unmap pages after an external errorHerbert Xu
2019-07-31crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers
2019-07-31crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers
2019-07-31crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann
2019-07-31crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann
2019-07-10crypto: cryptd - Fix skcipher instance memory leakVincent Whitchurch
2019-07-10crypto: user - prevent operating on larval algorithmsEric Biggers
2019-05-21crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers
2019-05-21crypto: salsa20 - don't access already-freed walk.ivEric Biggers
2019-05-21crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers
2019-05-21crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers
2019-05-21crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers
2019-05-21crypto: chacha20poly1305 - set cra_name correctlyEric Biggers
2019-05-14crypto: tcrypt - add multibuf skcipher speed testGilad Ben-Yossef
2019-05-14crypto: tcrypt - add multi buf ahash jiffies testGilad Ben-Yossef
2019-05-14crypto: tcrypt - allow setting num of bufsMircea Pop
2019-05-14crypto: tcrypt - fix AEAD decryption speed testGilad Ben-Yossef
2019-05-14crypto: tcrypt - use multi buf for ahash mb testGilad Ben-Yossef
2019-05-14crypto: tcrypt - set assoc in sg_init_aead()Tudor-Dan Ambarus
2019-05-14crypto: tcrypt - move to generic async completionGilad Ben-Yossef
2019-05-14crypto: testmgr - move to generic async completionGilad Ben-Yossef
2019-05-14crypto: gcm - move to generic async completionMircea Pop
2019-05-14crypto: drbg - move to generic async completionGilad Ben-Yossef
2019-05-14crypto: move pub key to generic async completionGilad Ben-Yossef
2019-05-14crypto: algif - move to generic async completionGilad Ben-Yossef
2019-05-14crypto: introduce crypto wait for async opGilad Ben-Yossef
2019-05-14crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef
2019-05-14crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers
2019-03-23crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers
2019-03-23crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers
2019-02-23net: crypto set sk to NULL when af_alg_release.Mao Wenan
2019-02-12crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers
2019-02-12MLK-19826: crypto: ecdh - fix typo of P-192 b valueStephan Mueller
2019-02-12MLK-19365: Revert "crypto: testmgr - Disable rfc4543 test"Franck LENORMAND
2019-02-12MLK-19365: crypto: tcrypt - remove remnants of pcomp-based zlibFranck LENORMAND
2019-02-12MLK-19365: crypto: ccm: Cache aligned auth_dataFranck LENORMAND
2019-02-12MLK-19365: crypto: gcm: Cache aligned auth_dataFranck LENORMAND
2019-02-12MLK-19365: crypto: tcrypt: Remove testing of hmac(crc32)Franck LENORMAND
2019-02-12MLK-19434: crypto: testmgr: Add log printing once if disabledFranck LENORMAND
2019-02-12crypto: ecdh - add public key verification testStephan Mueller