aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2016-02-17crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu
2016-02-17crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu
2016-02-17crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu
2016-02-17crypto: user - lock crypto_alg_list on alg dumpMathias Krause
2016-02-17crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y
2016-02-17crypto: shash - Fix has_key settingHerbert Xu
2016-02-17crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu
2016-02-17crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu
2016-02-17crypto: crc32c - Fix crc32c soft dependencyJean Delvare
2016-02-17crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu
2016-02-17crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu
2016-02-17crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu
2016-02-17crypto: algif_skcipher - Remove custom release parent functionHerbert Xu
2016-02-17crypto: algif_hash - Remove custom release parent functionHerbert Xu
2016-02-17crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu
2016-02-17crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu
2016-02-17crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu
2016-02-17crypto: algif_hash - Require setkey before accept(2)Herbert Xu
2016-02-17crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu
2016-02-17crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu
2016-02-17crypto: af_alg - Add nokey compatibility pathHerbert Xu
2016-02-17crypto: af_alg - Fix socket double-free when accept failsHerbert Xu
2016-02-17crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu
2016-02-17crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu
2016-01-07async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-22crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu
2015-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-09crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-12X.509: Fix the time validation [ver #2]David Howells
2015-11-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-11-02crypto: algif_hash - Only export and import on sockets with dataHerbert Xu
2015-10-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-10-20crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()Sowmini Varadhan
2015-10-20crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...David Howells
2015-10-20crypto: api - Only abort operations on fatal signalHerbert Xu
2015-10-15crypto: keywrap - add testmgr supportStephan Mueller
2015-10-15crypto: keywrap - enable compilationStephan Mueller
2015-10-15crypto: keywrap - add key wrapping block chaining modeStephan Mueller
2015-10-15crypto: testmgr - test IV value after a cipher operationBoris BREZILLON
2015-10-14crypto: pkcs7 - Fix unaligned access in pkcs7_verify()Sowmini Varadhan
2015-10-14crypto: jitterentropy - remove unnecessary information from a commentAlexander Kuleshov
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk
2015-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-10-13crypto: ahash - ensure statesize is non-zeroRussell King
2015-10-01crypto: skcipher - blkcipher and ablkcipher should it be staticGeliang Tang