summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers1-9/+9
2018-11-13crypto: speck - remove SpeckJason A. Donenfeld5-1084/+0
2018-11-13crypto: aegis/generic - fix for big endian systemsArd Biesheuvel1-11/+9
2018-11-13crypto: morus/generic - fix for big endian systemsArd Biesheuvel2-17/+6
2018-11-13crypto: tcrypt - fix ghash-generic speed testHoria Geantă1-0/+3
2018-11-13crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek1-1/+6
2018-10-04crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2-0/+3
2018-09-26evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett1-1/+1
2018-09-09Replace magic for trusting the secondary keyring with #defineYannik Sembritzki1-1/+1
2018-08-17crypto: skcipher - fix crash flushing dcache in error pathEric Biggers1-26/+27
2018-08-17crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers1-1/+1
2018-08-17crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers1-31/+26
2018-08-17crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers1-28/+26
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers1-227/+181
2018-08-17crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers1-0/+4
2018-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+3
2018-07-13crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller1-1/+3
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds3-7/+14
2018-06-26Merge branch 'fixes-v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+9
2018-06-25X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero1-0/+9
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+3
2018-06-16docs: Fix some broken referencesMauro Carvalho Chehab2-2/+2
2018-06-15crypto: morus640 - Fix out-of-bounds accessOndrej Mosnáček1-1/+2
2018-06-15crypto: don't optimize keccakf()Dmitry Vyukov1-1/+1
2018-06-13treewide: Use array_size() in sock_kmalloc()Kees Cook2-3/+4
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-07Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+2
2018-06-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds28-11945/+10639
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds5-18/+7
2018-05-30crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers"Eric Biggers1-7/+13
2018-05-30crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers1-28/+0
2018-05-30crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek4-604/+4
2018-05-30crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers2-11723/+919
2018-05-30crypto: testmgr - add extra kw(aes) encryption test vectorEric Biggers1-0/+13
2018-05-30crypto: testmgr - add extra ecb(tnepres) encryption test vectorsEric Biggers1-1/+39
2018-05-30crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers1-0/+3
2018-05-30crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers1-0/+22
2018-05-26crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsEric Biggers1-0/+14
2018-05-26crypto: testmgr - fix testing OPTIONAL_KEY hash algorithmsEric Biggers1-7/+43
2018-05-26crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers3-98/+0
2018-05-26crypto: crc32-generic - remove __crc32_le()Eric Biggers1-8/+2
2018-05-26crypto: crc32c-generic - remove cra_alignmaskEric Biggers1-4/+4
2018-05-26crypto: crc32-generic - use unaligned access macros when neededEric Biggers1-3/+4
2018-05-26crypto: af_alg: convert to ->poll_maskChristoph Hellwig3-14/+7
2018-05-26net: remove sock_no_pollChristoph Hellwig3-4/+0
2018-05-18crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek1-0/+26
2018-05-18crypto: morus - Add common SIMD glue code for MORUSOndrej Mosnacek4-0/+618
2018-05-18crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek2-0/+3418
2018-05-18crypto: morus - Add generic MORUS AEAD implementationsOndrej Mosnacek4-0/+1107