summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-12-20crypto: salsa20 - fix blkcipher_walk API usageEric Biggers1-7/+0
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2-3/+8
2017-12-20crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers1-1/+1
2017-12-14X.509: fix comparisons of ->pkey_algoEric Biggers2-2/+2
2017-12-14X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers1-0/+2
2017-11-24crypto: dh - Fix double free of ctx->pEric Biggers1-20/+13
2017-11-24crypto: dh - fix memleak in setkeyTudor-Dan Ambarus1-0/+3
2017-11-21crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers1-0/+8
2017-11-21crypto: dh - Don't permit 'p' to be 0Eric Biggers1-0/+8
2017-11-21Revert "crypto: xts - Add ECB dependency"Sasha Levin1-1/+0
2017-11-15crypto: ccm - preserve the IV bufferRomain Izard1-1/+3
2017-10-27pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn1-0/+3
2017-10-21crypto: xts - Add ECB dependencyMilan Broz1-0/+1
2017-10-18crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu1-3/+5
2017-10-05crypto: drbg - fix freeing of resourcesStephan Mueller1-4/+4
2017-09-27crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller1-1/+3
2017-09-07crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller1-2/+7
2017-08-07crypto: authencesn - Fix digest_null crashHerbert Xu1-0/+5
2017-07-15crypto: rsa-pkcs1pad - use constant time memory comparison for MACsJason A. Donenfeld1-1/+1
2017-07-12crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller1-0/+1
2017-06-14crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef1-4/+2
2017-06-14crypto: drbg - wait for crypto op not signal safeGilad Ben-Yossef1-3/+2
2017-06-14crypto: asymmetric_keys - handle EBUSY due to backlog correctlyGilad Ben-Yossef1-1/+1
2017-06-07crypto: skcipher - Add missing API setkey checksHerbert Xu1-1/+39
2017-05-20crypto: algif_aead - Require setkey before accept(2)Stephan Mueller1-8/+149
2017-04-21crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu1-29/+50
2017-04-21crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu1-6/+6
2017-03-30crypto: algif_hash - avoid zero-sized arrayJiri Slaby1-1/+1
2017-03-18crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann1-0/+2
2017-03-12crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott1-1/+1
2017-02-15crypto: algif_aead - Fix kernel panic on list_delHarsh Jain1-1/+1
2017-02-09crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto1-0/+1
2016-12-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-29/+49
2016-12-08crypto: algif_aead - fix uninitialized variable warningStephan Mueller1-1/+1
2016-12-07crypto: mcryptd - Check mcryptd algorithm compatibilitytim1-7/+12
2016-12-07crypto: algif_aead - fix AEAD tag memory handlingStephan Mueller1-21/+36
2016-12-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-5/+25
2016-11-30crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael1-0/+1
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller1-5/+24
2016-11-25X.509: Fix double free in x509_cert_parse() [ver #3]Andrey Ryabinin1-1/+0
2016-11-22crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copyHerbert Xu1-4/+0
2016-11-22crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu1-1/+1
2016-11-18crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu1-7/+10
2016-10-12kthread: kthread worker API cleanupPetr Mladek1-10/+10
2016-10-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds12-119/+274
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu5-124/+60
2016-10-07Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2016-10-05async_pq_val: fix DMA memory leakJustin Maggard1-4/+4
2016-10-02crypto: testmgr - add guard to dst buffer for ahash_exportJan Stancek1-1/+4
2016-10-02crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček1-1/+1