summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: echainiv - Replace chaining with multiplicationHerbert Xu2016-09-301-91/+24
* crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu2016-09-301-1/+2
* crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2016-09-241-2/+7
* crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu2016-08-161-1/+2
* crypto: gcm - Filter out async ghash if necessaryHerbert Xu2016-08-161-1/+3
* crypto: user - re-add size check for CRYPTO_MSG_GETALGMathias Krause2016-07-111-0/+1
* crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann2016-06-241-0/+1
* crypto: testmgr - Use kmalloc memory for RSA inputHerbert Xu2016-05-181-5/+22
* crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-05-181-1/+2
* PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange2016-04-201-0/+2
* X.509: Fix leap year handling againDavid Howells2016-04-121-4/+4
* crypto: keywrap - memzero the correct memoryDan Carpenter2016-04-121-2/+2
* crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu2016-02-171-2/+3
* crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu2016-02-171-4/+11
* crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu2016-02-171-32/+28
* crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-02-171-1/+5
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-02-171-1/+3
* crypto: shash - Fix has_key settingHerbert Xu2016-02-171-4/+3
* crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu2016-02-171-1/+2
* crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2016-02-171-7/+7
* crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-02-171-1/+0
* crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-02-171-3/+6
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-02-171-3/+6
* crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2016-02-171-9/+7
* crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-02-171-40/+3
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-02-171-40/+3
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-02-171-1/+8
* crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-02-171-1/+1
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-02-171-0/+2
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-02-171-8/+193
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-02-172-2/+7
* crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-02-171-5/+144
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-02-171-1/+12
* crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-02-171-3/+1
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-171-3/+32
* crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-02-171-7/+41
* async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown2016-01-074-7/+7
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-12-281-31/+30
|\
| * crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu2015-12-221-31/+30
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-12-152-2/+2
|\|
| * crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld2015-12-092-2/+2
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-012-5/+5
|/
* X.509: Fix the time validation [ver #2]David Howells2015-11-121-5/+7
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-111-2/+10
|\
| * crypto: algif_hash - Only export and import on sockets with dataHerbert Xu2015-11-021-2/+10
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-056-30/+35
|\ \
| * | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-216-30/+35
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-0417-116/+677
|\ \ \ | | |/ | |/|
| * | crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()Sowmini Varadhan2015-10-201-2/+3
| * | crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...David Howells2015-10-201-1/+0