aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-02-22X.509: fix NULL dereference when restricting key with unsupported_sigGravatar Eric Biggers 1-8/+13
2018-02-22X.509: fix BUG_ON() when hash algorithm is unsupportedGravatar Eric Biggers 1-1/+3
2018-02-22PKCS#7: fix direct verification of SignerInfo signatureGravatar Eric Biggers 1-0/+1
2018-02-22PKCS#7: fix certificate blacklistingGravatar Eric Biggers 1-4/+6
2018-02-22PKCS#7: fix certificate chain verificationGravatar Eric Biggers 1-1/+1
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-100/+118
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-8/+8
2018-02-08crypto: sha3-generic - Use __optimize to support old compilersGravatar Geert Uytterhoeven 1-1/+1
2018-02-08crypto: sha3-generic - deal with oversize stack framesGravatar Ard Biesheuvel 1-100/+118
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 44-653/+2032
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+2
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-49/+3
2018-01-26crypto: testmgr - add new testcases for sha3Gravatar Ard Biesheuvel 1-0/+550
2018-01-26crypto: sha3-generic - export init/update/final routinesGravatar Ard Biesheuvel 1-15/+18
2018-01-26crypto: sha3-generic - simplify codeGravatar Ard Biesheuvel 1-125/+59
2018-01-26crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimizeGravatar Ard Biesheuvel 1-38/+96
2018-01-26crypto: sha3-generic - fixes for alignment and big endian operationGravatar Ard Biesheuvel 1-2/+3
2018-01-26crypto: testmgr - test misuse of result in ahashGravatar Kamil Konieczny 1-0/+39
2018-01-20crypto: aes-generic - fix aes-generic regression on powerpcGravatar Arnd Bergmann 1-1/+1
2018-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+12
2018-01-12crypto: x86/salsa20 - cleanup and convert to skcipher APIGravatar Eric Biggers 1-0/+2
2018-01-12crypto: salsa20 - export generic helpersGravatar Eric Biggers 1-13/+7
2018-01-12crypto: salsa20-generic - cleanup and convert to skcipher APIGravatar Eric Biggers 1-136/+104
2018-01-12crypto: aes-generic - build with -Os on gcc-7+Gravatar Arnd Bergmann 1-0/+1
2018-01-12crypto: aead - prevent using AEADs without setting keyGravatar Eric Biggers 2-10/+14
2018-01-12crypto: skcipher - prevent using skciphers without setting keyGravatar Eric Biggers 2-50/+39
2018-01-12crypto: ghash - remove checks for key being setGravatar Eric Biggers 1-6/+0
2018-01-12crypto: hash - prevent using keyed hashes without setting keyGravatar Eric Biggers 3-50/+49
2018-01-12crypto: hash - annotate algorithms taking optional keyGravatar Eric Biggers 4-8/+8
2018-01-12crypto: poly1305 - remove ->setkey() methodGravatar Eric Biggers 1-12/+5
2018-01-12crypto: mcryptd - pass through absence of ->setkey()Gravatar Eric Biggers 1-1/+2
2018-01-12crypto: cryptd - pass through absence of ->setkey()Gravatar Eric Biggers 1-1/+2
2018-01-12crypto: hash - introduce crypto_hash_alg_has_setkey()Gravatar Eric Biggers 1-0/+11
2018-01-12crypto: tcrypt - free xoutbuf instead of axbufGravatar Colin Ian King 1-1/+1
2018-01-12crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"Gravatar Colin Ian King 1-2/+2
2018-01-12crypto: af_alg - whitelist mask and typeGravatar Stephan Mueller 1-4/+6
2018-01-12crypto: testmgr - change `guard` to unsigned charGravatar Joey Pabalinas 1-1/+1
2018-01-06crypto: scompress - use sgl_alloc() and sgl_free()Gravatar Bart Van Assche 2-49/+3
2018-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 5-14/+19
2018-01-05crypto: poly1305 - remove cra_alignmaskGravatar Eric Biggers 1-1/+0
2018-01-05crypto: poly1305 - use unaligned access macros to output digestGravatar Eric Biggers 1-5/+4
2018-01-05crypto: algapi - remove unused notificationsGravatar Eric Biggers 2-8/+0
2018-01-05crypto: algapi - convert cra_refcnt to refcount_tGravatar Eric Biggers 5-10/+10
2018-01-05crypto: algapi - fix NULL dereference in crypto_remove_spawns()Gravatar Eric Biggers 1-0/+12
2017-12-28crypto: tcrypt - add multibuf aead speed testGravatar Gilad Ben-Yossef 1-59/+378
2017-12-28crypto: tcrypt - add multibuf skcipher speed testGravatar Gilad Ben-Yossef 1-0/+460
2017-12-28crypto: tcrypt - add multi buf ahash jiffies testGravatar Gilad Ben-Yossef 1-30/+82
2017-12-28crypto: tcrypt - allow setting num of bufsGravatar Gilad Ben-Yossef 1-12/+19
2017-12-28crypto: tcrypt - fix AEAD decryption speed testGravatar Gilad Ben-Yossef 1-1/+29
2017-12-28crypto: tcrypt - use multi buf for ahash mb testGravatar Gilad Ben-Yossef 1-4/+9