summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: dh - Fix double free of ctx->pEric Biggers2017-11-241-20/+13
* crypto: dh - fix memleak in setkeyTudor-Dan Ambarus2017-11-241-0/+3
* crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers2017-11-211-0/+8
* crypto: dh - Don't permit 'p' to be 0Eric Biggers2017-11-211-0/+8
* Revert "crypto: xts - Add ECB dependency"Sasha Levin2017-11-211-1/+0
* crypto: ccm - preserve the IV bufferRomain Izard2017-11-151-1/+3
* 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: drbg - fix freeing of resourcesStephan Mueller2017-10-051-4/+4
* 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: rsa-pkcs1pad - use constant time memory comparison for MACsJason A. Donenfeld2017-07-151-1/+1
* crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller2017-07-121-0/+1
* crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef2017-06-141-4/+2
* crypto: drbg - wait for crypto op not signal safeGilad Ben-Yossef2017-06-141-3/+2
* crypto: asymmetric_keys - handle EBUSY due to backlog correctlyGilad Ben-Yossef2017-06-141-1/+1
* crypto: skcipher - Add missing API setkey checksHerbert Xu2017-06-071-1/+39
* crypto: algif_aead - Require setkey before accept(2)Stephan Mueller2017-05-201-8/+149
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-211-29/+50
* crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu2017-04-211-6/+6
* crypto: algif_hash - avoid zero-sized arrayJiri Slaby2017-03-301-1/+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: algif_aead - Fix kernel panic on list_delHarsh Jain2017-02-141-1/+1
* crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-02-091-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-102-29/+49
|\
| * crypto: algif_aead - fix uninitialized variable warningStephan Mueller2016-12-081-1/+1
| * crypto: mcryptd - Check mcryptd algorithm compatibilitytim2016-12-071-7/+12
| * crypto: algif_aead - fix AEAD tag memory handlingStephan Mueller2016-12-071-21/+36
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-052-5/+25
|\|
| * crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael2016-11-301-0/+1
| * crypto: drbg - prevent invalid SG mappingsStephan Mueller2016-11-301-5/+24
* | X.509: Fix double free in x509_cert_parse() [ver #3]Andrey Ryabinin2016-11-251-1/+0
|/
* crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copyHerbert Xu2016-11-221-4/+0
* crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu2016-11-221-1/+1
* crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu2016-11-181-7/+10
* kthread: kthread worker API cleanupPetr Mladek2016-10-111-10/+10
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-10-1012-119/+274
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-105-124/+60
| |\
| | * crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri2016-10-021-12/+1
| * | crypto: testmgr - add guard to dst buffer for ahash_exportJan Stancek2016-10-021-1/+4
| * | crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2016-10-021-1/+1
| * | crypto: squash lines for simple wrapper functionsMasahiro Yamada2016-09-132-10/+2
| * | crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu2016-09-071-12/+61
| * | crypto: engine - permit to enqueue ashash_requestCorentin LABBE2016-09-071-38/+148
| * | crypto: engine - move crypto engine to its own headerCorentin LABBE2016-09-071-0/+1
| * | crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller2016-08-312-0/+13
| * | crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unsetHerbert Xu2016-08-311-4/+5