aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-04-08crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu
2022-04-08crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers
2022-04-08crypto: rsa-pkcs1pad - restore signature length checkEric Biggers
2022-04-08crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers
2022-04-08crypto: rsa-pkcs1pad - only allow with rsaEric Biggers
2022-02-11crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu
2022-01-27crypto: jitter - consider 32 LSB for APTStephan Müller
2021-11-18crypto: pcrypt - Delay write to padata->infoDaniel Jordan
2021-11-18crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann
2021-07-14crypto: sm2 - fix a memory leak in sm2Hongbo Li
2021-07-14crypto: sm2 - remove unnecessary reset operationsTianjia Zhang
2021-07-14crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel
2021-06-16async_xor: check src_offs is not NULL before updating itXiao Ni
2021-05-14async_xor: increase src_offs when dropping destination pageXiao Ni
2021-05-11crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATSEric Biggers
2021-05-11crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel
2021-03-17crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki
2021-03-07crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel
2021-03-04crypto: michael_mic - fix broken misalignment handlingArd Biesheuvel
2021-03-04crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli
2021-01-27crypto: xor - Fix divide error in do_xor_speed()Kirill Tkhai
2021-01-23X.509: Fix crash caused by NULL pointerTianjia Zhang
2021-01-12crypto: asym_tpm: correct zero out potential secretsGreg Kroah-Hartman
2021-01-12crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel
2020-12-30crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel
2020-12-30crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerJason A. Donenfeld
2020-12-26crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-10-08X.509: Fix modular build of public_key_sm2Herbert Xu
2020-10-08crypto: xor - Remove unused variable count in do_xor_speedNathan Chancellor
2020-10-08X.509: fix error return value on the failed pathTianjia Zhang
2020-10-02crypto: xor - use ktime for template benchmarkingArd Biesheuvel
2020-10-02crypto: xor - defer load time benchmark to a later timeArd Biesheuvel
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationTianjia Zhang
2020-09-25X.509: support OSCCA certificate parseTianjia Zhang
2020-09-25crypto: sm2 - add SM2 test vectors to testmgrTianjia Zhang
2020-09-25crypto: testmgr - Fix potential memory leak in test_akcipher_one()Tianjia Zhang
2020-09-25crypto: testmgr - support test with different ciphertext per encryptionTianjia Zhang
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang
2020-09-25crypto: sm3 - export crypto_sm3_final functionTianjia Zhang
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova
2020-09-25crypto: proc - Removing some useless only space linesCorentin Labbe
2020-09-24md/raid6: let async recovery function support different page offsetYufen Yu
2020-09-24md/raid6: let syndrome computor support different page offsetYufen Yu
2020-09-24md/raid5: add new xor function to support different page offsetYufen Yu
2020-09-18crypto: Kconfig - mark unused ciphers as obsoleteArd Biesheuvel
2020-09-11crypto: cbc - Remove cbc.hHerbert Xu
2020-09-11crypto: arc4 - mark ecb(arc4) skcipher as obsoleteArd Biesheuvel
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds