summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-11-06crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu1-3/+5
2017-10-04crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller1-2/+7
2017-06-26crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef1-4/+2
2017-06-13crypto: algif_aead - Require setkey before accept(2)Stephan Mueller1-8/+149
2017-06-13crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand1-2/+3
2017-05-17crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu1-29/+50
2017-03-07crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto1-0/+1
2016-10-03crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu1-1/+2
2016-10-03crypto: cryptd - initialize child shash_desc on importArd Biesheuvel1-2/+7
2016-08-20crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu1-1/+2
2016-08-16crypto: gcm - Filter out async ghash if necessaryHerbert Xu1-1/+3
2016-07-11PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange1-0/+2
2016-06-17crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann1-0/+1
2016-05-17crypto: hash - Fix page length clamping in hash walkHerbert Xu1-1/+2
2016-04-18X.509: Fix leap year handling againDavid Howells1-4/+4
2016-04-18PKCS#7: Improve and export the X.509 ASN.1 time object decoderDavid Howells3-31/+72
2016-04-18X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells7-69/+145
2016-02-28Backport fix for crypto: algif_skcipher - Fix race condition in skcipher_chec...Herbert Xu1-3/+6
2016-02-28Backport fix for crypto: algif_skcipher - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-28Backport fix for crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu1-5/+144
2016-02-28Backport fix for crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu1-7/+41
2016-02-28crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2016-02-15X.509: Don't strip leading 00's from key ID when constructing key descriptionDavid Howells1-4/+0
2016-02-15crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-02-15crypto: shash - Fix has_key settingHerbert Xu1-4/+3
2016-02-04crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu1-1/+2
2016-02-04crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-1/+0
2016-02-04crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu1-3/+6
2016-02-04crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu1-9/+7
2016-02-04crypto: algif_hash - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-04crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-1/+8
2016-02-04crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2016-02-04crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2-2/+7
2016-02-04crypto: af_alg - Add nokey compatibility pathHerbert Xu1-1/+12
2016-02-04crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1
2016-02-04crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-3/+32
2015-11-10crypto: api - Only abort operations on fatal signalHerbert Xu4-6/+6
2015-10-27crypto: ahash - ensure statesize is non-zeroRussell King1-1/+2
2015-08-03KEYS: fix "ca_keys=" partial key matchingMimi Zohar3-11/+35
2015-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-9/+0
2015-05-26crypto: algif_aead - Disable AEAD user-space for nowHerbert Xu1-9/+0
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-5/+4
2015-05-18crypto: algif_aead - fix invalid sgl linkingTadeusz Struk1-5/+4
2015-04-24Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds1-3/+16
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen1-3/+16
2015-04-16crypto: fix broken crypto_register_instance() module handlingHerbert Xu1-3/+3
2015-04-16crypto: fix mis-merge with the networking mergeLinus Torvalds1-4/+2
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds18-471/+967
2015-04-11new helper: msg_data_left()Al Viro2-4/+4
2015-04-10crypto: sha512-generic - move to generic glue implementationArd Biesheuvel1-102/+21