summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2017-02-061-1/+1
* crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu2017-02-061-1/+2
* crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2017-02-061-2/+7
* crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2017-02-061-7/+7
* crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2017-02-061-3/+6
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2017-02-061-3/+6
* crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2017-02-061-9/+7
* crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2017-02-061-40/+3
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2017-02-061-40/+3
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2017-02-061-1/+8
* crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2017-02-061-1/+1
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2017-02-062-0/+3
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2017-02-061-8/+193
* crypto: shash - Fix has_key settingHerbert Xu2017-02-061-4/+3
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2017-02-062-2/+7
* crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2017-02-061-5/+144
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2017-02-061-1/+12
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2017-02-061-3/+32
* crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2017-02-061-9/+42
* crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu2016-08-271-1/+2
* crypto: gcm - Filter out async ghash if necessaryHerbert Xu2016-08-271-1/+3
* crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-06-071-1/+2
* crypto: gcm - Fix rfc4543 decryption crashHerbert Xu2016-06-071-0/+3
* Revert: "crypto: af_alg - Disallow bind/setkey/... after accept(2)"Greg Kroah-Hartman2016-03-161-32/+3
* crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-02-191-1/+5
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-02-191-1/+3
* crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-02-191-3/+1
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-191-3/+32
* crypto: algif_hash - Only export and import on sockets with dataHerbert Xu2016-02-191-2/+10
* crypto: api - Only abort operations on fatal signalHerbert Xu2015-11-094-6/+6
* crypto: ahash - ensure statesize is non-zeroRussell King2015-10-271-1/+2
* crypto: crc32c - add missing crypto module aliasMathias Krause2015-02-111-0/+1
* crypto: add missing crypto module aliasesMathias Krause2015-01-2918-2/+22
* crypto: include crypto- module prefix in templateKees Cook2015-01-2921-2/+22
* crypto: prefix module autoloading with "crypto-"Kees Cook2015-01-2940-38/+53
* crypto: af_alg - fix backlog handlingRabin Vincent2015-01-081-0/+3
* crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina2014-11-141-1/+1
* crypto: af_alg - properly label AF_ALG socketMilan Broz2014-08-071-0/+2
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-06-261-1/+1
* crypto: crypto_wq - Fix late crypto work queue initializationTim Chen2014-06-071-1/+1
* Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman2013-12-202-6/+0
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-12-112-0/+6
* crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky2013-12-111-3/+4
* crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta2013-12-111-1/+2
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-12-082-0/+6
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-12-082-3/+0
* X.509: Remove certificate date checksDavid Howells2013-12-041-38/+0
* crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman2013-11-291-2/+2
* crypto: api - Fix race condition in larval lookupHerbert Xu2013-09-261-1/+6
* crypto: sanitize argument for format stringKees Cook2013-07-131-1/+2