aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-07-08Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds19-117/+397
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu3-8/+5
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-28crypto: testmgr - Reenable sha1/aes in FIPS modeHerbert Xu1-0/+1
2017-06-22crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller1-0/+1
2017-06-20crypto: testmgr - add testvector for pkcs1pad(rsa)Stephan Mueller2-4/+125
2017-06-20crypto: rsa-pkcs1pad - use constant time memory comparison for MACsJason A. Donenfeld1-1/+1
2017-06-19crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE1-10/+13
2017-06-19crypto: testmgr - use consistent format for errorsGilad Ben-Yossef1-9/+9
2017-06-19crypto: algapi - Use pr_err common logging style.Karim Eshapa1-1/+1
2017-06-19crypto: aes_ti - fix comment for MixColumns stepEric Biggers1-1/+1
2017-06-10crypto: testmgr - add genkey kpp testTudor-Dan Ambarus2-11/+112
2017-06-10crypto: ecdh - add privkey generation supportTudor-Dan Ambarus5-4/+80
2017-06-10X.509: Fix error code in x509_cert_parse()Dan Carpenter1-0/+1
2017-06-10crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller1-0/+1
2017-06-10crypto: pkcs1pad - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus1-8/+2
2017-06-10crypto: rsa - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus1-2/+2
2017-06-10crypto: ecdh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus1-4/+3
2017-06-10crypto: dh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus1-1/+1
2017-06-10crypto: dh - fix memleak in setkeyTudor-Dan Ambarus1-0/+3
2017-06-10crypto: ecc - rename ecdh_make_pub_key()Tudor-Dan Ambarus3-7/+7
2017-06-10crypto: ecc - remove unnecessary castsTudor-Dan Ambarus3-25/+22
2017-06-10crypto: ecc - remove unused function argumentsTudor-Dan Ambarus3-21/+11
2017-06-10crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus5-11/+13
2017-06-10crypto: rng - Remove unused function __crypto_rng_cast()Matthias Kaehlcke1-5/+0
2017-06-09crypto : asymmetric_keys : verify_pefile:zero memory content before freeingLoganaden Velvindron1-2/+2
2017-06-09X.509: Fix error code in x509_cert_parse()Dan Carpenter1-0/+1
2017-05-23crypto: hmac - add hmac IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef1-4/+2
2017-05-23crypto: drbg - wait for crypto op not signal safeGilad Ben-Yossef1-3/+2
2017-05-23crypto: asymmetric_keys - handle EBUSY due to backlog correctlyGilad Ben-Yossef1-1/+1
2017-05-18crypto: tcrypt - don't disable irqs and waitGilad Ben-Yossef1-4/+0
2017-05-18crypto: skcipher - Add missing API setkey checksHerbert Xu1-1/+39
2017-05-16async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel1-3/+2
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-3/+1
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds6-19/+293
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+3
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds20-426/+890
2017-04-24crypto: algif_aead - Require setkey before accept(2)Stephan Mueller1-8/+149
2017-04-24crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu3-17/+129
2017-04-24crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu1-0/+29
2017-04-24crypto: testmgr - Allow ecb(cipher_null) in FIPS modeMilan Broz1-0/+1
2017-04-21crypto: testmgr - replace compression known answer testGiovanni Cabiddu1-3/+26
2017-04-21crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu1-0/+29
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-35/+88
2017-04-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-35/+88
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+2
2017-04-10crypto: lz4 - fixed decompress function to return error codeMyungho Jung2-2/+2
2017-04-10crypto: af_alg - Allow arbitrarily long algorithm namesHerbert Xu1-2/+2
2017-04-10crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu1-9/+9
2017-04-10crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu1-6/+6
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu1-29/+50
2017-04-10crypto: lrw - Fix use-after-free on EINPROGRESSHerbert Xu1-0/+16
2017-04-10crypto: xts - Fix use-after-free on EINPROGRESSHerbert Xu1-0/+16
2017-04-05crypto: xts - drop gf128mul dependencyOndrej Mosnáček1-1/+0
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček1-19/+19
2017-04-05crypto: gf128mul - define gf128mul_x_* in gf128mul.hOndrej Mosnáček1-32/+1
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-4/+10
2017-04-04KEYS: Keyring asymmetric key restrict method with chainingMat Martineau2-45/+144
2017-04-04KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau2-1/+105
2017-04-04KEYS: Add a lookup_restriction function for the asymmetric key typeMat Martineau1-8/+44
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau1-3/+5
2017-04-03PKCS#7: Handle blacklisted certificatesDavid Howells2-8/+25
2017-04-03X.509: Allow X.509 certs to be blacklistedDavid Howells2-0/+16
2017-03-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-4/+10
2017-03-24crypto: DRBG - initialize SGL only onceStephan Mueller1-3/+2
2017-03-24crypto: testmgr - mark ctr(des3_ede) as fips_allowedMarcelo Cerri1-0/+1
2017-03-24md5: remove from lib and only live in cryptoJason A. Donenfeld1-1/+94
2017-03-24crypto: powerpc - Stress test for vpmsum implementationsDaniel Axtens1-0/+8
2017-03-24crypto: powerpc - Add CRC-T10DIF accelerationDaniel Axtens1-0/+9
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2-8/+10
2017-03-24crypto: xts,lrw - fix out-of-bounds write after kmalloc failureEric Biggers2-4/+10
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells2-8/+10
2017-03-09crypto: ctr - Propagate NEED_FALLBACK bitMarcelo Cerri1-5/+18
2017-03-09crypto: cbc - Propagate NEED_FALLBACK bitMarcelo Cerri1-2/+13
2017-03-09crypto: testmgr - constify all test vectorsEric Biggers2-286/+297
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers2-2/+4
2017-03-09crypto: algapi - annotate expected branch behavior in crypto_inc()Ard Biesheuvel1-2/+2
2017-03-09crypto: gf128mul - constify 4k and 64k multiplication tablesEric Biggers1-3/+3
2017-03-09crypto: gf128mul - rename the byte overflow tablesEric Biggers1-17/+32
2017-03-09crypto: gf128mul - remove xx() macroEric Biggers1-10/+8
2017-03-09crypto: gf128mul - fix some commentsEric Biggers1-6/+7
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-9/+12
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar4-2/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar1-0/+1
2017-03-01crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott1-1/+1
2017-02-28crypto: ccm - move cbcmac input off the stackArd Biesheuvel1-2/+3
2017-02-27crypto: xts - Propagate NEED_FALLBACK bitHerbert Xu1-6/+8
2017-02-24crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt3-68/+120
2017-02-23crypto: xts - Add ECB dependencyMilan Broz1-0/+1
2017-02-15crypto: ccm - drop unnecessary minimum 32-bit alignmentArd Biesheuvel1-2/+1
2017-02-15crypto: ccm - honour alignmask of subordinate MAC cipherArd Biesheuvel1-8/+10
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel7-32/+52
2017-02-11crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann1-0/+2
2017-02-11crypto: ccm - switch to separate cbcmac driverArd Biesheuvel2-137/+245
2017-02-11crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel2-0/+67
2017-02-11crypto: aes - add generic time invariant AES cipherArd Biesheuvel3-0/+393
2017-02-11crypto: aes-generic - drop alignment requirementArd Biesheuvel1-32/+32
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-1/+2
2017-02-03crypto: algif_aead - Fix kernel panic on list_delHarsh Jain1-1/+1
2017-01-23crypto: tcrypt - Add debug printsRabin Vincent1-0/+6
2017-01-23crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto1-0/+1
2017-01-13crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel2-1101/+204
2017-01-13crypto: testmgr - Allocate only the required output size for hash testsAndrew Lutomirski1-4/+5
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza13-20/+33
2017-01-13crypto: testmgr - use kmemdup instead of kmalloc+memcpyEric Biggers1-4/+2
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel1-8/+12
2016-12-27crypto: algif_hash - avoid zero-sized arrayJiri Slaby1-1/+1
2016-12-27crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel1-43/+30
2016-12-27crypto: testmgr - Use heap buffer for acomp test inputLaura Abbott1-2/+28
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds1-12/+2
2016-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-1/+4
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds40-963/+3300
2016-12-14crypto: skcipher - fix crash in virtual walkArd Biesheuvel1-1/+3
2016-12-14crypto: asymmetric_keys - set error code on failurePan Bian1-0/+1
2016-12-13crypto: doc - clarify AEAD memory structureStephan Mueller1-12/+2
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-29/+49
2016-12-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-29/+49
2016-12-08crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel1-1/+1
2016-12-08crypto: algif_aead - fix uninitialized variable warningStephan Mueller1-1/+1
2016-12-07crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel1-28/+42
2016-12-07crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel1-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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+25
2016-12-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-5/+25
2016-12-01crypto: algif_aead - fix AIO handling of zero bufferStephan Mueller1-2/+3
2016-12-01crypto: algif_skcipher - set error code when kcalloc failsPan Bian1-1/+3
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu1-3/+30
2016-11-30crypto: skcipher - fix crash in skcipher_walk_aead()Ard Biesheuvel1-0/+2
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu4-16/+35
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-28crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers1-3/+8
2016-11-28crypto: cbc - Export CBC implementationHerbert Xu1-127/+2
2016-11-28crypto: cbc - Convert to skcipherHerbert Xu1-104/+138
2016-11-28crypto: aesni - Convert to skcipherHerbert Xu1-4/+3
2016-11-28crypto: testmgr - Do not test internal algorithmsHerbert Xu2-150/+11
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu1-1/+1
2016-11-28crypto: pcbc - Convert to skcipherHerbert Xu1-92/+109
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu3-0/+232
2016-11-28crypto: cryptd - Add support for skcipherHerbert Xu1-2/+282
2016-11-28crypto: api - Do not clear type bits in crypto_larval_lookupHerbert Xu1-1/+1
2016-11-28crypto: xts - Convert to skcipherHerbert Xu1-155/+392
2016-11-28crypto: lrw - Convert to skcipherHerbert Xu1-127/+380
2016-11-28crypto: skcipher - Add skcipher walk interfaceHerbert Xu1-0/+511
2016-11-28crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare1-1/+1
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+1
2016-11-25X.509: Fix double free in x509_cert_parse() [ver #3]Andrey Ryabinin1-1/+0
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+10
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-21crypto: drbg - advance output buffer pointerStephan Mueller1-0/+1
2016-11-18crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu1-7/+10
2016-11-17crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope1-2/+2
2016-11-17crypto: jitterentropy - drop duplicate header module.hGeliang Tang1-1/+0
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong2-14/+13
2016-11-13crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope1-55/+0
2016-11-13crypto: dh - Consistenly return negative error codesMat Martineau1-1/+1
2016-11-13crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld1-19/+15
2016-11-01crypto: cryptd - Remove unused but set variable 'tfm'Tobias Klauser1-2/+0
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers7-7/+7
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers7-21/+21
2016-11-01crypto: acomp - fix dependency in MakefileGiovanni Cabiddu1-2/+3
2016-10-25crypto: acomp - update testmgr with support for acompGiovanni Cabiddu1-13/+145
2016-10-25crypto: acomp - add support for deflate via scompGiovanni Cabiddu2-10/+102
2016-10-25crypto: acomp - add support for 842 via scompGiovanni Cabiddu2-2/+80
2016-10-25crypto: acomp - add support for lz4hc via scompGiovanni Cabiddu2-10/+83
2016-10-25crypto: acomp - add support for lz4 via scompGiovanni Cabiddu2-10/+82
2016-10-25crypto: acomp - add support for lzo via scompGiovanni Cabiddu2-15/+83
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu3-2/+410
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu4-0/+149
2016-10-25crypto: engine - Handle the kthread worker using the new APIPetr Mladek1-15/+11
2016-10-25crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun1-1/+1
2016-10-21crypto: cmac - fix alignment of 'consts'Eric Biggers1-4/+9
2016-10-21crypto: cmac - return -EINVAL if block size is unsupportedEric Biggers1-0/+1
2016-10-21crypto: api - Remove no-op exit_ops codeEric Biggers4-29/+2
2016-10-21crypto: api - Fix Kconfig dependencies for FIPSAlec Ari1-1/+1
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-10/+10
2016-10-10Merge 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-06Merge 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
2016-10-02crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri1-12/+1
2016-09-22crypto: rsa-pkcs1pad - Handle leading zero for decryptionHerbert Xu1-17/+24
2016-09-13crypto: squash lines for simple wrapper functionsMasahiro Yamada2-10/+2
2016-09-13crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu1-1/+2
2016-09-13crypto: echainiv - Replace chaining with multiplicationHerbert Xu1-91/+24
2016-09-07crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu1-12/+61
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE1-38/+148
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE1-0/+1
2016-09-07crypto: cryptd - initialize child shash_desc on importArd Biesheuvel1-2/+7
2016-08-31crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller2-0/+13