summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.19.167' into v4.19-rt-workTom Zanussi2021-02-041-1/+2
|\
| * crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel2021-01-121-1/+2
* | Merge tag 'v4.19.164' into v4.19-rt-workTom Zanussi2021-01-062-7/+12
|\ \ | |/
| * crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel2020-12-301-4/+5
| * crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers2020-12-301-3/+7
* | Merge tag 'v4.19.153' into v4.19-rt-workTom Zanussi2020-11-242-4/+5
|\ \ | |/
| * crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu2020-10-291-1/+1
| * crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu2020-10-291-3/+4
* | Merge tag 'v4.19.132' into v4.19-rt-workTom Zanussi2020-07-134-33/+20
|\ \ | |/
| * crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu2020-07-094-33/+20
* | Merge tag 'v4.19.130' into v4.19-rt-workTom Zanussi2020-07-132-7/+1
|\ \ | |/
| * crypto: algboss - don't wait during notifier callbackEric Biggers2020-06-251-2/+0
| * crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu2020-06-251-5/+1
* | Merge tag 'v4.19.124' into v4.19-rt-workTom Zanussi2020-05-202-4/+4
|\ \ | |/
| * gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds2020-05-202-4/+4
* | Merge tag 'v4.19.103' into v4.19-rtSteven Rostedt (VMware)2020-02-145-22/+14
|\ \ | |/
| * crypto: api - Fix race condition in crypto_spawn_algHerbert Xu2020-02-113-14/+6
| * crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu2020-02-111-1/+0
| * crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu2020-02-111-4/+2
| * crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu2020-02-051-1/+2
| * crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu2020-02-011-2/+4
* | Merge tag 'v4.19.100' into v4.19-rtSteven Rostedt (VMware)2020-01-312-4/+4
|\ \ | |/
| * crypto: tgr192 - fix unaligned memory accessEric Biggers2020-01-271-3/+3
| * pcrypt: use format specifier in kobject_addColin Ian King2020-01-271-1/+1
* | Merge tag 'v4.19.90' into v4.19-rtSteven Rostedt (VMware)2019-12-183-19/+32
|\ \ | |/
| * crypto: user - fix memory leak in crypto_reportNavid Emamdoost2019-12-131-1/+3
| * crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel2019-12-131-1/+2
| * crypto: af_alg - cast ki_complete ternary op to intAyush Sawal2019-12-131-1/+1
| * crypto: ecc - check for invalid values in the key verification testVitaly Chikunov2019-12-131-16/+26
* | Merge tag 'v4.19.88' into v4.19-rtSteven Rostedt (VMware)2019-12-181-17/+20
|\ \ | |/
| * crypto: user - support incremental algorithm dumpsEric Biggers2019-12-051-17/+20
* | Merge tag 'v4.19.87' into v4.19-rtSteven Rostedt (VMware)2019-12-131-3/+3
|\ \ | |/
| * crypto: testmgr - fix sizeof() on COMP_BUF_SIZEMichael Schupikov2019-12-011-3/+3
* | Merge tag 'v4.19.86' into v4.19-rtSteven Rostedt (VMware)2019-12-132-12/+4
|\ \ | |/
| * crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni2019-11-201-9/+0
| * crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2019-11-201-3/+4
* | Merge tag 'v4.19.79' into v4.19-rtSteven Rostedt (VMware)2019-10-141-19/+23
|\ \ | |/
| * crypto: skcipher - Unmap pages after an external errorHerbert Xu2019-10-111-19/+23
* | Merge tag 'v4.19.72' into v4.19-rtSteven Rostedt (VMware)2019-09-144-13/+36
|\ \ | |/
| * crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers2019-07-261-11/+19
| * crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers2019-07-261-1/+7
| * crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann2019-07-261-0/+3
| * crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann2019-07-261-1/+7
* | Merge tag 'v4.19.59' into v4.19-rtSteven Rostedt (VMware)2019-07-192-0/+4
|\ \ | |/
| * crypto: cryptd - Fix skcipher instance memory leakVincent Whitchurch2019-07-101-0/+1
| * crypto: user - prevent operating on larval algorithmsEric Biggers2019-07-101-0/+3
* | Merge tag 'v4.19.47' into v4.19-rtSteven Rostedt (VMware)2019-06-146-61/+43
|\ \ | |/
| * crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers2019-05-221-26/+18
| * crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers2019-05-221-23/+11
| * crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers2019-05-221-7/+4