summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-02-06crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand
2016-02-06crypto: testmgr - Add a test case for import()/export()Wang, Rui Y
2016-02-06crypto: asymmetric_keys - convert public key and digsig asym to the akcipher apiTadeusz Struk
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu
2016-02-06crypto: tcrypt - Use ahashHerbert Xu
2016-02-06crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu
2016-02-06crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu
2016-02-06crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu
2016-02-06crypto: user - lock crypto_alg_list on alg dumpMathias Krause
2016-02-01crypto: keywrap - memzero the correct memoryDan Carpenter
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang
2016-01-30crypto: crc32 - Rename generic implementationHerbert Xu
2016-01-30crypto: mcryptd - Fix load failureWang, Rui Y
2016-01-30crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y
2016-01-27crypto: jitterentropy - always select CRYPTO_RNGArnd Bergmann
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim
2016-01-27crypto: shash - Fix has_key settingHerbert Xu
2016-01-26crypto: ghash,poly1305 - select CRYPTO_HASH where neededArnd Bergmann
2016-01-25crypto: hash - Add crypto_has_ahash helperHerbert Xu
2016-01-25crypto: api - Add crypto_type_has_alg helperHerbert Xu
2016-01-25crypto: drbg - remove FIPS 140-2 continuous testStephan Mueller
2016-01-25crypto: skcipher - Add default key size helperHerbert Xu
2016-01-25crypto: ansi_cprng - ANSI X9.31 DRNG is not allowed in FIPS 140-2Stephan Mueller
2016-01-25PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-01-20crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu
2016-01-19crypto: crc32c - Fix crc32c soft dependencyJean Delvare
2016-01-19crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu
2016-01-18crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu
2016-01-18crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu
2016-01-18crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu
2016-01-18crypto: algif_skcipher - Remove custom release parent functionHerbert Xu
2016-01-18crypto: algif_hash - Remove custom release parent functionHerbert Xu
2016-01-18crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu
2016-01-18crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu
2016-01-18crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu
2016-01-18crypto: algif_hash - Require setkey before accept(2)Herbert Xu
2016-01-18crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu
2016-01-18crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu
2016-01-18crypto: af_alg - Add nokey compatibility pathHerbert Xu
2016-01-18crypto: af_alg - Fix socket double-free when accept failsHerbert Xu
2016-01-18crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu
2016-01-18crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-01-07async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris