summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2017-10-192-1/+6
|\
| * pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn2017-10-181-0/+3
| * KEYS: checking the input id parameters before finding asymmetric keyChun-Yi Lee2017-10-181-0/+2
| * KEYS: Fix the wrong index when checking the existence of second idChun-Yi Lee2017-10-181-1/+1
* | crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu2017-10-111-3/+5
* | crypto: skcipher - Fix crash on zero-length inputHerbert Xu2017-10-071-6/+11
* | crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unalignedJia-Ju Bai2017-10-071-1/+1
* | crypto: xts - Fix an error handling path in 'create()'Christophe Jaillet2017-10-071-2/+4
|/
* crypto: af_alg - update correct dst SGL entryStephan Mueller2017-09-201-2/+2
* crypto: drbg - fix freeing of resourcesStephan Mueller2017-09-201-4/+4
* crypto: af_alg - get_page upon reassignment to TX SGLStephan Mueller2017-08-221-4/+2
* crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent2017-08-221-0/+29
* crypto: algif_aead - fix comment regarding memory layoutStephan Mueller2017-08-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-08-222-2/+14
|\
| * crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller2017-08-221-2/+7
| * crypto: testmgr - add chunked test cases for chacha20Ard Biesheuvel2017-08-221-0/+7
| * crypto: chacha20 - fix handling of chunked inputArd Biesheuvel2017-08-221-2/+7
* | crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-093-1262/+770
* | crypto: serpent - improve __serpent_setkey with UBSANArnd Bergmann2017-08-091-36/+41
* | crypto: algif_aead - copy AAD from src to dstStephan Mueller2017-08-092-23/+162
* | crypto: algif - return error code when no data was processedStephan Mueller2017-08-092-2/+6
* | crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-042-10/+5
* | crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-041-10/+15
* | crypto: scompress - defer allocation of scratch buffer to first useArd Biesheuvel2017-08-031-29/+17
* | crypto: scompress - free partially allocated scratch buffers on failureArd Biesheuvel2017-08-031-1/+4
* | crypto: scompress - don't sleep with preemption disabledArd Biesheuvel2017-08-031-3/+1
* | crypto: ecdh - fix concurrency on shared secret and pubkeyTudor-Dan Ambarus2017-08-031-18/+33
* | crypto: tcrypt - remove AES-XTS-192 speed testsHoria Geantă2017-08-031-4/+4
* | crypto: rng - ensure that the RNG is ready before usingJason A. Donenfeld2017-07-281-2/+4
* | crypto: algif_aead - overhaul memory managementStephan Mueller2017-07-281-324/+442
* | crypto: algif_skcipher - overhaul memory managementStephan Mueller2017-07-281-282/+279
|/
* crypto: authencesn - Fix digest_null crashHerbert Xu2017-07-181-0/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-07-141-1/+1
|\
| * NetworkingHerbert Xu2017-07-121-1/+1
* | Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-07-081-3/+2
|\ \
| * | async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel2017-05-161-3/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-1/+1
|\ \ \
| * | | net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-07-0519-117/+397
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-07-053-8/+5
| |\ \
| | * | crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller2017-06-221-0/+1
| * | | crypto: testmgr - Reenable sha1/aes in FIPS modeHerbert Xu2017-06-281-0/+1
| * | | crypto: testmgr - add testvector for pkcs1pad(rsa)Stephan Mueller2017-06-202-4/+125
| * | | crypto: rsa-pkcs1pad - use constant time memory comparison for MACsJason A. Donenfeld2017-06-201-1/+1
| * | | crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE2017-06-191-10/+13
| * | | crypto: testmgr - use consistent format for errorsGilad Ben-Yossef2017-06-191-9/+9
| * | | crypto: algapi - Use pr_err common logging style.Karim Eshapa2017-06-191-1/+1
| * | | crypto: aes_ti - fix comment for MixColumns stepEric Biggers2017-06-191-1/+1
| * | | crypto: testmgr - add genkey kpp testTudor-Dan Ambarus2017-06-102-11/+112