summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller2017-09-271-1/+3
* crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller2017-09-071-2/+7
* crypto: authencesn - Fix digest_null crashHerbert Xu2017-08-061-0/+5
* crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef2017-06-141-4/+2
* crypto: algif_aead - Require setkey before accept(2)Stephan Mueller2017-05-201-8/+149
* crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand2017-05-021-2/+3
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-211-29/+50
* crypto: algif_hash - avoid zero-sized arrayJiri Slaby2017-03-301-1/+1
* crypto: mcryptd - Fix load failureWang, Rui Y2017-03-261-0/+1
* crypto: cryptd - Assign statesize properlyWang, Rui Y2017-03-261-0/+1
* crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann2017-03-181-0/+2
* crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott2017-03-121-1/+1
* crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-02-091-0/+1
* crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael2016-12-151-0/+1
* crypto: mcryptd - Check mcryptd algorithm compatibilitytim2016-12-151-7/+12
* crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2016-10-311-1/+1
* PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones2016-10-281-3/+1
* crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri2016-10-221-12/+1
* async_pq_val: fix DMA memory leakJustin Maggard2016-10-221-4/+4
* 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