summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-02-17crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu1-2/+3
2016-02-17crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu1-4/+11
2016-02-17crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu1-32/+28
2016-02-17crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2016-02-17crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-02-17crypto: shash - Fix has_key settingHerbert Xu1-4/+3
2016-02-17crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu1-1/+2
2016-02-17crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu1-7/+7
2016-02-17crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-1/+0
2016-02-17crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu1-3/+6
2016-02-17crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu1-3/+6
2016-02-17crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu1-9/+7
2016-02-17crypto: algif_skcipher - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-17crypto: algif_hash - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-17crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-1/+8
2016-02-17crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu1-1/+1
2016-02-17crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu1-0/+2
2016-02-17crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2016-02-17crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2-2/+7
2016-02-17crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu1-5/+144
2016-02-17crypto: af_alg - Add nokey compatibility pathHerbert Xu1-1/+12
2016-02-17crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1
2016-02-17crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-3/+32
2016-02-17crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu1-7/+41
2016-01-07async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown4-7/+7
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-31/+30
2015-12-22crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu1-31/+30
2015-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+2
2015-12-09crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld2-2/+2
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2-5/+5
2015-11-12X.509: Fix the time validation [ver #2]David Howells1-5/+7
2015-11-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+10
2015-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds6-30/+35
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds17-116/+677
2015-11-02crypto: algif_hash - Only export and import on sockets with dataHerbert Xu1-2/+10
2015-10-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-6/+6
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells6-30/+35
2015-10-20crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()Sowmini Varadhan1-2/+3
2015-10-20crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...David Howells1-1/+0
2015-10-20crypto: api - Only abort operations on fatal signalHerbert Xu4-6/+6
2015-10-15crypto: keywrap - add testmgr supportStephan Mueller2-0/+56
2015-10-15crypto: keywrap - enable compilationStephan Mueller2-0/+8
2015-10-15crypto: keywrap - add key wrapping block chaining modeStephan Mueller1-0/+419
2015-10-15crypto: testmgr - test IV value after a cipher operationBoris BREZILLON2-1/+12
2015-10-14crypto: pkcs7 - Fix unaligned access in pkcs7_verify()Sowmini Varadhan1-2/+3
2015-10-14crypto: jitterentropy - remove unnecessary information from a commentAlexander Kuleshov1-4/+0
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk8-77/+152
2015-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+2
2015-10-13crypto: ahash - ensure statesize is non-zeroRussell King1-1/+2
2015-10-01crypto: skcipher - blkcipher and ablkcipher should it be staticGeliang Tang1-2/+2