summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: tcrypt - Add speed test for ctsHerbert Xu2016-07-011-0/+8
| * | | crypto: api - Add crypto_inst_setnameHerbert Xu2016-07-011-7/+17
| * | | crypto: tcrypt - Use skcipherHerbert Xu2016-07-011-197/+44
| * | | crypto: ahash - Add padding in crypto_ahash_extsizeHerbert Xu2016-07-011-3/+3
| * | | crypto: authenc - Consider ahash ASYNC bitHerbert Xu2016-07-012-4/+8
| * | | crypto: authenc - Remove redundant sg_init_table call.Harsh Jain2016-06-291-6/+1
| * | | crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed testHerbert Xu2016-06-291-58/+71
| * | | crypto: tcrypt - Use unsigned long for mb ahash cycle counterHerbert Xu2016-06-281-5/+5
| * | | crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issuesKrzysztof Kozlowski2016-06-281-19/+14
| * | | crypto: tcrypt - Add new mode for sha512_mbMegha Dey2016-06-281-0/+4
| * | | crypto: sha512-mb - Enable SHA512 multibuffer supportMegha Dey2016-06-281-0/+16
| * | | crypto: tcrypt - Add speed tests for SHA multibuffer algorithmsMegha Dey2016-06-271-0/+118
| * | | crypto: sha256-mb - Enable multibuffer supportMegha Dey2016-06-271-0/+16
| * | | crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell2016-06-243-5/+5
| * | | crypto: jitterentropy - use ktime_get_ns as fallbackStephan Mueller2016-06-241-9/+13
| * | | crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-239-0/+1507
| * | | crypto: dh - Add DH software implementationSalvatore Benedetto2016-06-236-0/+670
| * | | crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto2016-06-234-0/+154
| * | | crypto: sha1-mb - async implementation for sha1-mbMegha Dey2016-06-231-76/+56
| * | | crypto: ablk_helper - Fix cryptd reorderingHerbert Xu2016-06-231-2/+4
| * | | crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu2016-06-231-19/+113
| * | | Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG"Herbert Xu2016-06-231-6/+4
| * | | crypto: drbg - fix an error code in drbg_init_sym_kernel()Dan Carpenter2016-06-201-1/+1
| * | | crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi2016-06-203-1/+217
| * | | crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik2016-06-203-0/+311
| * | | crypto: gcm - Filter out async ghash if necessaryHerbert Xu2016-06-201-1/+3
| * | | crypto: drbg - fix semicolon.cocci warningsWu Fengguang2016-06-201-1/+1
| * | | crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus2016-06-152-97/+119
| * | | crypto: drbg - avoid duplicate maintenance of keyStephan Mueller2016-06-151-2/+1
| * | | crypto: drbg - use full CTR AES for updateStephan Mueller2016-06-151-17/+13
| * | | crypto: drbg - use aligned buffersStephan Mueller2016-06-151-20/+24
| * | | crypto: drbg - use CTR AES instead of ECB AESStephan Mueller2016-06-152-54/+140
| * | | crypto: skcipher - remove unused header cpumask.hGeliang Tang2016-06-071-1/+0
| * | | crypto: drbg - reduce number of setkey callsStephan Mueller2016-06-021-9/+24
| * | | crypto: user - no parsing of CRYPTO_MSG_GETALGStephan Mueller2016-05-311-4/+6
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-231-2/+2
|\ \ \ \
| * | | | crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request structHerbert Xu2016-07-221-2/+2
| | |/ / | |/| |
* | | | KEYS: Fix for erroneous trust of incorrectly signed X.509 certsMat Martineau2016-07-181-1/+1
* | | | pefile: Fix the failure of calculation for digestLans Zhang2016-07-181-1/+6
* | | | PKCS#7: Fix panic when referring to the empty AKID when DEBUG definedLans Zhang2016-07-181-1/+1
|/ / /
* / / crypto: user - re-add size check for CRYPTO_MSG_GETALGMathias Krause2016-06-231-0/+1
|/ /
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-301-0/+1
|\ \ | |/ |/|
| * crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann2016-05-191-0/+1
* | Merge tag 'keys-next-20160511' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2016-05-231-1/+1
|\ \
| * | KEYS: The PKCS#7 test key type should use the secondary keyringDavid Howells2016-05-111-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-1918-469/+504
|\| |
| * | KEYS: Move the point of trust determination to __key_link()David Howells2016-04-113-56/+33
| * | KEYS: Make the system trusted keyring depend on the asymmetric key typeDavid Howells2016-04-111-1/+1
| * | X.509: Move the trust validation code out to its own fileDavid Howells2016-04-114-80/+116
| * | X.509: Use verify_signature() if we have a struct key * to useDavid Howells2016-04-111-2/+1