summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
| |/ |/|
* | crypto: rsa-pkcs1pad - fix dst lenTadeusz Struk2016-04-151-6/+6
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-301-0/+2
|\
| * PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange2016-03-231-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-181-1/+1
|\ \
| * | mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim2016-03-171-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-1715-515/+327
|\ \ \
| * | | X.509: Make algo identifiers text instead of enumDavid Howells2016-03-038-67/+46
| * | | akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells2016-03-034-243/+93
| * | | crypto: Add hash param to pkcs1padTadeusz Struk2016-03-031-26/+156
| * | | X.509: Handle midnight alternative notation in GeneralizedTimeDavid Howells2016-02-291-1/+1
| * | | X.509: Support leap secondsDavid Howells2016-02-291-1/+1
| * | | X.509: Fix leap year handling againDavid Howells2016-02-291-4/+4
| * | | PKCS#7: fix unitialized boolean 'want'Colin Ian King2016-02-291-1/+1
| * | | crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk2016-02-1011-271/+124