summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | | KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-162-4/+3
| * | | KEYS: Remove key_type::def_lookup_typeDavid Howells2014-09-162-2/+0
| * | | KEYS: Preparse match dataDavid Howells2014-09-161-1/+30
| * | | Merge tag 'keys-next-fixes-20140916' into keys-nextDavid Howells2014-09-161-3/+3
| |\ \ \
| | * | | PKCS#7: Add a missing staticDavid Howells2014-09-161-3/+3
| * | | | Merge tag 'keys-fixes-20140916' into keys-nextDavid Howells2014-09-161-28/+33
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | PKCS#7: Fix the parser cleanup to drain parsed out X.509 certsDavid Howells2014-09-161-20/+19
| | * | | PKCS#7: Provide a single place to do signed info block freeingDavid Howells2014-09-161-9/+15
| * | | | KEYS: Set pr_fmt() in asymmetric key signature handlingDavid Howells2014-09-031-0/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-10-0812-583/+1339
|\ \ \ \
| * | | | crypto: sha - Handle unaligned input data in generic sha256 and sha512.David S. Miller2014-10-022-2/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2014-09-051-3/+0
| |\ \ \ \
| * | | | | crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD descriptionTed Percival2014-09-041-1/+1
| * | | | | crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina2014-09-041-1/+1
| * | | | | crypto: testmgr - add test for lz4 and lz4hcKOVACS Krisztian2014-08-292-0/+98
| * | | | | crypto: lz4,lz4hc - fix decompressionKOVACS Krisztian2014-08-292-2/+2
| * | | | | crypto: drbg - fix sparse warning for cpu_to_be[32|64]Stephan Mueller2014-08-261-2/+2