summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2016-11-25X.509: Fix double free in x509_cert_parse() [ver #3]Andrey Ryabinin
2016-11-22crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copyHerbert Xu
2016-11-22crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu
2016-11-18crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-10-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2016-10-05async_pq_val: fix DMA memory leakJustin Maggard
2016-10-02crypto: testmgr - add guard to dst buffer for ahash_exportJan Stancek
2016-10-02crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček
2016-10-02crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri
2016-09-22crypto: rsa-pkcs1pad - Handle leading zero for decryptionHerbert Xu
2016-09-13crypto: squash lines for simple wrapper functionsMasahiro Yamada
2016-09-13crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu
2016-09-13crypto: echainiv - Replace chaining with multiplicationHerbert Xu
2016-09-07crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE
2016-09-07crypto: cryptd - initialize child shash_desc on importArd Biesheuvel
2016-08-31crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller
2016-08-31crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unsetHerbert Xu
2016-08-31crypto: cryptd - Use correct tfm object for AEAD trackingHerbert Xu
2016-08-24crypto: rsa - allow keys >= 2048 bits in FIPS modeStephan Mueller
2016-08-24crypto: drbg - fix error return codeWei Yongjun
2016-08-24crypto: xor - skip speed test if the xor function is selected automaticallyMartin Schwidefsky
2016-08-16crypto: drbg - do not call drbg_instantiate in healt testStephan Mueller
2016-08-16crypto: xts - fix a little typoCorentin LABBE
2016-08-09crypto: testmgr - fix !x==y confusionYanjiang Jin
2016-08-09crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVECMichael Ellerman
2016-08-08crypto: sha3 - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-07-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-07-22crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request structHerbert Xu
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-07-19crypto: testmgr - Print akcipher algorithm nameHerbert Xu
2016-07-19crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request structTadeusz Struk
2016-07-18crypto: scatterwalk - Inline start/map/doneHerbert Xu
2016-07-18crypto: scatterwalk - Remove unnecessary BUG in scatterwalk_startHerbert Xu
2016-07-18crypto: scatterwalk - Remove unnecessary advance in scatterwalk_pagedoneHerbert Xu
2016-07-18crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu
2016-07-18crypto: scatterwalk - Add no-copy support to copychunksHerbert Xu
2016-07-18crypto: scatterwalk - Remove scatterwalk_bytes_sglenHerbert Xu
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu
2016-07-18crypto: user - Remove crypto_lookup_skcipher callHerbert Xu
2016-07-18crypto: cts - Convert to skcipherHerbert Xu
2016-07-18crypto: null - Remove default null blkcipherHerbert Xu
2016-07-18crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu
2016-07-18crypto: seqiv - Use skcipherHerbert Xu