summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu2016-10-051-1/+2
* crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2016-10-051-2/+7
* crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu2016-08-221-1/+2
* crypto: gcm - Filter out async ghash if necessaryHerbert Xu2016-08-221-1/+3
* PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange2016-07-121-0/+2
* crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann2016-06-181-0/+1
* crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-05-171-1/+2
* crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-04-191-3/+6
* crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-04-191-40/+3
* crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-04-191-5/+144
* crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-04-191-7/+42
* crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-03-021-1/+5
* X.509: Don't strip leading 00's from key ID when constructing key descriptionDavid Howells2016-02-151-4/+0
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-02-151-1/+3
* crypto: shash - Fix has_key settingHerbert Xu2016-02-151-4/+3
* crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-02-091-1/+0
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-02-091-3/+6
* crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2016-02-091-9/+7
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-02-091-40/+3
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-02-091-1/+8
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-02-091-8/+193
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-02-092-2/+7
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-02-091-1/+12
* crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-02-091-3/+1
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-091-3/+32
* crypto: api - Only abort operations on fatal signalHerbert Xu2015-11-154-6/+6
* crypto: ahash - ensure statesize is non-zeroRussell King2015-11-131-1/+2
* KEYS: fix "ca_keys=" partial key matchingMimi Zohar2015-07-033-11/+35
* crypto: add missing crypto module aliasesMathias Krause2015-01-2920-2/+24
* crypto: include crypto- module prefix in templateKees Cook2015-01-2922-2/+23
* crypto: prefix module autoloading with "crypto-"Kees Cook2015-01-2944-40/+57
* crypto: af_alg - fix backlog handlingRabin Vincent2015-01-081-0/+3
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-247-13/+13
|\
| * crypto: memzero_explicit - make sure to clear out sensitive dataDaniel Borkmann2014-10-177-13/+13
* | crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.cJan-Simon Möller2014-10-141-8/+6
* | crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.cJan-Simon Möller2014-10-141-14/+11
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-1211-232/+518
|\ \
| * | KEYS: output last portion of fingerprint in /proc/keysDmitry Kasatkin2014-10-061-5/+5
| * | KEYS: strip 'id:' from ca_keyidDmitry Kasatkin2014-10-061-1/+1
| * | KEYS: use swapped SKID for performing partial matchingDmitry Kasatkin2014-10-062-9/+9
| * | KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin2014-10-064-24/+76
| * | X.509: If available, use the raw subjKeyId to form the key descriptionDavid Howells2014-10-033-2/+11
| * | KEYS: handle error code encoded in pointerDmitry Kasatkin2014-10-031-2/+2
| * | Merge commit 'v3.16' into nextJames Morris2014-10-011-0/+2
| |\ \
| * | | KEYS: Check hex2bin()'s return when generating an asymmetric key IDDavid Howells2014-09-221-7/+8
| * | | PKCS#7: Handle PKCS#7 messages that contain no X.509 certsDavid Howells2014-09-162-17/+47
| * | | PKCS#7: Better handling of unsupported cryptoDavid Howells2014-09-165-16/+74
| * | | KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells2014-09-169-184/+195
| * | | KEYS: Implement binary asymmetric key ID handlingDavid Howells2014-09-162-0/+93
| * | | KEYS: Make the key matching functions return boolDavid Howells2014-09-161-2/+2