summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers2019-03-231-10/+4
* crypto: ahash - fix another early termination in hash walkEric Biggers2019-03-231-7/+7
* crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers2019-01-261-3/+11
* crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain2019-01-261-1/+1
* crypto: cts - fix crash on short inputsEric Biggers2019-01-161-4/+4
* crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek2018-11-211-1/+6
* crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unalignedJia-Ju Bai2018-11-101-1/+1
* crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2018-10-102-0/+3
* crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-31/+26
* crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-28/+26
* crypto: vmac - separate tfm and request contextEric Biggers2018-08-171-227/+181
* crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers2018-08-171-0/+4
* crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-061-0/+1
* crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-061-0/+1
* crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet2018-05-161-4/+4
* async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel2018-04-131-3/+2
* crypto: ahash - Fix early termination in hash walkHerbert Xu2018-04-081-3/+4
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-02-161-12/+5
* crypto: cryptd - pass through absence of ->setkey()Eric Biggers2018-02-161-1/+2
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-02-161-0/+11
* crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu2018-02-161-2/+4
* crypto: af_alg - whitelist mask and typeStephan Mueller2018-02-031-4/+6
* crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers2018-01-171-0/+12
* crypto: pcrypt - fix freeing pcrypt instancesEric Biggers2018-01-101-9/+10
* crypto: chacha20poly1305 - validate the digest sizeEric Biggers2018-01-101-1/+5
* crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2018-01-021-13/+10
* crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu2017-12-201-2/+4
* crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2017-12-201-7/+0
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-12-202-3/+8
* X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers2017-12-161-0/+2
* Revert "crypto: xts - Add ECB dependency"Sasha Levin2017-11-211-1/+0
* PKCS#7: fix unitialized boolean 'want'Colin Ian King2017-11-151-1/+1
* pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn2017-10-271-0/+3
* crypto: xts - Add ECB dependencyMilan Broz2017-10-211-0/+1
* crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu2017-10-181-3/+5
* crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller2017-09-271-1/+3
* crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller2017-09-071-2/+7
* crypto: authencesn - Fix digest_null crashHerbert Xu2017-08-061-0/+5
* crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef2017-06-141-4/+2
* crypto: algif_aead - Require setkey before accept(2)Stephan Mueller2017-05-201-8/+149
* crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand2017-05-021-2/+3
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-211-29/+50
* crypto: algif_hash - avoid zero-sized arrayJiri Slaby2017-03-301-1/+1
* crypto: mcryptd - Fix load failureWang, Rui Y2017-03-261-0/+1
* crypto: cryptd - Assign statesize properlyWang, Rui Y2017-03-261-0/+1
* crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann2017-03-181-0/+2
* crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott2017-03-121-1/+1
* crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-02-091-0/+1
* crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael2016-12-151-0/+1
* crypto: mcryptd - Check mcryptd algorithm compatibilitytim2016-12-151-7/+12