aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
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-01-30crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y
2016-01-27crypto: shash - Fix has_key settingHerbert Xu
2016-01-26crypto: ghash,poly1305 - select CRYPTO_HASH where neededArnd Bergmann
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
2015-12-22crypto: hash - add zero length message hash for shax and md5LABBE Corentin
2015-12-22crypto: rsa-pkcs1pad - don't allocate buffer on stackAndrzej Zaborowski
2015-12-22crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-15IMA: create machine owner and blacklist keyringsPetko Manolov
2015-12-11crypto: asymmetric_keys - signature.c does not need <module.h>Paul Gortmaker
2015-12-10crypto: drbg - constify drbg_state_ops structuresJulia Lawall
2015-12-09crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld
2015-12-09crypto: chacha20poly1305 - Skip encryption/decryption for 0-lenJason A. Donenfeld
2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski
2015-12-09crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski
2015-12-04crypto: cryptd - Assign statesize properlyWang, Rui Y
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet