aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2016-10-02crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu
2016-10-02crypto: cryptd - initialize child shash_desc on importArd Biesheuvel
2016-08-19crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu
2016-08-16crypto: gcm - Filter out async ghash if necessaryHerbert Xu
2016-07-10PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange
2016-06-17crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann
2016-05-17crypto: hash - Fix page length clamping in hash walkHerbert Xu
2016-04-18X.509: Fix leap year handling againDavid Howells
2016-04-18PKCS#7: Improve and export the X.509 ASN.1 time object decoderDavid Howells
2016-04-18X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells
2016-02-28Backport fix for crypto: algif_skcipher - Fix race condition in skcipher_chec...Herbert Xu
2016-02-28Backport fix for crypto: algif_skcipher - Remove custom release parent functionHerbert Xu
2016-02-28Backport fix for crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu
2016-02-28Backport fix for crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu
2016-02-28crypto: user - lock crypto_alg_list on alg dumpMathias Krause
2016-02-15X.509: Don't strip leading 00's from key ID when constructing key descriptionDavid Howells
2016-02-15crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y
2016-02-15crypto: shash - Fix has_key settingHerbert Xu
2016-02-03crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu
2016-02-03crypto: crc32c - Fix crc32c soft dependencyJean Delvare
2016-02-03crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu
2016-02-03crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu
2016-02-03crypto: algif_hash - Remove custom release parent functionHerbert Xu
2016-02-03crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu
2016-02-03crypto: algif_hash - Require setkey before accept(2)Herbert Xu
2016-02-03crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu
2016-02-03crypto: af_alg - Add nokey compatibility pathHerbert Xu
2016-02-03crypto: af_alg - Fix socket double-free when accept failsHerbert Xu
2016-02-03crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu
2015-11-09crypto: api - Only abort operations on fatal signalHerbert Xu
2015-10-27crypto: ahash - ensure statesize is non-zeroRussell King
2015-08-03KEYS: fix "ca_keys=" partial key matchingMimi Zohar
2015-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-05-26crypto: algif_aead - Disable AEAD user-space for nowHerbert Xu
2015-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-05-18crypto: algif_aead - fix invalid sgl linkingTadeusz Struk
2015-04-24Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen
2015-04-15crypto: fix broken crypto_register_instance() module handlingHerbert Xu
2015-04-15crypto: fix mis-merge with the networking mergeLinus Torvalds
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-04-11new helper: msg_data_left()Al Viro
2015-04-10crypto: sha512-generic - move to generic glue implementationArd Biesheuvel
2015-04-10crypto: sha256-generic - move to generic glue implementationArd Biesheuvel
2015-04-10crypto: sha1-generic - move to generic glue implementationArd Biesheuvel
2015-04-10crypto: api - remove instance when test failedStephan Mueller
2015-04-10crypto: api - Move alg ref count init to crypto_check_algHerbert Xu
2015-04-09Merge branch 'iocb' into for-davemAl Viro
2015-04-08crypto: user - Fix crypto_alg_match raceHerbert Xu
2015-04-07crypto: serpent_sse2 - Fix a typo in KconfigMasanari Iida