summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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-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
| * | KEYS: Generalise x509_request_asymmetric_key()David Howells2016-04-114-35/+33
| * | KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells2016-04-112-89/+89
| * | PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells2016-04-065-19/+5
| * | KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-066-104/+59
| * | X.509: Fix self-signed determinationDavid Howells2016-04-061-0/+9
| * | X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells2016-04-064-71/+110
| * | PKCS#7: Make the signature a pointer rather than embedding itDavid Howells2016-04-064-48/+55
| * | X.509: Retain the key verification dataDavid Howells2016-04-065-66/+67
| * | KEYS: Add identifier pointers to public_key_signature structDavid Howells2016-04-061-0/+4
| * | KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells2016-04-064-9/+34
| * | X.509: Whitespace cleanupDavid Howells2016-04-061-2/+2
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-175-46/+273
|\ \ \ | | |/ | |/|
| * | crypto: testmgr - Add a flag allowing the self-tests to be disabled at runtime.Richard W.M. Jones2016-05-051-0/+9
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-04-281-6/+6
| |\ \
| * | | crypto: lzo - get rid of superfluous __GFP_REPEATMichal Hocko2016-04-151-1/+1
| * | | crypto: drbg - set HMAC key only when alteredStephan Mueller2016-04-051-14/+25
| * | | PKCS#7: fix missing break on OID_sha224 caseColin Ian King2016-04-051-0/+1
| * | | crypto: af_alg - add async support to algif_aeadTadeusz Struk2016-04-051-31/+237
| | |/ | |/|
* | | crypto: testmgr - Use kmalloc memory for RSA inputHerbert Xu2016-05-091-5/+22
* | | crypto: rsa - select crypto mgr dependencyTadeusz Struk2016-05-051-0/+1
* | | crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-05-051-1/+2
| |/ |/|