summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2017-03-16crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto
2017-02-23crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček
2016-11-20crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu
2016-11-20crypto: cryptd - initialize child shash_desc on importArd Biesheuvel
2016-11-20crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu
2016-11-20crypto: gcm - Filter out async ghash if necessaryHerbert Xu
2016-06-15crypto: hash - Fix page length clamping in hash walkHerbert Xu
2016-06-15crypto: gcm - Fix rfc4543 decryption crashHerbert Xu
2016-06-15crypto: gcm - fix rfc4543 to handle async crypto correctlyJussi Kivilinna
2016-04-01crypto: {blk,giv}cipher: Set has_setkeyBen Hutchings
2016-04-01Revert "crypto: algif_skcipher - Do not dereference ctx without socket lock"Ben Hutchings
2016-02-27crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu
2016-02-27crypto: user - lock crypto_alg_list on alg dumpMathias Krause
2016-02-27crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y
2016-02-27crypto: shash - Fix has_key settingHerbert Xu
2016-02-13crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu
2016-02-13crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu
2016-02-13crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu
2016-02-13crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu
2016-02-13crypto: algif_skcipher - Remove custom release parent functionHerbert Xu
2016-02-13crypto: algif_hash - Remove custom release parent functionHerbert Xu
2016-02-13crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu
2016-02-13crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu
2016-02-13crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu
2016-02-13crypto: algif_hash - Require setkey before accept(2)Herbert Xu
2016-02-13crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu
2016-02-13crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu
2016-02-13crypto: af_alg - Add nokey compatibility pathHerbert Xu
2016-02-13crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu
2016-02-13crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu
2016-02-13crypto: af_alg - Fix socket double-free when accept failsHerbert Xu
2016-01-22crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld
2015-11-27crypto: algif_hash - Only export and import on sockets with dataHerbert Xu
2015-11-17crypto: api - Only abort operations on fatal signalHerbert Xu
2015-11-17crypto: ahash - ensure statesize is non-zeroRussell King
2015-02-20crypto: add missing crypto module aliasesMathias Krause
2015-02-20crypto: include crypto- module prefix in templateKees Cook
2015-02-20crypto: prefix module autoloading with "crypto-"Kees Cook
2015-02-20crypto: af_alg - fix backlog handlingRabin Vincent
2014-12-14crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina
2014-09-13crypto: af_alg - properly label AF_ALG socketMilan Broz
2014-08-06crypto: testmgr - update LZO compression test vectorsMarkus F.X.J. Oberhumer
2014-01-03crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman
2014-01-03net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2014-01-03net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2014-01-03crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta
2014-01-03crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky
2013-10-26crypto: api - Fix race condition in larval lookupHerbert Xu
2013-07-27crypto: sanitize argument for format stringKees Cook
2013-05-13crypto: algif - suppress sending source address information in recvmsgMathias Krause