Commit Graph

2261 Commits (urubino)

Author SHA1 Message Date
Simon1511 34c64e7c67 Import A525FXXU3AUG4 3 years ago
Herbert Xu 687ca6afda crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() 4 years ago
Eric Biggers b1c6e15856 crypto: algboss - don't wait during notifier callback 4 years ago
Herbert Xu 29b13c0140 crypto: algif_skcipher - Cap recv SG list at ctx->used 4 years ago
Linus Torvalds 778e0dad72 gcc-10: avoid shadowing standard library 'free()' in crypto 4 years ago
Herbert Xu 90060df5c2 crypto: api - Fix race condition in crypto_spawn_alg 4 years ago
Herbert Xu 3b7b3a5797 crypto: pcrypt - Do not clear MAY_SLEEP flag in original request 4 years ago
Herbert Xu 4fa9dd9ce2 crypto: api - Check spawn->alg under lock in crypto_drop_spawn 4 years ago
Herbert Xu db4d8e42ec crypto: pcrypt - Fix user-after-free on module unload 4 years ago
Herbert Xu 713ff7e4d6 crypto: af_alg - Use bh_lock_sock in sk_destruct 4 years ago
Eric Biggers 478428c997 crypto: tgr192 - fix unaligned memory access 4 years ago
Colin Ian King 8a0c3bc2cf pcrypt: use format specifier in kobject_add 4 years ago
Navid Emamdoost 41b3b8e077 crypto: user - fix memory leak in crypto_report 4 years ago
Ard Biesheuvel cfb63e86ff crypto: ecdh - fix big endian bug in ECC library 4 years ago
Ayush Sawal 9fdc6de63a crypto: af_alg - cast ki_complete ternary op to int 4 years ago
Vitaly Chikunov 7291f13968 crypto: ecc - check for invalid values in the key verification test 4 years ago
Eric Biggers d98de9d9b8 crypto: user - support incremental algorithm dumps 5 years ago
Dan Aloni 6081558fa8 crypto: fix a memory leak in rsa-kcs1pad's encryption mode 5 years ago
Herbert Xu 61a2c2c944 crypto: skcipher - Unmap pages after an external error 5 years ago
Eric Biggers cdfa9f4533 crypto: chacha20poly1305 - fix atomic sleep when using async algorithm 5 years ago
Eric Biggers b91ea84bfe crypto: ghash - fix unaligned memory access in ghash_setkey() 5 years ago
Arnd Bergmann 109d149795 crypto: asymmetric_keys - select CRYPTO_HASH where needed 5 years ago
Arnd Bergmann 46e4dbc338 crypto: serpent - mark __serpent_setkey_sbox noinline 5 years ago
Vincent Whitchurch a86c45d26c crypto: cryptd - Fix skcipher instance memory leak 5 years ago
Eric Biggers d06037bc12 crypto: user - prevent operating on larval algorithms 5 years ago
Eric Biggers 654a509d8e crypto: ccm - fix incompatibility between "ccm" and "ccm_base" 5 years ago
Eric Biggers c4cf8de702 crypto: salsa20 - don't access already-freed walk.iv 5 years ago
Eric Biggers b5344a0e50 crypto: gcm - fix incompatibility between "gcm" and "gcm_base" 5 years ago
Eric Biggers e4bd7d1d28 crypto: crct10dif-generic - fix use via crypto_shash_digest() 5 years ago
Eric Biggers d418ee2c4f crypto: skcipher - don't WARN on unprocessed data after slow walk step 5 years ago
Eric Biggers 559c1730fe crypto: chacha20poly1305 - set cra_name correctly 5 years ago
Eric Biggers 4de25ac0e2 crypto: x86/poly1305 - fix overflow during partial reduction 5 years ago
Eric Biggers 05c0283950 crypto: pcbc - remove bogus memcpy()s with src == dest 5 years ago
Eric Biggers 29ef5d0ff3 crypto: testmgr - skip crc32c context test for ahash algorithms 5 years ago
Eric Biggers 3a48ec7084 crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails 5 years ago
Eric Biggers 09024fed4e crypto: ahash - fix another early termination in hash walk 5 years ago
Mao Wenan 6e4c01ee78 net: crypto set sk to NULL when af_alg_release. 5 years ago
Eric Biggers e867d75658 crypto: aes_ti - disable interrupts while accessing S-box 5 years ago
Eric Biggers b9119fd274 crypto: authenc - fix parsing key with misaligned rta_len 5 years ago
Harsh Jain d196d2fdc0 crypto: authencesn - Avoid twice completion call in decrypt path 5 years ago
Eric Biggers 5f2fd5217a UPSTREAM: crypto: adiantum - initialize crypto_spawn::inst 5 years ago
Eric Biggers 28fd5a0a7f UPSTREAM: crypto: adiantum - fix leaking reference to hash algorithm 5 years ago
Eric Biggers 3793d91c43 UPSTREAM: crypto: adiantum - adjust some comments to match latest paper 5 years ago
Eric Biggers 822362350d UPSTREAM: crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instance 5 years ago
Eric Biggers 3975a6faad BACKPORT, FROMGIT: crypto: adiantum - add Adiantum support 6 years ago
Eric Biggers 7db2b9c516 BACKPORT, FROMGIT: crypto: nhpoly1305 - add NHPoly1305 support 6 years ago
Eric Biggers daa2c34e09 FROMGIT: crypto: poly1305 - add Poly1305 core API 6 years ago
Eric Biggers 14b22e55f1 FROMGIT: crypto: poly1305 - use structures for key and accumulator 6 years ago
Eric Biggers 4c11fdd701 BACKPORT, FROMGIT: crypto: chacha - add XChaCha12 support 6 years ago
Eric Biggers fd5e6015bc BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying number of rounds 6 years ago