aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-02-03crypto: algif_aead - Fix kernel panic on list_delHarsh Jain
2017-01-23crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto
2016-12-27crypto: testmgr - Use heap buffer for acomp test inputLaura Abbott
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds
2016-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-14crypto: skcipher - fix crash in virtual walkArd Biesheuvel
2016-12-14crypto: asymmetric_keys - set error code on failurePan Bian
2016-12-13crypto: doc - clarify AEAD memory structureStephan Mueller
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-08crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel
2016-12-08crypto: algif_aead - fix uninitialized variable warningStephan Mueller
2016-12-07crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel
2016-12-07crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel
2016-12-07crypto: mcryptd - Check mcryptd algorithm compatibilitytim
2016-12-07crypto: algif_aead - fix AEAD tag memory handlingStephan Mueller
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-01crypto: algif_aead - fix AIO handling of zero bufferStephan Mueller
2016-12-01crypto: algif_skcipher - set error code when kcalloc failsPan Bian
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu
2016-11-30crypto: skcipher - fix crash in skcipher_walk_aead()Ard Biesheuvel
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-11-30crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller
2016-11-28crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers
2016-11-28crypto: cbc - Export CBC implementationHerbert Xu
2016-11-28crypto: cbc - Convert to skcipherHerbert Xu
2016-11-28crypto: aesni - Convert to skcipherHerbert Xu
2016-11-28crypto: testmgr - Do not test internal algorithmsHerbert Xu
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu
2016-11-28crypto: pcbc - Convert to skcipherHerbert Xu
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu
2016-11-28crypto: cryptd - Add support for skcipherHerbert Xu
2016-11-28crypto: api - Do not clear type bits in crypto_larval_lookupHerbert Xu
2016-11-28crypto: xts - Convert to skcipherHerbert Xu
2016-11-28crypto: lrw - Convert to skcipherHerbert Xu
2016-11-28crypto: skcipher - Add skcipher walk interfaceHerbert Xu
2016-11-28crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-25X.509: Fix double free in x509_cert_parse() [ver #3]Andrey Ryabinin
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-21crypto: drbg - advance output buffer pointerStephan Mueller
2016-11-18crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu
2016-11-17crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope
2016-11-17crypto: jitterentropy - drop duplicate header module.hGeliang Tang
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong