summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-06-14crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef1-4/+2
2017-05-20crypto: algif_aead - Require setkey before accept(2)Stephan Mueller1-8/+149
2017-05-03crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand1-2/+3
2017-04-21crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu1-29/+50
2017-03-30crypto: algif_hash - avoid zero-sized arrayJiri Slaby1-1/+1
2017-03-26crypto: mcryptd - Fix load failureWang, Rui Y1-0/+1
2017-03-26crypto: cryptd - Assign statesize properlyWang, Rui Y1-0/+1
2017-03-18crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann1-0/+2
2017-03-12crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott1-1/+1
2017-02-09crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto1-0/+1
2016-12-15crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael1-0/+1
2016-12-15crypto: mcryptd - Check mcryptd algorithm compatibilitytim1-7/+12
2016-10-31crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček1-1/+1
2016-10-28PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones1-3/+1
2016-10-22crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri1-12/+1
2016-10-22async_pq_val: fix DMA memory leakJustin Maggard1-4/+4
2016-09-30crypto: echainiv - Replace chaining with multiplicationHerbert Xu1-91/+24
2016-09-30crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu1-1/+2
2016-09-24crypto: cryptd - initialize child shash_desc on importArd Biesheuvel1-2/+7
2016-08-16crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu1-1/+2
2016-08-16crypto: gcm - Filter out async ghash if necessaryHerbert Xu1-1/+3
2016-07-11crypto: user - re-add size check for CRYPTO_MSG_GETALGMathias Krause1-0/+1
2016-06-24crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann1-0/+1
2016-05-19crypto: testmgr - Use kmalloc memory for RSA inputHerbert Xu1-5/+22
2016-05-19crypto: hash - Fix page length clamping in hash walkHerbert Xu1-1/+2
2016-04-20PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange1-0/+2
2016-04-12X.509: Fix leap year handling againDavid Howells1-4/+4
2016-04-12crypto: keywrap - memzero the correct memoryDan Carpenter1-2/+2
2016-02-17crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu1-2/+3
2016-02-17crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu1-4/+11
2016-02-17crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu1-32/+28
2016-02-17crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2016-02-17crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-02-17crypto: shash - Fix has_key settingHerbert Xu1-4/+3
2016-02-17crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu1-1/+2
2016-02-17crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu1-7/+7
2016-02-17crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-1/+0
2016-02-17crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu1-3/+6
2016-02-17crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu1-3/+6
2016-02-17crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu1-9/+7
2016-02-17crypto: algif_skcipher - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-17crypto: algif_hash - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-17crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-1/+8
2016-02-17crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu1-1/+1
2016-02-17crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu1-0/+2
2016-02-17crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2016-02-17crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2-2/+7
2016-02-17crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu1-5/+144
2016-02-17crypto: af_alg - Add nokey compatibility pathHerbert Xu1-1/+12
2016-02-17crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1