aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds15-80/+316
2015-02-10crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds2-4/+3
2015-02-04crypto: tcrypt - do not allocate iv on stack for aead speed testsCristian Stoica1-3/+8
2015-02-04crypto: testmgr - limit IV copy length in aead testsCristian Stoica1-3/+4
2015-02-04crypto: tcrypt - fix buflen reminder calculationCristian Stoica1-8/+8
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro3-98/+61
2015-01-26crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowedJarod Wilson1-0/+1
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica3-6/+5
2015-01-20crypto: seqiv - Ensure that IV size is at least 8 bytesHerbert Xu1-0/+12
2015-01-20crypto: cts - Weed out non-CBC algorithmsHerbert Xu1-0/+3
2015-01-20crypto: cts - Remove bogus use of seqivHerbert Xu1-2/+0
2015-01-14crypto: algif_rng - fix sparse non static symbol warningWei Yongjun1-1/+1
2015-01-13crypto: testmgr - don't use interruptible wait in testsRabin Vincent2-34/+26
2015-01-13crypto: add missing crypto module aliasesMathias Krause20-3/+25
2015-01-05Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"Herbert Xu1-12/+11
2014-12-29crypto: algif_rng - enable RNG interface compilationStephan Mueller2-0/+10
2014-12-29crypto: algif_rng - add random number generator supportStephan Mueller1-0/+192
2014-12-26crypto: af_alg - zeroize key dataStephan Mueller1-1/+1
2014-12-24crypto: octeon - enable OCTEON MD5 module selectionAaro Koskinen1-0/+9
2014-12-22crypto: algif - Mark sgl end at the end of dataTadeusz Struk1-0/+8
2014-12-22crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller1-0/+7
2014-12-22crypto: drbg - panic on continuous self test errorStephan Mueller1-9/+2
2014-12-22crypto: api - fixed style erro in algapi.cJoshua I. James1-0/+1
2014-12-22crypto: ahash - fixed style error in ahash.cJoshua I. James1-0/+1
2014-12-22crypto: af_alg - fixed style error in af_alg.cJoshua I. James1-1/+1
2014-12-22crypto: aead - fixed style error in aead.cJoshua I. James1-1/+2
2014-12-22crypto: ablkcipher - fixed style errors in ablkcipher.cJoshua I. James1-2/+6
2014-12-22crypto: af_alg - fix backlog handlingRabin Vincent1-0/+3
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds70-122/+191
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-1/+1
2014-12-09put iov_iter into msghdrAl Viro2-4/+4
2014-12-05crypto: tcrypt - Allow speed testing of arbitrary hash functionsHerbert Xu1-12/+20
2014-12-05crypto: af_alg - add user space interface for AEADStephan Mueller1-0/+6
2014-12-02crypto: algif_skcipher - initialize upon init requestStephan Mueller1-1/+3
2014-12-01crypto: algif_skcipher - removed unneeded codeStruk, Tadeusz1-4/+0
2014-11-28crypto: algif_skcipher - Fixed blocking recvmsgHerbert Xu1-3/+2
2014-11-27crypto: drbg - use memzero_explicit() for clearing sensitive dataNickolaus Woodruff1-11/+12
2014-11-26crypto: drbg - use MODULE_ALIAS_CRYPTOStephan Mueller1-22/+22
2014-11-26crypto: include crypto- module prefix in templateKees Cook22-2/+23
2014-11-26crypto: user - add MODULE_ALIASStephan Mueller1-0/+1
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2-6/+3
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook44-39/+56
2014-11-24crypto: user - Allow get request with empty driver nameHerbert Xu1-4/+1
2014-11-24new helper: memcpy_to_msg()Al Viro1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-5/+5
2014-11-12crypto: algif - zeroize IV bufferStephan Mueller1-0/+1
2014-11-12crypto: algif - zeroize message digest bufferStephan Mueller1-0/+2
2014-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu7-13/+13
2014-11-10crypto: drbg - add MODULE_ALIAS for all DRBG typesStephan Mueller1-0/+25
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds7-13/+13