summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-07-27crypto: rmd320 - use swap macro in rmd320_transformGustavo A. R. Silva
2018-07-27crypto: rmd256 - use swap macro in rmd256_transformGustavo A. R. Silva
2018-07-20crypto: ecdh - fix typo of P-192 b valueStephan Mueller
2018-07-20crypto: dh - update test for public key verificationStephan Mueller
2018-07-20crypto: drbg - eliminate constant reinitialization of SGLStephan Mueller
2018-07-20crypto: dh - fix memory leakGustavo A. R. Silva
2018-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-07-18evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett
2018-07-13crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller
2018-07-09crypto: testmgr - add hash finup testsGilad Ben-Yossef
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-07-09crypto: sha512_generic - add cra_priorityEric Biggers
2018-07-09crypto: sha256_generic - add cra_priorityEric Biggers
2018-07-09crypto: sha1_generic - add cra_priorityEric Biggers
2018-07-09crypto: dh - add public key verification testStephan Mueller
2018-07-09crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne
2018-07-09crypto: ecdh - add public key verification testStephan Mueller
2018-07-01crypto: skcipher - remove the exporting of skcipher_walk_nextDenis Efremov
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceEric Biggers
2018-07-01crypto: vmac - add nonced version with big endian digestEric Biggers
2018-07-01crypto: vmac - separate tfm and request contextEric Biggers
2018-07-01crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-26Merge branch 'fixes-v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-25X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-06-22crypto: aegis - fix indentation of a statementColin Ian King
2018-06-22crypto: sha512_generic - add a sha384 0-length pre-computed hashAntoine Tenart
2018-06-22crypto: sha512_generic - add a sha512 0-length pre-computed hashAntoine Tenart
2018-06-18async_pq: Remove VLA usageKyle Spiers
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-15crypto: morus640 - Fix out-of-bounds accessOndrej Mosnáček
2018-06-15crypto: don't optimize keccakf()Dmitry Vyukov
2018-06-12treewide: Use array_size() in sock_kmalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-31crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers"Eric Biggers
2018-05-31crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers
2018-05-31crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek
2018-05-31crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers
2018-05-31crypto: testmgr - add extra kw(aes) encryption test vectorEric Biggers
2018-05-31crypto: testmgr - add extra ecb(tnepres) encryption test vectorsEric Biggers
2018-05-31crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers
2018-05-31crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers
2018-05-27crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsEric Biggers
2018-05-27crypto: testmgr - fix testing OPTIONAL_KEY hash algorithmsEric Biggers