aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2017-02-09crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto
2016-12-15crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael
2016-12-15crypto: mcryptd - Check mcryptd algorithm compatibilitytim
2016-10-31crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček
2016-10-28PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones
2016-10-22crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri
2016-10-22async_pq_val: fix DMA memory leakJustin Maggard
2016-09-30crypto: echainiv - Replace chaining with multiplicationHerbert Xu
2016-09-30crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu
2016-09-24crypto: cryptd - initialize child shash_desc on importArd Biesheuvel
2016-08-16crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu
2016-08-16crypto: gcm - Filter out async ghash if necessaryHerbert Xu
2016-07-11crypto: user - re-add size check for CRYPTO_MSG_GETALGMathias Krause
2016-06-24crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann
2016-05-18crypto: testmgr - Use kmalloc memory for RSA inputHerbert Xu
2016-05-18crypto: hash - Fix page length clamping in hash walkHerbert Xu
2016-04-20PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange
2016-04-12X.509: Fix leap year handling againDavid Howells
2016-04-12crypto: keywrap - memzero the correct memoryDan Carpenter
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