aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-06crypto: asymmetric_keys - convert public key and digsig asym to the akcipher apiTadeusz Struk11-272/+124
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu2-165/+0
2016-02-06crypto: tcrypt - Use ahashHerbert Xu1-224/+15
2016-02-06crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu1-2/+3
2016-02-06crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu1-4/+11
2016-02-06crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu1-32/+28
2016-02-06crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2016-02-01crypto: keywrap - memzero the correct memoryDan Carpenter1-2/+2
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang3-0/+359
2016-01-30crypto: crc32 - Rename generic implementationHerbert Xu2-2/+3
2016-01-30crypto: mcryptd - Fix load failureWang, Rui Y1-0/+1
2016-01-30crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-01-27crypto: jitterentropy - always select CRYPTO_RNGArnd Bergmann1-0/+1
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim6-884/+0
2016-01-27crypto: shash - Fix has_key settingHerbert Xu1-4/+3
2016-01-26crypto: ghash,poly1305 - select CRYPTO_HASH where neededArnd Bergmann1-0/+2
2016-01-25crypto: hash - Add crypto_has_ahash helperHerbert Xu1-0/+6
2016-01-25crypto: api - Add crypto_type_has_alg helperHerbert Xu2-0/+18
2016-01-25crypto: drbg - remove FIPS 140-2 continuous testStephan Mueller1-64/+0
2016-01-25crypto: skcipher - Add default key size helperHerbert Xu1-2/+2
2016-01-25crypto: ansi_cprng - ANSI X9.31 DRNG is not allowed in FIPS 140-2Stephan Mueller1-1/+0
2016-01-25PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones1-3/+1
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-32/+372
2016-01-20crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu1-1/+2
2016-01-19crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-1/+0
2016-01-19crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu1-7/+7
2016-01-18crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu1-3/+6
2016-01-18crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu1-3/+6
2016-01-18crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu1-9/+7
2016-01-18crypto: algif_skcipher - Remove custom release parent functionHerbert Xu1-40/+3
2016-01-18crypto: algif_hash - Remove custom release parent functionHerbert Xu1-40/+3
2016-01-18crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-1/+8
2016-01-18crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu1-1/+1
2016-01-18crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu1-0/+2
2016-01-18crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2016-01-18crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2-2/+7
2016-01-18crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu1-5/+144
2016-01-18crypto: af_alg - Add nokey compatibility pathHerbert Xu1-1/+12
2016-01-18crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1
2016-01-18crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-3/+32
2016-01-18crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu1-7/+41
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-0/+4
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+4
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds16-52/+735
2016-01-07async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown4-7/+7
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+30
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-31/+30
2015-12-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into nextJames Morris1-0/+2
2015-12-22crypto: hash - add zero length message hash for shax and md5LABBE Corentin3-0/+29
2015-12-22crypto: rsa-pkcs1pad - don't allocate buffer on stackAndrzej Zaborowski1-8/+19